:root {
    --dark: #070b12;
    --navy: #0d1824;
    --ink: #121820;
    --muted: #667085;
    --line: #e6e8ee;
    --yellow: #ffc107;
    --yellow-2: #ffdc58;
    --green: #22c55e;
    --white: #fff;
    --soft: #f8fafc;
    --shadow: 0 18px 48px rgba(15, 23, 42, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
    position: sticky; top: 0; z-index: 50; min-height: 92px; padding: 12px 5.6vw;
    display: flex; align-items: center; gap: 28px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255,193,7,.12), transparent 26%),
        linear-gradient(180deg, rgba(5, 10, 18, .98), rgba(8, 15, 26, .96));
    color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); transition: .25s; backdrop-filter: blur(18px);
    box-shadow: 0 16px 44px rgba(0,0,0,.26);
}
.site-header::after {
    content: ""; position: absolute; left: 5.6vw; right: 5.6vw; bottom: -1px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,193,7,.62), transparent);
}
.site-header.is-scrolled { min-height: 78px; padding-top: 8px; padding-bottom: 8px; box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.brand { display: flex; align-items: center; gap: 13px; min-width: 270px; position: relative; z-index: 2; }
.logo-brand {
    min-width: 232px;
    height: 76px;
    justify-content: center;
    padding: 8px 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(232,239,247,.96)),
        radial-gradient(circle at 18% 0%, rgba(255,193,7,.24), transparent 42%);
    box-shadow: 0 20px 40px rgba(0,0,0,.32), 0 0 0 1px rgba(255,193,7,.1), inset 0 1px 0 rgba(255,255,255,.92);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.logo-brand::before {
    content: "";
    position: absolute;
    inset: -40% auto -40% -70%;
    width: 55%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
    opacity: 0;
    transition: left .55s ease, opacity .22s ease;
}
.logo-brand:hover {
    transform: translateY(-3px);
    border-color: rgba(255,193,7,.7);
    box-shadow: 0 24px 50px rgba(0,0,0,.38), 0 0 0 1px rgba(255,193,7,.22), 0 0 34px rgba(255,193,7,.2), inset 0 1px 0 rgba(255,255,255,.95);
}
.logo-brand:hover::before { left: 118%; opacity: 1; }
.logo-brand:hover .brand-logo { transform: scale(1.04); }
.brand-logo { width: 168px; height: auto; max-height: 60px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(15,23,42,.16)); transition: transform .22s ease; }
.footer-logo { width: 174px; max-height: 72px; }
.brand-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--yellow), #ffb300); color: #07101c; box-shadow: inset 0 -2px 0 rgba(0,0,0,.16), 0 12px 22px rgba(255,193,7,.18); }
.brand-icon svg { width: 29px; height: 29px; fill: currentColor; stroke: none; }
.brand strong { display: block; font-size: 23px; line-height: 1; letter-spacing: .4px; }
.brand em { color: var(--yellow); font-style: normal; }
.brand small { display: block; margin-top: 7px; color: #d8e1ec; font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.main-nav {
    margin-left: auto; display: flex; align-items: center; gap: 7px; padding: 8px;
    font-size: 13px; font-weight: 850; background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.18);
}
.main-nav a {
    position: relative; display: inline-flex; align-items: center; min-height: 40px; padding: 0 15px;
    color: #eef4fb; border-radius: 999px; transition: .2s ease;
}
.main-nav a::after {
    content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px;
    background: var(--yellow); border-radius: 99px; transform: scaleX(0); transform-origin: center; transition: .2s ease;
}
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.11); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta, .btn {
    border: 0; border-radius: 10px; padding: 15px 22px; font-weight: 900; display: inline-flex; justify-content: center; align-items: center; gap: 9px;
}
.header-cta {
    position: relative; z-index: 2; overflow: hidden; border-radius: 16px; min-height: 54px; padding-inline: 22px;
    background: linear-gradient(135deg, #ffe27a, #ffb300 68%, #f59e0b); color: #111827; box-shadow: 0 16px 34px rgba(255,193,7,.28), inset 0 1px 0 rgba(255,255,255,.46);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.header-cta:hover { transform: translateY(-3px); filter: saturate(1.08); box-shadow: 0 22px 42px rgba(255,193,7,.38), inset 0 1px 0 rgba(255,255,255,.55); }
.header-cta span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(17,24,39,.12); }
.btn.primary { background: linear-gradient(135deg, var(--yellow), #ffb300); color: #111827; box-shadow: 0 12px 24px rgba(255,193,7,.25); }
.btn.whatsapp { background: var(--green); color: var(--white); }
.btn.ghost { color: var(--white); border: 1px solid rgba(255,255,255,.32); }
.btn.full { width: 100%; cursor: pointer; }
.menu-toggle { display: none; width: 46px; height: 42px; margin-left: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.07); color: var(--white); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 99px; background: currentColor; transition: .2s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero { position: relative; min-height: 680px; overflow: hidden; background: #0b1522; }
.hero-media { position: absolute; inset: 0; background: url('../images/azakh-hero-technician.png') center right/cover no-repeat; opacity: 1; filter: brightness(1.12) contrast(.96) saturate(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,18,30,.91) 0%, rgba(13,28,45,.77) 38%, rgba(13,28,45,.22) 65%, rgba(13,28,45,.28) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.1fr) 420px; gap: 36px; align-items: center; padding: 56px 24px; }
.eyebrow { color: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.eyebrow.dark { color: #b58000; }
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--white); font-size: clamp(42px, 5vw, 74px); line-height: .98; margin-bottom: 22px; max-width: 800px; }
h1 mark { display: block; color: var(--yellow); background: transparent; }
.hero-copy p { color: #f3f7fb; font-size: 19px; line-height: 1.65; max-width: 780px; }
.trust-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 10px; color: #f8fafc; font-weight: 700; }
.trust-list li::before { content: "✓"; color: var(--green); margin-right: 10px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 18px 0 12px; }
.hero-phone { color: var(--yellow-2); font-weight: 800; }
.quote-card { align-self: end; }
.floating-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.floating-badges span {
    min-height: 64px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px;
    color: var(--white); border: 2px solid rgba(255,255,255,.72); border-radius: 14px; background: rgba(13,24,38,.44); backdrop-filter: blur(9px); font-weight: 900;
}
.quote-card form { background: rgba(255,255,255,.98); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); border: 1px solid rgba(226,232,240,.92); }
.quote-card h2 { text-align: center; font-size: 20px; margin-bottom: 18px; }
input, select, textarea {
    width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 14px 15px; margin-bottom: 10px;
    font: inherit; outline: none; background: #fff; transition: .2s;
}
input:focus, select:focus, textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 4px rgba(255,193,7,.15); }
.file-field { cursor: pointer; width: 100%; border: 1px dashed #cbd5e1; background: #f8fafc; display: flex; justify-content: center; border-radius: 10px; padding: 14px; margin-bottom: 12px; font-weight: 800; }
.file-field input { display: none; }
.alert { border-radius: 10px; padding: 10px 12px; margin-bottom: 10px; font-weight: 700; }
.alert.success { background: #dcfce7; color: #166534; }
.alert.error { background: #fee2e2; color: #991b1b; }
.section { padding: 84px 6vw; max-width: 1440px; margin: 0 auto; background: #fff; }
.section.compact { padding-top: 36px; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.section-head h2, .about-copy h2, .contact-band h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin-bottom: 14px; }
.section-head p { color: var(--muted); line-height: 1.7; }
.subpage-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 96px 6vw 78px;
    background:
        radial-gradient(circle at 12% 8%, rgba(255,193,7,.22), transparent 30%),
        radial-gradient(circle at 88% 16%, rgba(56,189,248,.14), transparent 34%),
        linear-gradient(135deg, #07101c 0%, #0d1828 56%, #111827 100%);
}
.subpage-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 46px 46px;
}
.subpage-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255,193,7,.18);
    border-radius: 50%;
    box-shadow: inset 0 0 80px rgba(255,193,7,.07);
}
.subpage-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}
.subpage-hero h1 {
    max-width: 920px;
    margin: 14px 0 18px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
}
.subpage-hero p {
    max-width: 780px;
    margin: 0;
    color: #dce6f2;
    font-size: 18px;
    line-height: 1.7;
}
.service-grid.expanded { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.contact-strip {
    max-width: 1320px;
    margin: 0 auto 84px;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    color: #fff;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,193,7,.2), transparent 28%),
        linear-gradient(135deg, #0a1321, #16243a);
    box-shadow: 0 24px 60px rgba(15,23,42,.22);
}
.contact-strip h2 { margin: 8px 0 10px; font-size: clamp(28px, 3vw, 42px); }
.contact-strip p { margin: 0; color: #d8e0ea; line-height: 1.65; }
.premium-brand-wrap {
    padding: 22px;
    border-color: rgba(15,23,42,.1);
    box-shadow: 0 26px 70px rgba(15,23,42,.12);
}
.references-page { padding-top: 84px; }
.contact-page { align-items: center; }
.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.service-card, .brand-card, .testimonial-card, .project-card {
    background: var(--white); border: 1px solid #e9edf3; border-radius: 8px; padding: 22px; box-shadow: 0 8px 22px rgba(15,23,42,.055); transition: .24s;
}
.service-card:hover, .brand-card:hover, .testimonial-card:hover { transform: translateY(-6px); border-color: var(--yellow); box-shadow: 0 18px 38px rgba(255,193,7,.16); }
.service-card { min-height: 154px; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: flex-start; }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #111827; margin-bottom: 13px; }
.card-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.card-icon svg path:first-child[fill] { fill: currentColor; stroke: none; }
.service-card h3 { font-size: 15px; margin-bottom: 9px; line-height: 1.25; }
.service-card p { color: #596579; font-size: 12px; line-height: 1.5; margin: 0; }
.about-band {
    position: relative; max-width: none; overflow: hidden; color: var(--white);
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 64px; align-items: center;
    padding-top: 104px; padding-bottom: 104px;
    background:
        linear-gradient(115deg, rgba(255,193,7,.16), transparent 26%),
        radial-gradient(circle at 84% 18%, rgba(255,193,7,.18), transparent 26%),
        radial-gradient(circle at 8% 92%, rgba(59,130,246,.16), transparent 32%),
        linear-gradient(135deg, #07101c 0%, #0b1422 48%, #111827 100%);
}
.about-band::before {
    content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.9), transparent 78%);
}
.about-band::after {
    content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -150px;
    border: 1px solid rgba(255,193,7,.22); border-radius: 50%; box-shadow: inset 0 0 80px rgba(255,193,7,.06);
}
.about-band > * { position: relative; z-index: 1; }
.about-copy { max-width: 780px; }
.about-copy .eyebrow {
    display: inline-flex; align-items: center; gap: 10px; padding: 9px 12px; margin-bottom: 18px;
    border: 1px solid rgba(255,193,7,.32); border-radius: 999px; background: rgba(255,193,7,.08);
}
.about-copy h2 { max-width: 760px; font-size: clamp(38px, 5.2vw, 68px); line-height: .98; letter-spacing: 0; margin-bottom: 26px; }
.about-copy h2::after {
    content: ""; display: block; width: 96px; height: 4px; margin-top: 22px;
    border-radius: 99px; background: linear-gradient(90deg, var(--yellow), transparent);
}
.about-copy p { color: #e7edf7; line-height: 1.75; font-size: 18px; max-width: 760px; }
.about-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 10px; }
.about-points span {
    display: inline-flex; align-items: center; min-height: 36px; padding: 0 13px;
    border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07);
    color: #f8fafc; font-size: 13px; font-weight: 800;
}
.about-points span::before { content: ""; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 16px rgba(255,193,7,.8); }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 720px; justify-self: end; }
.stat-card {
    position: relative; min-height: 190px; overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
    border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 26px;
    box-shadow: 0 24px 54px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(14px); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.stat-card::after {
    content: ""; position: absolute; right: -38px; top: -38px; width: 112px; height: 112px; border-radius: 50%;
    background: rgba(255,193,7,.12);
}
.stat-card:hover { transform: translateY(-6px); border-color: rgba(255,193,7,.52); box-shadow: 0 30px 64px rgba(0,0,0,.28), 0 0 0 1px rgba(255,193,7,.12); }
.stat-card i {
    width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px;
    border-radius: 12px; background: rgba(255,193,7,.12); color: var(--yellow);
}
.stat-card i svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.stat-card strong { display: block; color: var(--yellow); font-size: clamp(34px, 3.2vw, 48px); line-height: .95; letter-spacing: 0; }
.stat-card span { display: block; color: #fff; font-weight: 900; font-size: 19px; margin-top: 6px; }
.stat-card small { display: block; color: #cbd5e1; line-height: 1.55; margin-top: 12px; font-weight: 600; }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.brand-card { min-height: 92px; display: grid; place-items: center; text-align: center; background: #fff; }
.brand-card strong { color: #172033; }
.brand-image-wrap {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 12px 34px rgba(15,23,42,.07);
}
.brand-image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.dark-section {
    max-width: none; color: var(--white);
    background:
        radial-gradient(circle at 12% 10%, rgba(255,193,7,.11), transparent 28%),
        radial-gradient(circle at 92% 24%, rgba(59,130,246,.12), transparent 30%),
        linear-gradient(135deg, #06101c, #0a1524 58%, #07101c);
}
.section-head.inverted p, .section-head.inverted { color: #e5edf8; }
.project-grid { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.project-card {
    position: relative; background: linear-gradient(180deg, rgba(17,29,45,.98), rgba(10,20,34,.98));
    border-color: rgba(255,255,255,.12); color: var(--white); overflow: hidden; padding: 0;
    box-shadow: 0 22px 52px rgba(0,0,0,.24); border-radius: 12px;
}
.project-card::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(135deg, rgba(255,193,7,.14), transparent 36%);
    opacity: 0; transition: .25s ease;
}
.project-card:hover { transform: translateY(-7px); border-color: rgba(255,193,7,.42); box-shadow: 0 30px 70px rgba(0,0,0,.34); }
.project-card:hover::after { opacity: 1; }
.project-card:hover .project-image img { transform: scale(1.06); filter: saturate(1.08) contrast(1.04); }
.project-card div:last-child { position: relative; z-index: 1; padding: 24px 26px 28px; }
.project-card div:last-child > span { color: var(--yellow); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.project-card h3 { margin-top: 8px; margin-bottom: 14px; font-size: 23px; line-height: 1.16; }
.project-image { position: relative; height: 218px; overflow: hidden; background: #101827; }
.project-image::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(5,10,18,0) 35%, rgba(5,10,18,.78) 100%);
}
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.project-badge {
    position: absolute; left: 18px; bottom: 16px; z-index: 1; display: inline-flex; align-items: center;
    min-height: 34px; padding: 0 12px; border-radius: 999px; background: rgba(255,193,7,.94);
    color: #111827 !important; font-weight: 900 !important; font-size: 11px !important; box-shadow: 0 10px 22px rgba(255,193,7,.22);
}
.project-card p, .testimonial-card p { line-height: 1.65; color: var(--muted); }
.project-card p { color: #a9b7ca; font-size: 16px; margin: 0; }
.testimonial-summary {
    max-width: 820px; margin: -12px auto 34px; display: grid; grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e8edf4; border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, #fff, #fbfcff);
    box-shadow: 0 16px 38px rgba(15,23,42,.07);
}
.testimonial-summary div { padding: 18px 22px; text-align: center; border-right: 1px solid #edf0f5; }
.testimonial-summary div:last-child { border-right: 0; }
.testimonial-summary strong { display: block; color: #101828; font-size: 28px; line-height: 1; }
.testimonial-summary span { display: block; margin-top: 7px; color: #667085; font-weight: 800; font-size: 12px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.testimonial-card {
    position: relative; min-height: 330px; padding: 28px; overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98)),
        radial-gradient(circle at 84% 0%, rgba(255,193,7,.12), transparent 34%);
    border: 1px solid #e7ebf2; border-radius: 14px; box-shadow: 0 18px 46px rgba(15,23,42,.08);
}
.testimonial-card::before {
    content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--yellow), #fff0a8, transparent);
}
.testimonial-card:hover { transform: translateY(-7px); border-color: rgba(255,193,7,.7); box-shadow: 0 28px 60px rgba(15,23,42,.13); }
.quote-mark { position: absolute; right: 22px; top: 18px; color: rgba(255,193,7,.24); font-size: 84px; line-height: .8; font-weight: 900; font-family: Georgia, serif; }
.testimonial-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.avatar {
    width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%;
    background: linear-gradient(135deg, #111827, #263445); color: var(--yellow); font-weight: 900; box-shadow: inset 0 0 0 2px rgba(255,193,7,.18);
}
.testimonial-top strong { display: block; color: #0f172a; font-size: 18px; }
.testimonial-top small { display: block; color: #667085; margin-top: 4px; font-weight: 800; font-size: 12px; }
.stars { color: var(--yellow); letter-spacing: 2px; margin-bottom: 16px; font-size: 17px; text-shadow: 0 8px 18px rgba(255,193,7,.18); }
.testimonial-card p { min-height: 112px; font-size: 17px; line-height: 1.72; color: #475467; margin-bottom: 22px; }
.verified {
    display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 12px;
    border-radius: 999px; background: #f8fafc; border: 1px solid #e6ebf2; color: #344054; font-size: 12px; font-weight: 900;
}
.verified::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #dcfce7; color: #15803d; font-size: 12px; }
.contact-band { max-width: none; background: linear-gradient(135deg, #0b1220, #162033); color: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: stretch; }
.contact-band iframe { width: 100%; min-height: 360px; border: 0; border-radius: 8px; filter: saturate(.8); }
.site-footer {
    position: relative; overflow: hidden; color: #d8e0ea; padding: 44px 6vw 30px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255,193,7,.18), transparent 24%),
        radial-gradient(circle at 88% 8%, rgba(56,189,248,.12), transparent 30%),
        linear-gradient(135deg, #040813 0%, #07111f 48%, #0b1627 100%);
}
.site-footer::before {
    content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 44px 44px;
}
.site-footer > * { position: relative; z-index: 1; }
.footer-cta {
    max-width: 1320px; margin: 0 auto 34px; transform: none;
    display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: center;
    padding: 42px 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px;
    background:
        linear-gradient(110deg, rgba(255,193,7,.22), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06)),
        radial-gradient(circle at 86% 20%, rgba(56,189,248,.12), transparent 36%);
    box-shadow: 0 34px 82px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.2);
    backdrop-filter: blur(18px);
}
.footer-cta::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,193,7,.3), transparent 38%, rgba(255,255,255,.12)),
        linear-gradient(180deg, rgba(255,255,255,.1), transparent 46%);
    opacity: .58;
}
.footer-cta::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
}
.footer-cta-copy, .footer-cta-actions { position: relative; z-index: 1; }
.footer-cta .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255,193,7,.34);
    border-radius: 999px;
    background: rgba(255,193,7,.1);
}
.footer-cta h2 { max-width: 860px; color: #fff; font-size: clamp(32px, 3.4vw, 54px); line-height: 1.04; margin: 16px 0 14px; letter-spacing: 0; }
.footer-cta p { max-width: 790px; color: #e2e8f0; line-height: 1.68; margin: 0; font-size: 18px; }
.footer-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.footer-cta-actions .btn { min-height: 58px; border-radius: 15px; padding-inline: 30px; box-shadow: 0 18px 36px rgba(0,0,0,.2); }
.footer-grid { display: grid; grid-template-columns: minmax(330px, 1.35fr) .72fr 1.02fr .86fr; gap: 44px; max-width: 1320px; margin: 0 auto; align-items: start; }
.footer-grid h3 { color: #fff; margin-bottom: 16px; font-size: 16px; }
.footer-grid h3::after { content: ""; display: block; width: 34px; height: 3px; margin-top: 9px; border-radius: 99px; background: var(--yellow); }
.footer-grid a { display: block; margin: 9px 0; color: #cbd5e1; font-weight: 700; transition: .18s ease; }
.footer-grid a:hover { color: var(--yellow); transform: translateX(3px); }
.footer-about {
    padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.footer-about p { max-width: 440px; color: #d3dbe7; line-height: 1.72; margin-top: 20px; }
.footer-brand.logo-brand {
    width: max-content;
    min-width: 224px;
    height: 92px;
    padding: 11px 20px;
    margin-bottom: 18px;
    border-color: rgba(255,255,255,.5);
}
.footer-brand { min-width: 0; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.footer-badges span {
    display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px;
    background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); color: #eef4fb; font-size: 12px; font-weight: 800;
}
.footer-badges span::before { content: ""; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px rgba(255,193,7,.8); }
.footer-contact {
    display: flex !important; gap: 12px; align-items: flex-start; color: #d8e0ea !important; line-height: 1.55; margin: 13px 0 !important;
    padding: 9px 0;
}
.footer-contact span {
    flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px;
    background: rgba(255,193,7,.12); color: var(--yellow); font-weight: 900;
}
.footer-button {
    border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 15px 16px; font-weight: 900;
    background: rgba(255,255,255,.065); color: #fff !important; text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.footer-button.whatsapp { background: var(--green); color: #fff !important; border-color: transparent; }
.footer-button.outline { border-color: rgba(255,193,7,.42); color: var(--yellow) !important; }
.copyright {
    max-width: 1320px; margin: 38px auto 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px;
    color: #a7b4c7; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.panda-credit a { color: var(--yellow); font-weight: 900; }
.mobile-action-bar { display: none; }
.reveal { animation: fadeUp .65s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (max-width: 1180px) {
    .service-grid, .brand-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-content { grid-template-columns: 1fr; }
    .quote-card { max-width: 560px; }
}
@media (max-width: 860px) {
    body { padding-bottom: 58px; }
    .site-header { min-height: 74px; padding: 10px 18px; }
    .site-header::after { left: 18px; right: 18px; }
    .brand { min-width: 0; }
    .logo-brand { min-width: 154px; height: 60px; padding: 6px 11px; border-radius: 15px; }
    .brand-logo { width: 134px; max-height: 48px; }
    .footer-logo { width: 158px; max-height: 66px; }
    .brand small { display: none; }
    .brand strong { font-size: 20px; }
    .brand-icon { width: 42px; height: 42px; border-radius: 10px; }
    .brand-icon svg { width: 25px; height: 25px; }
    .header-cta { display: none; }
    .menu-toggle { display: block; }
    .main-nav {
        position: absolute; top: calc(100% + 8px); left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch;
        gap: 6px; padding: 12px; background: rgba(7, 11, 18, .98); border: 1px solid rgba(255,255,255,.12);
        border-radius: 16px; box-shadow: 0 22px 48px rgba(0,0,0,.34);
    }
    .main-nav.is-open { display: flex; }
    .main-nav a { min-height: 46px; justify-content: space-between; padding: 0 16px; border-radius: 10px; background: rgba(255,255,255,.035); }
    .main-nav a::after { left: 16px; right: auto; width: 34px; bottom: 8px; transform-origin: left; }
    .hero, .hero-content { min-height: auto; }
    .hero-content { padding: 46px 18px; }
    .hero-media { background-position: center; opacity: .54; }
    .hero-shade { background: linear-gradient(180deg, rgba(5,10,18,.96), rgba(5,10,18,.86)); }
    .hero-actions .btn { width: 100%; }
    .floating-badges { grid-template-columns: 1fr 1fr; }
    .section { padding: 56px 18px; }
    .subpage-hero { padding: 64px 18px 54px; }
    .subpage-hero h1 { font-size: 38px; }
    .subpage-hero p { font-size: 16px; }
    .service-grid, .brand-grid, .project-grid, .testimonial-grid, .about-band, .contact-band, .footer-grid { grid-template-columns: 1fr; }
    .service-grid.expanded { grid-template-columns: 1fr; }
    .contact-strip { grid-template-columns: 1fr; margin: 0 18px 56px; padding: 24px; }
    .site-footer { padding-top: 34px; }
    .footer-cta { grid-template-columns: 1fr; padding: 28px 22px; transform: none; margin-bottom: 28px; }
    .footer-cta-actions { justify-content: stretch; }
    .footer-cta-actions .btn { width: 100%; }
    .footer-grid { gap: 22px; }
    .footer-about { padding: 20px; }
    .footer-brand.logo-brand { min-width: 190px; height: 82px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; height: 58px; z-index: 80; display: grid; grid-template-columns: repeat(3, 1fr); background: #070b12; border-top: 1px solid rgba(255,255,255,.1); }
    .mobile-action-bar a { display: grid; place-items: center; color: #fff; font-weight: 900; }
    .mobile-action-bar a:nth-child(2) { background: var(--green); }
    .mobile-action-bar a:nth-child(3) { background: var(--yellow); color: #111827; }
}
@media (max-width: 520px) {
    h1 { font-size: 38px; }
    .floating-badges, .stats-grid { grid-template-columns: 1fr; }
    .quote-card form { padding: 18px; }
}
