:root {
    --ink: #111827;
    --muted: #5b6472;
    --line: #e6e8ee;
    --brand: #ff6b35;
    --brand-dark: #d94a1d;
    --navy: #17212b;
    --teal: #0f766e;
    --cream: #f8f5ef;
    --paper: #ffffff;
    --shadow: 0 18px 60px rgba(17, 24, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: linear-gradient(90deg, #101820 0%, #17212b 48%, #0f766e 100%); color: #eef6f8; font-size: 14px; }
.topbar__inner { height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 800; }
.topbar__links { display: flex; gap: 18px; align-items: center; }
.topbar__links a, .topbar__inner > span { display: inline-flex; align-items: center; gap: 8px; }
.topbar__inner > span::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #ffd166; box-shadow: 0 0 0 6px rgba(255,209,102,.14); }
.topbar i, .btn i, .icon-badge i, .contact-row i { width: 18px; height: 18px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(230,232,238,.85); }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: 0; }
.brand-logo { width: 238px; height: auto; max-width: 48vw; }
.brand-mark { width: 48px; height: 48px; border-radius: 14px; background: conic-gradient(from 210deg, var(--brand), #ffd166, var(--teal), var(--brand)); display: grid; place-items: center; box-shadow: 0 10px 24px rgba(255,107,53,.22); }
.brand-mark span { width: 28px; height: 28px; border-radius: 9px; background: #fff; display: grid; place-items: center; color: var(--brand-dark); font-size: 18px; font-weight: 900; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 22px; }
.brand-text small { color: var(--muted); font-weight: 700; font-size: 12px; }
.menu { display: flex; align-items: center; gap: 34px; font-weight: 800; font-size: 17px; }
.menu a, .menu button { border: 0; background: transparent; font: inherit; color: var(--ink); cursor: pointer; padding: 34px 0; }
.menu a:hover, .menu button:hover, .menu .active { color: var(--brand); }
.dropdown { position: relative; }
.dropdown > button { display: inline-flex; align-items: center; gap: 8px; }
.dropdown-panel { position: absolute; top: 86px; left: 0; width: 310px; background: #1d2731; color: #fff; box-shadow: var(--shadow); border-radius: 0 0 4px 4px; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.dropdown:hover .dropdown-panel, .dropdown:focus-within .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-panel a { display: block; padding: 18px 24px; color: #f7fafc; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
.dropdown-panel a:hover { background: #263440; color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.icon-btn { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; border-radius: 10px; cursor: pointer; }
.icon-btn i { width: 21px; height: 21px; }
.mobile-toggle { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 8px; border: 1px solid transparent; font-weight: 900; cursor: pointer; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(255,107,53,.26); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.hero { position: relative; min-height: calc(100vh - 134px); display: grid; align-items: start; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(17,24,39,.92) 0%, rgba(17,24,39,.72) 43%, rgba(17,24,39,.22) 76%), radial-gradient(circle at 18% 22%, rgba(255,107,53,.25), transparent 28%); }
.hero-slider { position: absolute; inset: 0; z-index: -2; background: #17212b; }
.hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1.06); animation: heroSlider 18s infinite; }
.hero-slide-1 { background-image: url('https://images.unsplash.com/photo-1562259949-e8e7689d7828?auto=format&fit=crop&w=1900&q=86'); animation-delay: 0s; }
.hero-slide-2 { background-image: url('https://images.unsplash.com/photo-1589939705384-5185137a7f0f?auto=format&fit=crop&w=1900&q=86'); animation-delay: 6s; }
.hero-slide-3 { background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1900&q=86'); animation-delay: 12s; }
.hero .container { position: relative; z-index: 1; padding: clamp(62px, 9vh, 98px) 0 118px; }
.hero-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; color: #ffd166; font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.hero h1 { color: #fff; font-size: clamp(42px, 5.6vw, 76px); line-height: .98; max-width: 760px; margin: 18px 0; letter-spacing: 0; text-shadow: 0 10px 35px rgba(0,0,0,.3); }
.hero p { color: #edf2f7; font-size: 20px; max-width: 650px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 2; pointer-events: none; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat {
    position: relative;
    min-height: 98px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 8px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 46px rgba(17,24,39,.16);
    backdrop-filter: blur(18px);
    pointer-events: auto;
    animation: statRise .7s ease both;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.stat:nth-child(2) { animation-delay: .08s; }
.stat:nth-child(3) { animation-delay: .16s; }
.stat:nth-child(4) { animation-delay: .24s; }
.stat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,107,53,.12), transparent 42%, rgba(15,118,110,.12));
    opacity: 0;
    transition: opacity .28s ease;
}
.stat::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--brand), #ffd166, var(--teal));
    transform: scaleX(.4);
    transform-origin: left;
    transition: transform .28s ease;
}
.stat:hover { transform: translateY(-7px); border-color: rgba(255,107,53,.36); box-shadow: 0 24px 58px rgba(17,24,39,.22); }
.stat:hover::before { opacity: 1; }
.stat:hover::after { transform: scaleX(1); }
.stat i {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    padding: 11px;
    flex: 0 0 auto;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--teal));
    box-shadow: 0 12px 24px rgba(255,107,53,.23);
}
.stat div { position: relative; z-index: 1; }
.stat strong { display: block; font-size: 30px; color: var(--brand-dark); line-height: 1; letter-spacing: 0; }
.stat span { display: block; margin-top: 6px; color: var(--muted); font-weight: 900; font-size: 14px; line-height: 1.25; }
section { padding: 86px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; margin: 0; letter-spacing: 0; }
.section-head p { color: var(--muted); max-width: 570px; margin: 0; }
.services-band { background: var(--cream); padding-top: 74px; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.service-card { position: relative; background: #fff; border: 1px solid rgba(17,24,39,.08); border-radius: 8px; overflow: hidden; min-height: 382px; display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(17,24,39,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; background: linear-gradient(90deg, var(--brand), #ffd166, var(--teal)); border-radius: 999px 999px 0 0; transform: scaleX(.36); transform-origin: left; transition: transform .28s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 44px rgba(17,24,39,.13); border-color: rgba(255,107,53,.28); }
.service-card__media { height: 154px; background: var(--navy); overflow: hidden; position: relative; }
.service-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(17,24,39,.16)); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.service-card:hover img { transform: scale(1.08); filter: saturate(1.08); }
.service-card:hover::after { transform: scaleX(1); }
.service-card__body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.icon-badge { width: 44px; height: 44px; border-radius: 8px; background: #fff2ec; color: var(--brand-dark); display: grid; place-items: center; margin-bottom: 14px; }
.service-card h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.22; }
.service-card p { color: var(--muted); margin: 0 0 18px; font-size: 15px; }
.service-card a { color: var(--brand-dark); font-weight: 900; margin-top: auto; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.why-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%); }
.why-section::before { content: ""; position: absolute; inset: 42px auto auto 0; width: 42%; height: 78%; background: linear-gradient(135deg, rgba(255,107,53,.08), rgba(15,118,110,.08)); border-radius: 0 28px 28px 0; }
.why-section::after { content: ""; position: absolute; right: 8%; top: 16%; width: 160px; height: 160px; border: 1px solid rgba(255,107,53,.18); border-radius: 50%; }
.why-grid { position: relative; z-index: 1; gap: 72px; }
.feature-photo { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-visual {
    position: relative;
    overflow: visible;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(17,24,39,.18);
    animation: visualFloat 5.8s ease-in-out infinite;
}
.why-visual::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,107,53,.22), transparent 36%, rgba(15,118,110,.22));
}
.why-visual::after {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    z-index: -2;
    border-radius: 18px;
    background: #17212b;
}
.why-visual img { border-radius: 18px; filter: saturate(1.06) contrast(1.02); }
.project-badge, .project-card {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.58);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 42px rgba(17,24,39,.16);
}
.project-badge {
    left: -34px;
    bottom: 34px;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 18px;
    border-radius: 8px;
    animation: badgeIn .8s ease both;
}
.project-badge i { width: 42px; height: 42px; padding: 10px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--teal)); }
.project-badge strong, .project-card strong { display: block; line-height: 1.15; }
.project-badge span, .project-card span, .project-card small { color: var(--muted); font-weight: 800; font-size: 13px; }
.project-card {
    right: -30px;
    top: 34px;
    width: 210px;
    padding: 18px;
    border-radius: 8px;
    animation: badgeIn .8s .15s ease both;
}
.project-card span { color: var(--brand-dark); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.project-card strong { margin: 7px 0 4px; font-size: 18px; }
.why-content h2 { font-size: clamp(31px, 3.7vw, 48px); line-height: 1.08; margin: 18px 0; }
.why-content > p { color: #3f4854; max-width: 620px; margin: 0; font-size: 17px; }
.why-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0 20px; }
.why-metrics div {
    padding: 17px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17,24,39,.06);
}
.why-metrics strong { display: block; color: var(--brand-dark); font-size: 21px; line-height: 1; }
.why-metrics span { display: block; margin-top: 6px; color: var(--muted); font-weight: 900; font-size: 13px; }
.check-list { display: grid; gap: 12px; margin-top: 0; }
.check-list div {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 13px 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(17,24,39,.045);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.check-list div::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,107,53,.08), transparent 48%, rgba(15,118,110,.08)); opacity: 0; transition: opacity .24s ease; }
.check-list div:hover { transform: translateX(8px); border-color: rgba(255,107,53,.28); box-shadow: 0 14px 32px rgba(17,24,39,.09); }
.check-list div:hover::before { opacity: 1; }
.check-list i { position: relative; z-index: 1; color: var(--teal); flex: 0 0 auto; width: 23px; height: 23px; }
.check-list span { position: relative; z-index: 1; }
.process { position: relative; background: linear-gradient(135deg, #101820 0%, #17212b 52%, #123f3c 100%); color: #fff; overflow: hidden; }
.process::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, rgba(0,0,0,.85), transparent); }
.process .container { position: relative; z-index: 1; }
.process .section-head p { color: #cdd6df; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; border: 1px solid rgba(255,255,255,.14); padding: 28px; border-radius: 8px; background: rgba(255,255,255,.065); backdrop-filter: blur(12px); overflow: hidden; transition: transform .28s ease, background .28s ease, border-color .28s ease; animation: stepIn .7s ease both; }
.step:nth-child(2) { animation-delay: .08s; }
.step:nth-child(3) { animation-delay: .16s; }
.step:nth-child(4) { animation-delay: .24s; }
.step::before { content: ""; position: absolute; width: 120px; height: 120px; right: -54px; top: -54px; border-radius: 999px; background: rgba(255,209,102,.13); transition: transform .28s ease; }
.step:hover { transform: translateY(-8px); background: rgba(255,255,255,.1); border-color: rgba(255,209,102,.45); }
.step:hover::before { transform: scale(1.35); }
.step span { color: #ffd166; font-weight: 900; letter-spacing: .08em; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 18px 0 16px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--teal)); border-radius: 14px; box-shadow: 0 14px 28px rgba(0,0,0,.22); }
.step-icon i { width: 28px; height: 28px; }
.step h3 { margin: 0 0 8px; }
.step p { color: #cdd6df; margin: 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 8px 28px rgba(17,24,39,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.post-card:hover { transform: translateY(-8px); border-color: rgba(255,107,53,.26); box-shadow: 0 22px 44px rgba(17,24,39,.12); }
.post-card > img { height: 214px; width: 100%; object-fit: cover; transition: transform .42s ease; }
.post-card:hover > img { transform: scale(1.06); }
.post-card div { padding: 24px; }
.post-card time { color: var(--brand-dark); font-weight: 900; font-size: 13px; }
.post-card h3 { margin: 9px 0; line-height: 1.22; font-size: 21px; }
.post-card p { color: var(--muted); margin: 0; }
.cta { background: linear-gradient(90deg, var(--brand-dark), var(--brand)); color: #fff; padding: 58px 0; }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; }
.cta p { margin: 10px 0 0; color: #fff6ef; }
.page-hero { background: var(--navy); color: #fff; padding: 64px 0; }
.page-hero h1 { margin: 8px 0 10px; font-size: clamp(34px, 5vw, 58px); line-height: 1.04; }
.page-hero p { max-width: 720px; color: #dbe4ec; margin: 0; }
.content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: start; }
.content-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 34px; }
.content-card h2, .content-card h3 { line-height: 1.15; }
.content-card p { color: #3f4854; }
.content-card ul { padding-left: 20px; color: #3f4854; }
.content-card li { margin: 8px 0; }
.sidebar { position: sticky; top: 116px; display: grid; gap: 16px; }
.side-box {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.92);
    border-radius: 10px;
    padding: 24px;
    border: 1px solid rgba(17,24,39,.08);
    box-shadow: 0 16px 42px rgba(17,24,39,.08);
}
.side-box::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--brand), #ffd166, var(--teal)); }
.side-box h3 { margin: 6px 0 18px; font-size: 22px; line-height: 1.12; }
.side-eyebrow { display: inline-flex; color: var(--brand-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.service-menu-box { display: grid; gap: 10px; background: linear-gradient(180deg, #fff, #fbfaf7); }
.service-menu-link {
    position: relative;
    min-height: 58px;
    display: grid;
    grid-template-columns: 42px 1fr 22px;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    font-weight: 900;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.service-menu-link i:first-child {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 12px;
    color: var(--brand-dark);
    background: #fff2ec;
}
.service-menu-link i:last-child { width: 18px; height: 18px; color: #98a2b3; transition: transform .22s ease, color .22s ease; }
.service-menu-link:hover, .service-menu-link.active {
    transform: translateX(6px);
    border-color: rgba(255,107,53,.34);
    background: linear-gradient(90deg, #fff7f2, #fff);
    box-shadow: 0 12px 28px rgba(17,24,39,.08);
}
.service-menu-link.active::after { content: ""; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 4px; border-radius: 0 999px 999px 0; background: var(--brand); }
.service-menu-link:hover i:last-child, .service-menu-link.active i:last-child { transform: translate(2px, -2px); color: var(--brand-dark); }
.side-proof-box { display: grid; gap: 12px; background: #101820; color: #fff; }
.side-proof-box h3 { color: #fff; margin-bottom: 8px; }
.side-proof-box div { display: flex; gap: 10px; align-items: flex-start; color: #dbe4ec; font-weight: 800; }
.side-proof-box i { flex: 0 0 auto; width: 20px; height: 20px; color: #7dd3c7; margin-top: 2px; }
.quote-box { background: linear-gradient(135deg, #fff7f2, #ffffff 58%, #effaf8); }
.quote-box p { color: var(--muted); margin: 0 0 18px; }
.quote-box .btn { width: 100%; }
.quote-whatsapp {
    margin-top: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 8px;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(37,211,102,.22);
}
.quote-whatsapp i { width: 20px; height: 20px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row strong { display: block; }
form { display: grid; gap: 14px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 8px; min-height: 50px; padding: 12px 14px; font: inherit; background: #fff; }
textarea { min-height: 140px; resize: vertical; }
.alert { padding: 14px 16px; border-radius: 8px; background: #ecfdf5; color: #065f46; font-weight: 800; }
.site-footer { background: #101820; color: #dce5ee; padding: 58px 0 24px; }
.site-footer .brand-logo { background: #fff; border-radius: 8px; padding: 6px 10px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .8fr; gap: 34px; }
.site-footer h3 { color: #fff; margin-top: 0; }
.site-footer a { display: block; padding: 6px 0; color: #dce5ee; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #aebdcc; font-size: 14px; display: flex; justify-content: space-between; gap: 16px; }
.search-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(17,24,39,.78); display: none; place-items: start center; padding-top: 140px; }
.search-overlay.active { display: grid; }
.search-box { width: min(720px, calc(100% - 36px)); background: #fff; border-radius: 8px; padding: 18px; box-shadow: var(--shadow); }
.search-results { margin-top: 12px; display: grid; gap: 8px; }
.search-results a { padding: 12px; border: 1px solid var(--line); border-radius: 8px; display: block; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 90; min-height: 56px; padding: 0 18px 0 14px; display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; background: #25d366; color: #fff; font-weight: 900; box-shadow: 0 16px 34px rgba(37,211,102,.34); transition: transform .24s ease, box-shadow .24s ease; }
.floating-whatsapp::before { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(37,211,102,.42); border-radius: inherit; animation: whatsappPulse 1.9s infinite; }
.floating-whatsapp:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(37,211,102,.42); }
.floating-whatsapp i { width: 24px; height: 24px; }

@keyframes heroSlider {
    0% { opacity: 0; transform: scale(1.08); }
    7% { opacity: 1; }
    31% { opacity: 1; }
    40% { opacity: 0; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.08); }
}
@keyframes stepIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes whatsappPulse {
    0% { opacity: .7; transform: scale(.96); }
    70% { opacity: 0; transform: scale(1.18); }
    100% { opacity: 0; transform: scale(1.18); }
}
@keyframes statRise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes visualFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes badgeIn {
    from { opacity: 0; transform: translateY(14px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1020px) {
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .steps, .stats-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-stats { bottom: 18px; }
    .split, .content-wrap, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
    .why-grid { gap: 44px; }
    .project-badge { left: 18px; bottom: 18px; }
    .project-card { right: 18px; top: 18px; }
    .sidebar { position: static; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .topbar { display: none; }
    .nav { height: 74px; }
    .brand-mark { width: 42px; height: 42px; }
    .brand-logo { width: 188px; max-width: 58vw; }
    .brand-text strong { font-size: 18px; }
    .menu { position: fixed; inset: 74px 0 auto 0; background: #fff; border-bottom: 1px solid var(--line); display: none; padding: 12px 18px 20px; gap: 0; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
    .menu.open { display: flex; }
    .menu a, .menu button { padding: 14px 0; text-align: left; }
    .dropdown-panel { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; display: none; }
    .dropdown.open .dropdown-panel { display: block; }
    .mobile-toggle { display: grid; }
    .nav-actions .btn { display: none; }
    .hero { min-height: auto; }
    .hero .container { padding: 54px 0 34px; }
    .hero p { font-size: 18px; }
    .hero-stats { position: relative; bottom: auto; padding: 0 0 18px; background: linear-gradient(180deg, transparent, rgba(17,24,39,.2)); }
    .stat { min-height: 86px; padding: 16px; }
    .stat i { width: 42px; height: 42px; padding: 10px; }
    .stat strong { font-size: 26px; }
    .stats-grid, .service-grid, .steps, .blog-grid { grid-template-columns: 1fr; }
    section { padding: 58px 0; }
    .section-head, .cta__inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .content-card { padding: 24px; }
    .why-section::before, .why-section::after { display: none; }
    .why-visual { animation: none; }
    .why-visual::after { inset: 12px -10px -10px 12px; }
    .project-badge, .project-card { position: static; margin: 12px 0 0; width: 100%; min-width: 0; }
    .why-metrics { grid-template-columns: 1fr; }
    .check-list div:hover { transform: none; }
}
