:root {
    --navy: #061a2d;
    --deep: #082743;
    --aqua: #22d3ee;
    --cyan: #48f0ff;
    --gold: #f6c76b;
    --muted: #6c7a89;
    --soft: #eef8fb;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, .14);
    --shadow: 0 24px 70px rgba(3, 19, 33, .22);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #0e2436; background: linear-gradient(180deg, #f8fdff, #edf8fb 50%, #ffffff); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head h2, .split h2, .page-hero h1, .hero-content h1 { letter-spacing: 0; }
.eyebrow { display: inline-flex; color: #007c95; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; margin-bottom: 14px; }
h1, h2, h3 { margin: 0 0 14px; color: var(--navy); line-height: 1.05; }
h1 { font-size: clamp(38px, 6vw, 78px); }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: 20px; }
p { color: #516779; line-height: 1.75; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 21px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; position: relative; overflow: hidden; }
.btn:before { content: ""; position: absolute; inset: 0; transform: translateX(-110%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); transition: transform .55s ease; }
.btn:hover:before { transform: translateX(110%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #02111f; background: linear-gradient(135deg, var(--cyan), var(--gold)); box-shadow: 0 15px 38px rgba(34, 211, 238, .28); }
.btn-ghost, .btn-glass { border-color: rgba(255,255,255,.34); color: var(--white); background: rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.btn-dark { color: var(--white); background: var(--navy); }

.topbar { background: linear-gradient(90deg, #051827, #053552, #0197a6); color: #dffcff; font-size: 14px; position: relative; z-index: 20; }
.topbar:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.topbar__inner { min-height: 42px; display: flex; align-items: center; gap: 22px; justify-content: space-between; flex-wrap: wrap; }
.topbar a { color: var(--white); font-weight: 800; }
.socials { display: flex; gap: 8px; }
.socials span { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.74); backdrop-filter: blur(22px); border-bottom: 1px solid rgba(0, 128, 150, .14); transition: padding .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 34px rgba(6, 26, 45, .12); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 24px; transition: min-height .25s ease; }
.site-header.is-scrolled .nav { min-height: 66px; }
.logo { font-size: 26px; font-weight: 900; color: var(--navy); display: inline-flex; gap: 4px; align-items: center; }
.logo span { color: var(--aqua); }
.logo:before { content: ""; width: 42px; height: 42px; border-radius: 13px; background: radial-gradient(circle at 35% 25%, #fff, #41ecff 35%, #086987 70%); box-shadow: 0 12px 28px rgba(34,211,238,.35); }
.logo-image {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.logo-image:before { display: none; }
.logo-image img { width: 220px; height: auto; object-fit: contain; display: block; filter: drop-shadow(0 10px 22px rgba(0, 111, 140, .18)); }
.menu { flex: 1; display: flex; align-items: center; justify-content: center; gap: 22px; font-weight: 800; color: #17324a; }
.menu > a, .menu-item > a { padding: 30px 0; }
.nav-actions { display: flex; gap: 10px; }
.nav-actions .btn-ghost { color: var(--navy); border-color: rgba(6,26,45,.15); }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--navy); color: white; font-size: 20px; }
.mobile-menu-fab {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(72,240,255,.35);
    background: linear-gradient(135deg, #061827, #08798e);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(3,19,32,.26);
}
.has-mega { position: relative; }
.mega { position: absolute; top: 76px; left: 50%; transform: translate(-50%, 12px); width: min(920px, 92vw); display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 18px; background: rgba(255,255,255,.9); border: 1px solid rgba(34, 211, 238, .18); box-shadow: var(--shadow); border-radius: 22px; opacity: 0; pointer-events: none; transition: .25s ease; backdrop-filter: blur(18px); }
.has-mega:hover .mega { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.mega a { padding: 14px; border-radius: 16px; background: linear-gradient(145deg, rgba(238,248,251,.9), rgba(255,255,255,.55)); display: grid; gap: 6px; }
.mini-icon, .orb { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--aqua), #ffffff); color: var(--navy); font-weight: 900; box-shadow: 0 14px 30px rgba(34,211,238,.24); }
.mega small { color: var(--muted); line-height: 1.45; }

.hero-slider { min-height: 760px; position: relative; background: var(--navy); overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .9s ease; background-image: linear-gradient(110deg, rgba(2,14,28,.88), rgba(4,72,96,.58), rgba(0,0,0,.2)), var(--hero); background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-content { min-height: 760px; display: flex; flex-direction: column; justify-content: center; max-width: 830px; position: relative; z-index: 2; }
.hero-content h1, .hero-content p { color: white; }
.hero-content p { font-size: 21px; max-width: 680px; color: #d7f8ff; }
.hero-actions, .card-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-stats { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats span { min-width: 150px; padding: 16px 18px; border-radius: 18px; color: white; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.hero-stats strong { color: var(--cyan); display: block; font-size: 22px; }
.hero-water { position: absolute; inset: auto -10% 0; height: 190px; background: radial-gradient(ellipse at 50% 0, rgba(72,240,255,.5), transparent 55%); animation: shimmer 5s ease-in-out infinite alternate; }
@keyframes shimmer { from { transform: translateY(12px) scaleX(1); opacity: .55; } to { transform: translateY(-8px) scaleX(1.08); opacity: .9; } }
.floating-product { position: absolute; right: 8%; bottom: 110px; width: 245px; padding: 14px; border-radius: 24px; background: rgba(255,255,255,.16); color: white; border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(18px); box-shadow: var(--shadow); animation: floaty 4s ease-in-out infinite; }
.floating-product img { height: 150px; width: 100%; object-fit: cover; border-radius: 18px; margin-bottom: 12px; }
@keyframes floaty { 50% { transform: translateY(-16px) rotate(1deg); } }
.slider-arrow { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.12); font-size: 36px; cursor: pointer; }
.slider-arrow.prev { left: 22px; } .slider-arrow.next { right: 22px; }
.slider-dots { position: absolute; z-index: 3; left: 50%; bottom: 34px; transform: translateX(-50%); display: flex; gap: 10px; }
.slider-dots button { width: 34px; height: 8px; border: 0; border-radius: 999px; background: rgba(255,255,255,.36); cursor: pointer; }
.slider-dots button.is-active { background: var(--cyan); }

.wave-band { background: radial-gradient(circle at 15% 0, rgba(72,240,255,.22), transparent 34%), linear-gradient(180deg, #f7fdff, #eef9fc); }
.category-grid, .product-grid, .service-grid, .project-grid, .advantage-grid, .guide-grid, .process-grid, .blog-grid { display: grid; gap: 22px; }
.category-grid { grid-template-columns: repeat(4, 1fr); }
.category-card, .adv-card, .service-card, .guide-card, .process-card, .blog-card, .filters, .form-card, .quote-aside { background: rgba(255,255,255,.72); border: 1px solid rgba(0,128,150,.13); border-radius: 22px; padding: 24px; box-shadow: 0 18px 48px rgba(8,39,67,.09); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; backdrop-filter: blur(16px); }
.category-card:hover, .product-card:hover, .service-card:hover, .project-card:hover, .guide-card:hover, .blog-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(8,39,67,.18); border-color: rgba(34,211,238,.4); }
.category-card b { color: #008aa0; }
.split-grid, .two-cols, .contact-grid, .catalog-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.premium-panel { background: linear-gradient(135deg, #062038, #0a465b); color: white; overflow: hidden; }
.premium-panel h2, .premium-panel h3, .premium-panel p { color: white; }
.advantage-grid { grid-template-columns: repeat(2, 1fr); }
.adv-card span, .service-card span { color: var(--gold); font-size: 28px; }
.product-grid { grid-template-columns: repeat(4, 1fr); }
.product-card { background: white; border-radius: 22px; border: 1px solid rgba(0,128,150,.12); overflow: hidden; box-shadow: 0 18px 52px rgba(8,39,67,.1); transition: .25s ease; }
.product-card > div, .product-card > small, .product-card > h3, .product-card > p, .product-card > a:not(.product-image) { margin-left: 20px; margin-right: 20px; }
.product-card small { display: block; margin-top: 18px; color: #008aa0; font-weight: 900; }
.product-card p { min-height: 80px; }
.product-image { height: 210px; overflow: hidden; display: block; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img, .project-card:hover img { transform: scale(1.08); }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: white; background: #12b886; font-weight: 900; }
.guide { background: #f4fbfd; }
.guide-grid { grid-template-columns: repeat(4, 1fr); }
.guide-card { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(212,248,255,.72)); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.project-grid { grid-template-columns: repeat(4, 1fr); }
.project-card { min-height: 330px; border-radius: 24px; overflow: hidden; position: relative; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; color: white; box-shadow: var(--shadow); transition: .25s ease; }
.project-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(2,14,28,.82)); }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.project-card h2, .project-card h3, .project-card span { position: relative; z-index: 1; color: white; }
.cta-section { padding: 92px 0; text-align: center; color: white; background: linear-gradient(135deg, rgba(4,33,58,.94), rgba(0,144,166,.82)), url('https://images.unsplash.com/photo-1576013551627-0cc20b96c2a7?auto=format&fit=crop&w=1800&q=85') center/cover; }
.cta-section h2, .cta-section p { color: white; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-card span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: var(--cyan); font-weight: 900; }
details { margin: 12px 0; padding: 18px; background: white; border-radius: 16px; border: 1px solid rgba(0,128,150,.12); }
summary { cursor: pointer; font-weight: 900; color: var(--navy); }
.blog-row { display: block; padding: 18px 0; border-bottom: 1px solid rgba(0,128,150,.14); }
.blog-row small { display: block; color: var(--muted); margin-top: 8px; line-height: 1.55; }
.logo-carousel {
    padding: 34px 0 78px;
    background:
        linear-gradient(180deg, rgba(237,250,253,.72), rgba(255,255,255,.96)),
        repeating-linear-gradient(105deg, rgba(0,142,165,.045) 0 1px, transparent 1px 86px);
    border-top: 1px solid rgba(0,142,165,.13);
}
.partner-shell {
    display: grid;
    grid-template-columns: minmax(230px, .78fr) 1.6fr;
    gap: 28px;
    align-items: center;
}
.partner-head h2 {
    max-width: 430px;
    margin-bottom: 0;
    font-size: clamp(26px, 3vw, 38px);
}
.logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.partner-logo {
    min-height: 124px;
    padding: 18px 14px 16px;
    border-radius: 22px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 7px;
    text-align: center;
    color: #0b2b42;
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,252,255,.82)),
        radial-gradient(circle at 50% 0, rgba(72,240,255,.18), transparent 58%);
    border: 1px solid rgba(0,142,165,.13);
    box-shadow: 0 18px 46px rgba(8,39,67,.08), inset 0 1px 0 rgba(255,255,255,.86);
    position: relative;
    overflow: hidden;
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.partner-logo:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.62) 44%, transparent 66%);
    transform: translateX(-120%);
    transition: transform .62s ease;
}
.partner-logo:hover {
    transform: translateY(-6px);
    border-color: rgba(34,211,238,.36);
    box-shadow: 0 26px 68px rgba(8,39,67,.13), inset 0 1px 0 rgba(255,255,255,.9);
}
.partner-logo:hover:before {
    transform: translateX(120%);
}
.partner-logo i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 950;
    color: #052033;
    background:
        linear-gradient(135deg, rgba(255,255,255,.72), transparent 42%),
        linear-gradient(135deg, #42e7ef, #f5d86f);
    border: 1px solid rgba(255,255,255,.8);
    box-shadow: 0 14px 30px rgba(34,211,238,.22);
}
.partner-logo strong {
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0;
}
.partner-logo small {
    color: #5b7284;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
}

.page-hero { min-height: 420px; display: flex; align-items: center; color: white; background: linear-gradient(120deg, rgba(4,22,40,.94), rgba(0,118,142,.65)), url('https://images.unsplash.com/photo-1575429198097-0414ec08e8cd?auto=format&fit=crop&w=1800&q=85') center/cover; }
.page-hero h1, .page-hero p { color: white; max-width: 760px; }
.catalog-layout { grid-template-columns: 290px 1fr; align-items: start; }
.catalog-grid { grid-template-columns: repeat(3, 1fr); }
.filters { position: sticky; top: 96px; }
label { display: grid; gap: 8px; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
input, select, textarea { width: 100%; border: 1px solid rgba(8,39,67,.16); border-radius: 14px; padding: 14px 15px; font: inherit; background: white; color: var(--navy); }
.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; padding: 82px 0; align-items: center; }
.detail-gallery > img { width: 100%; height: 520px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.detail-gallery div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.detail-gallery div img { height: 150px; width: 100%; object-fit: cover; border-radius: 18px; }
.detail-info .btn-ghost { color: var(--navy); border-color: rgba(8,39,67,.16); }
.price-note { display: inline-flex; padding: 12px 16px; border-radius: 999px; background: #e9fbff; color: #007c95; font-weight: 900; }
.spec-table { width: 100%; border-collapse: collapse; background: white; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 40px rgba(8,39,67,.08); }
.spec-table th, .spec-table td { padding: 16px; border-bottom: 1px solid #eef4f7; text-align: left; }
.timeline { display: grid; gap: 14px; }
.timeline span { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); color: white; font-weight: 900; }
.blog-grid { grid-template-columns: repeat(3, 1fr); }
.article-body { max-width: 820px; }
.contact-grid { grid-template-columns: .85fr 1.15fr; }
.map-frame, .mini-map { min-height: 170px; border-radius: 20px; background: linear-gradient(135deg, #dff8ff, #ffffff); border: 1px solid rgba(0,128,150,.14); display: grid; place-items: center; color: #5d7585; margin-top: 18px; }
.form-card.wide { grid-template-columns: repeat(2, 1fr); display: grid; gap: 4px 18px; }
.form-card.wide label:nth-of-type(7), .form-card.wide button, .form-card.wide .success { grid-column: 1 / -1; }
.success { padding: 14px 16px; border-radius: 14px; background: #d7fbe8; color: #0b6b3c; font-weight: 900; margin-bottom: 14px; }

.footer { background: #041827; color: #d7eef5; padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; }
.footer h3, .footer p, .footer a { color: #d7eef5; }
.footer a { display: block; margin: 10px 0; }
.footer-logo { margin-bottom: 18px; color: white; }
.footer-bottom { margin-top: 54px; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #9fc2cf; }
.footer-bottom a { color: var(--cyan); margin: 0; }
.float-wa { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: #12b886; color: white; font-weight: 1000; box-shadow: 0 18px 38px rgba(18,184,134,.36); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
    .category-grid, .product-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
    .service-grid, .blog-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
    .partner-shell { grid-template-columns: 1fr; }
    .logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .floating-product { display: none; }
    .mega { grid-template-columns: repeat(2, 1fr); left: auto; right: 0; transform: translateY(12px); }
    .has-mega:hover .mega { transform: translateY(0); }
}
@media (max-width: 820px) {
    .topbar__inner { justify-content: center; padding: 8px 0; }
    .nav { min-height: 70px; justify-content: space-between; }
    .nav-toggle { display: grid; place-items: center; }
    .menu { position: absolute; left: 18px; right: 18px; top: 76px; display: none; flex-direction: column; align-items: stretch; background: white; padding: 18px; border-radius: 22px; box-shadow: var(--shadow); }
    .menu.is-open { display: flex; }
    .menu > a, .menu-item > a { padding: 8px 0; }
    .mega { position: static; width: 100%; transform: none; opacity: 1; pointer-events: auto; grid-template-columns: 1fr; box-shadow: none; padding: 10px; margin-top: 10px; }
    .nav-actions { display: none; }
    .mobile-menu-fab {
        display: grid;
        place-items: center;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 120;
    }
    .hero-slider, .hero-content { min-height: 680px; }
    .hero-stats, .guide-grid, .process-grid, .advantage-grid, .footer-grid, .split-grid, .two-cols, .contact-grid, .catalog-layout, .product-detail { grid-template-columns: 1fr; }
    .filters { position: static; }
    .form-card.wide { grid-template-columns: 1fr; }
    .form-card.wide label:nth-of-type(7), .form-card.wide button, .form-card.wide .success { grid-column: auto; }
}
@media (max-width: 560px) {
    .wrap { width: min(100% - 24px, 1180px); }
    .section { padding: 64px 0; }
    .category-grid, .product-grid, .service-grid, .project-grid, .blog-grid, .catalog-grid { grid-template-columns: 1fr; }
    .logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .partner-logo { min-height: 118px; padding: 16px 10px 14px; }
    .hero-actions .btn, .card-actions .btn { width: 100%; }
    .hero-content p { font-size: 18px; }
    .slider-arrow { display: none; }
    .footer-bottom { padding-bottom: 92px; }
}

/* Premium polish layer */
body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(circle at 8% 18%, rgba(34, 211, 238, .14), transparent 26%),
        radial-gradient(circle at 92% 8%, rgba(246, 199, 107, .12), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(239,250,253,.86));
}

.topbar {
    background:
        linear-gradient(90deg, rgba(246,199,107,.08), transparent 22%, rgba(72,240,255,.13) 58%, transparent 82%),
        linear-gradient(92deg, #03111f, #05243c 44%, #065e70 100%);
    box-shadow: 0 10px 28px rgba(3, 19, 32, .18);
    overflow: hidden;
}
.topbar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30%;
    width: 32%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
    transform: skewX(-18deg);
    animation: topbarSweep 7s ease-in-out infinite;
}
@keyframes topbarSweep { 65%, 100% { left: 120%; } }
.topbar__inner { min-height: 52px; }
.topbar__left { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.topbar-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 12px 28px rgba(0,0,0,.13);
    font-weight: 800;
}
.topbar-chip:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 14px var(--cyan);
}
.topbar-cta {
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(72,240,255,.24), rgba(246,199,107,.18));
    border: 1px solid rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 14px 34px rgba(0,0,0,.16);
    letter-spacing: .01em;
}

.site-header {
    background: rgba(255,255,255,.78);
    box-shadow: inset 0 -1px 0 rgba(34, 211, 238, .12);
}
.site-header:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(72,240,255,.08), transparent);
}
.logo:before { border-radius: 16px; animation: logoPulse 3.8s ease-in-out infinite; }
@keyframes logoPulse { 50% { box-shadow: 0 18px 42px rgba(34,211,238,.46); transform: translateY(-1px); } }
.menu > a, .menu-item > a {
    position: relative;
}
.menu > a:after, .menu-item > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 2px;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--aqua), var(--gold));
    transition: transform .25s ease;
}
.menu > a:hover:after, .menu-item:hover > a:after { transform: scaleX(1); }
.mega {
    width: min(1080px, 94vw);
    grid-template-columns: 280px 1fr;
    gap: 18px;
    padding: 16px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.86), rgba(232,250,255,.7)),
        radial-gradient(circle at 100% 0, rgba(34,211,238,.24), transparent 38%);
    border-radius: 28px;
    border-color: rgba(255,255,255,.55);
    box-shadow: 0 30px 90px rgba(3, 19, 32, .22), inset 0 1px 0 rgba(255,255,255,.75);
}
.mega-feature {
    min-height: 100%;
    padding: 22px;
    border-radius: 22px;
    color: white;
    background:
        linear-gradient(145deg, rgba(5,28,48,.96), rgba(0,112,136,.84)),
        url('https://images.unsplash.com/photo-1575429198097-0414ec08e8cd?auto=format&fit=crop&w=800&q=80') center/cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}
.mega-feature:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,28,48,.12), rgba(5,28,48,.88));
}
.mega-feature > * { position: relative; z-index: 1; }
.mega-feature span { color: var(--cyan); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.mega-feature strong { font-size: 24px; line-height: 1.15; margin: 10px 0; }
.mega-feature small { color: #d9f8ff; line-height: 1.5; }
.mega-feature b { margin-top: 20px; color: var(--gold); }
.mega-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-height: 500px; overflow: auto; padding-right: 4px; }
.mega a {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(8,39,67,.08);
    box-shadow: 0 10px 26px rgba(8,39,67,.06);
}
.mega a:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at 20% 0, rgba(72,240,255,.3), transparent 40%);
    transition: opacity .25s ease;
}
.mega a:hover:after { opacity: 1; }
.mega a:hover .mini-icon { transform: translateY(-2px) rotate(-4deg); }
.mini-icon { transition: transform .25s ease; }

.hero-slider { min-height: 820px; isolation: isolate; }
.hero-slide {
    background-attachment: fixed;
    transition: opacity 1.1s ease, transform 6s ease;
}
.hero-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 35%, rgba(72,240,255,.24), transparent 28%),
        linear-gradient(90deg, rgba(2,14,28,.38), transparent 48%);
    mix-blend-mode: screen;
}
.hero-slide.is-active { animation: heroDrift 8s ease forwards; }
@keyframes heroDrift { from { background-position: center center; } to { background-position: center 46%; } }
.hero-parallax {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 15%, rgba(255,255,255,.12) 16%, transparent 18%),
        repeating-linear-gradient(105deg, rgba(255,255,255,.045) 0 1px, transparent 1px 95px);
    opacity: .55;
    filter: blur(.2px);
}
.hero-water {
    height: 250px;
    background:
        radial-gradient(ellipse at 50% 0, rgba(72,240,255,.48), transparent 55%),
        repeating-radial-gradient(ellipse at 45% 120%, rgba(255,255,255,.22) 0 2px, transparent 2px 18px);
    animation: shimmer 4.5s ease-in-out infinite alternate, waveDrift 10s linear infinite;
}
@keyframes waveDrift { to { background-position: 80px 0, 160px 0; } }
.hero-content { min-height: 820px; }
.hero-content .eyebrow {
    color: var(--cyan);
    padding: 8px 13px;
    width: fit-content;
    border-radius: 999px;
    background: rgba(4, 48, 68, .42);
    border: 1px solid rgba(72,240,255,.22);
}
.hero-content h1 {
    text-shadow: 0 24px 60px rgba(0,0,0,.36);
}
.hero-stats span {
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 18px 40px rgba(0,0,0,.16);
}
.hero-stats span:after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
    animation: statSweep 4s ease-in-out infinite;
}
@keyframes statSweep { 55%, 100% { transform: translateX(120%); } }
.floating-stack {
    position: absolute;
    right: 7%;
    bottom: 88px;
    width: 310px;
    height: 360px;
    z-index: 3;
}
.floating-product {
    position: absolute;
    padding: 14px;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.08));
    color: white;
    border: 1px solid rgba(255,255,255,.28);
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
    animation: floaty 4.2s ease-in-out infinite;
}
.floating-product.primary { inset: 0 auto auto 0; width: 270px; }
.floating-product.mini {
    right: 0;
    bottom: 72px;
    width: 188px;
    animation-delay: .55s;
}
.floating-product.second {
    left: 18px;
    bottom: 0;
    right: auto;
    animation-delay: 1s;
}
.floating-product span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.category-grid { gap: 26px; }
.category-card, .product-card, .guide-card {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
    transform-style: preserve-3d;
}
.category-card:before, .product-card:before, .guide-card:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 40%), rgba(72,240,255,.28), transparent 34%);
    transition: opacity .25s ease;
    z-index: 1;
}
.category-card:hover:before, .product-card:hover:before, .guide-card:hover:before { opacity: 1; }
.category-card {
    min-height: 285px;
    padding: 30px;
    position: relative;
    background:
        linear-gradient(145deg, rgba(255,255,255,.86), rgba(222,249,255,.58)),
        radial-gradient(circle at 80% 12%, rgba(72,240,255,.28), transparent 35%);
}
.category-card:after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 86px;
    height: 86px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(72,240,255,.18), rgba(246,199,107,.08));
    border: 1px solid rgba(255,255,255,.6);
    transform: rotate(10deg);
    opacity: .75;
}
.category-card > * { position: relative; z-index: 2; }
.category-card .orb {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    font-size: 28px;
    margin-bottom: 8px;
    color: #052033;
    background:
        radial-gradient(circle at 35% 20%, #ffffff, rgba(255,255,255,.35) 24%, transparent 42%),
        linear-gradient(135deg, #31e9f5, #d8fbff 56%, #f7d984);
    box-shadow: 0 18px 42px rgba(34,211,238,.32), inset 0 1px 0 rgba(255,255,255,.75);
}
.category-card h3 { font-size: 23px; }
.category-card p { font-size: 16px; }
.category-card b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #052033;
    background: rgba(72,240,255,.18);
    border: 1px solid rgba(34,211,238,.24);
}
.category-card b:after { content: "→"; }
.category-card:hover .orb { animation: iconLift .55s ease; }
@keyframes iconLift { 50% { transform: translateY(-8px) rotate(-6deg); } }
.product-card {
    position: relative;
    border-radius: 26px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(145deg, rgba(72,240,255,.36), rgba(246,199,107,.28), rgba(255,255,255,.1)) border-box;
    border: 1px solid transparent;
    overflow: hidden;
}
.product-card:after {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 55%;
    height: 180%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    transition: left .6s ease;
    z-index: 2;
    pointer-events: none;
}
.product-card:hover:after { left: 125%; }
.product-card:hover {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-10px);
}
.product-image { height: 230px; }
.product-image:after {
    content: "Teklif al";
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #061827;
    background: linear-gradient(135deg, var(--cyan), var(--gold));
    font-weight: 900;
    font-size: 12px;
    z-index: 3;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.product-image { position: relative; }
.icon-btn { box-shadow: 0 12px 26px rgba(18,184,134,.28); }

.premium-panel {
    background:
        radial-gradient(circle at 12% 18%, rgba(72,240,255,.22), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(246,199,107,.16), transparent 24%),
        linear-gradient(135deg, #041522, #08324f 48%, #075f70);
}
.luxe-grid .adv-card {
    background: rgba(255,255,255,.11);
    border-color: rgba(255,255,255,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 24px 54px rgba(0,0,0,.18);
}
.guide {
    background:
        linear-gradient(180deg, rgba(244,251,253,.92), rgba(255,255,255,.96)),
        radial-gradient(circle at 50% 0, rgba(72,240,255,.28), transparent 36%);
}
.guide-card {
    min-height: 190px;
    position: relative;
    overflow: hidden;
}
.guide-card:after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(72,240,255,.36), transparent 68%);
}
.guide-card small {
    color: #008aa0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}
.guide-card strong { font-size: 24px; }
.process-grid { position: relative; }
.process-grid:before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 47px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34,211,238,.55), transparent);
}
.process-card {
    position: relative;
    min-height: 220px;
}
.process-card span {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 8px rgba(34,211,238,.1), 0 18px 36px rgba(8,39,67,.18);
}
.faq-blog {
    background:
        linear-gradient(135deg, rgba(4,21,34,.96), rgba(6,78,94,.88)),
        url('https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=1600&q=85') center/cover;
}
.faq-blog .eyebrow, .faq-blog strong, .faq-blog summary { color: var(--cyan); }
.faq-blog details, .faq-blog .blog-row {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.16);
    backdrop-filter: blur(16px);
}
.faq-blog p, .faq-blog small { color: #d9f8ff; }
.faq-blog .blog-row { padding: 18px; border-radius: 18px; margin-bottom: 12px; }

.footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(72,240,255,.2), transparent 25%),
        radial-gradient(circle at 85% 0, rgba(246,199,107,.15), transparent 25%),
        linear-gradient(135deg, #03111e, #06243c 46%, #074f61);
}
.footer-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(105deg, rgba(255,255,255,.035) 0 1px, transparent 1px 90px),
        linear-gradient(180deg, rgba(255,255,255,.06), transparent 30%);
}
.footer-grid { position: relative; z-index: 1; }
.footer-grid > div {
    padding: 8px;
}
.footer-proof {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 18px 0;
}
.footer-proof span {
    padding: 8px 10px;
    border-radius: 999px;
    color: #dffcff;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    font-size: 12px;
    font-weight: 900;
}
.footer h3 {
    color: white;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer a:hover { color: var(--cyan); }
.mini-map {
    background:
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(72,240,255,.08)),
        radial-gradient(circle at 50% 40%, rgba(72,240,255,.28), transparent 42%);
    color: #dffcff;
    border-color: rgba(255,255,255,.14);
}
.footer-bottom {
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,.16);
    backdrop-filter: blur(10px);
}

@media (max-width: 1050px) {
    .mega { grid-template-columns: 1fr; }
    .mega-feature { min-height: 190px; }
    .mega-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .topbar__inner { gap: 10px; }
    .topbar__left { justify-content: center; width: 100%; }
    .topbar-chip { font-size: 12px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .nav-toggle { flex: 0 0 42px; margin-left: auto; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); box-shadow: 0 14px 28px rgba(3,19,32,.22); }
    .nav { position: relative; padding-right: 58px; }
    .menu { max-height: calc(100vh - 96px); overflow: auto; }
    .mega {
        background: linear-gradient(180deg, #f7fdff, #ffffff);
        border-radius: 18px;
    }
    .mega-feature { display: none; }
    .mega-links { grid-template-columns: 1fr; max-height: none; overflow: visible; }
    .hero-slider, .hero-content { min-height: 780px; }
    .hero-slide { background-attachment: scroll; }
    .hero-content { padding: 48px 0 130px; }
    .hero-stats { margin-bottom: 56px; }
    .slider-dots { bottom: 22px; }
    .floating-stack { display: none; }
    .process-grid:before { display: none; }
    .category-card { min-height: 220px; }
    .page-hero h1, .page-hero p { max-width: min(100%, 340px); overflow-wrap: break-word; }
}

@media (max-width: 560px) {
    .topbar-cta { width: 100%; text-align: center; justify-content: center; }
    .topbar__left { display: grid; grid-template-columns: 1fr; }
    .topbar-chip { justify-content: center; }
    .nav { display: grid; grid-template-columns: minmax(0, 1fr) 46px; width: calc(100% - 24px); gap: 10px; }
    .logo { min-width: 0; }
    .logo-image img { width: 178px; }
    .nav-toggle { display: grid !important; justify-self: end; position: relative; z-index: 4; }
    .nav-toggle { position: absolute; right: 0; top: 50%; }
    .menu { left: 12px; right: 12px; }
    .hero-slider, .hero-content { min-height: 820px; }
    .hero-content { max-width: 100%; }
    .hero-content h1 { font-size: 32px; line-height: 1.08; max-width: 320px; overflow-wrap: break-word; }
    .hero-content p { max-width: 320px; font-size: 17px; }
    .hero-actions { max-width: 320px; }
    .hero-actions .btn, .card-actions .btn { max-width: 100%; }
    .hero-stats span { width: 100%; }
    .product-image { height: 220px; }
    .guide-card, .process-card { min-height: auto; }
    .category-card, .product-card, .guide-card {
        transform: none !important;
    }
}

@media (max-width: 820px) {
    .nav-toggle {
        display: grid !important;
        place-items: center;
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        position: absolute !important;
        right: 12px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 100 !important;
        background: linear-gradient(135deg, #061827, #08798e) !important;
        color: #ffffff !important;
        border: 1px solid rgba(72,240,255,.32) !important;
        box-shadow: 0 16px 34px rgba(3,19,32,.26) !important;
    }
}

@media (min-width: 821px) {
    .nav-toggle {
        display: none !important;
    }
    .mobile-menu-fab {
        display: none !important;
    }
}

/* White premium refresh - 2026-06-07 */
body {
    color: #10263a;
    background:
        radial-gradient(circle at 12% 8%, rgba(72, 240, 255, .18), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(246, 199, 107, .12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f5fdff 48%, #ffffff 100%) !important;
}
body:before {
    background:
        radial-gradient(circle at 10% 12%, rgba(35, 210, 232, .12), transparent 28%),
        radial-gradient(circle at 90% 4%, rgba(246, 199, 107, .1), transparent 24%) !important;
}
.topbar {
    color: #12314a !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96), rgba(235,252,255,.98) 48%, rgba(255,255,255,.96)),
        radial-gradient(circle at 50% 0, rgba(72,240,255,.22), transparent 44%) !important;
    border-bottom: 1px solid rgba(0, 142, 165, .14);
    box-shadow: 0 12px 34px rgba(8, 39, 67, .08) !important;
}
.topbar:after {
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, .72), rgba(246,199,107,.55), transparent) !important;
}
.topbar-chip {
    color: #12314a;
    background: rgba(255,255,255,.88) !important;
    border-color: rgba(0, 142, 165, .16) !important;
    box-shadow: 0 12px 28px rgba(8,39,67,.08), inset 0 1px 0 rgba(255,255,255,.8) !important;
}
.topbar-cta {
    color: #072033 !important;
    background: linear-gradient(135deg, #53eff7, #f7dd83) !important;
    border: 1px solid rgba(0, 142, 165, .14) !important;
    box-shadow: 0 14px 34px rgba(34,211,238,.18) !important;
}
.topbar a { color: #072033 !important; }
.socials span {
    color: #0d4058;
    border-color: rgba(0,142,165,.22);
    background: rgba(255,255,255,.78);
}
.site-header {
    background: rgba(255,255,255,.9) !important;
    border-bottom-color: rgba(0,142,165,.12);
}
.logo-image img {
    filter: drop-shadow(0 10px 20px rgba(0, 111, 140, .14)) !important;
}
.btn-dark {
    color: #062033 !important;
    background: linear-gradient(135deg, #53eff7, #f7dd83) !important;
    box-shadow: 0 14px 32px rgba(34,211,238,.18);
}
.hero-slide {
    background-image: linear-gradient(105deg, rgba(255,255,255,.86), rgba(229,251,255,.68), rgba(255,255,255,.36)), var(--hero) !important;
}
.hero-slide:not(.is-active) {
    visibility: hidden;
}
.hero-slide.is-active {
    visibility: visible;
}
.hero-slide:before {
    background:
        radial-gradient(circle at 70% 35%, rgba(72,240,255,.22), transparent 28%),
        linear-gradient(90deg, rgba(255,255,255,.68), transparent 58%) !important;
    mix-blend-mode: normal !important;
}
.hero-content h1,
.hero-content p {
    color: #08243a !important;
    text-shadow: none !important;
}
.hero-content .eyebrow {
    color: #007f96 !important;
    background: rgba(255,255,255,.7) !important;
    border-color: rgba(34,211,238,.22) !important;
}
.hero-stats span,
.floating-product {
    color: #08243a !important;
    background: rgba(255,255,255,.72) !important;
    border-color: rgba(0,142,165,.16) !important;
    box-shadow: 0 18px 44px rgba(8,39,67,.12), inset 0 1px 0 rgba(255,255,255,.82) !important;
}
.floating-product small,
.floating-product strong {
    color: #08243a !important;
}
.hero-water {
    background:
        radial-gradient(ellipse at 50% 0, rgba(72,240,255,.28), transparent 58%),
        repeating-radial-gradient(ellipse at 45% 120%, rgba(255,255,255,.32) 0 2px, transparent 2px 18px) !important;
}
.mega-feature {
    color: #08243a !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.92), rgba(229,252,255,.8)),
        radial-gradient(circle at 20% 0, rgba(72,240,255,.28), transparent 40%) !important;
    border: 1px solid rgba(0,142,165,.14);
}
.mega-feature:before { display: none; }
.mega-feature strong,
.mega-feature small {
    color: #08243a !important;
}
.mega-feature b,
.mega-feature span {
    color: #008aa0 !important;
}
.page-hero {
    color: #08243a !important;
    background:
        linear-gradient(105deg, rgba(255,255,255,.92), rgba(230,252,255,.78), rgba(255,255,255,.52)),
        url('https://images.unsplash.com/photo-1575429198097-0414ec08e8cd?auto=format&fit=crop&w=1800&q=85') center/cover !important;
    border-bottom: 1px solid rgba(0,142,165,.12);
}
.page-hero h1,
.page-hero p {
    color: #08243a !important;
}
.premium-panel,
.faq-blog,
.cta-section {
    color: #10263a !important;
    background:
        radial-gradient(circle at 12% 4%, rgba(72,240,255,.18), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(246,199,107,.12), transparent 22%),
        linear-gradient(180deg, #ffffff, #effcff) !important;
    border-top: 1px solid rgba(0,142,165,.1);
    border-bottom: 1px solid rgba(0,142,165,.1);
}
.premium-panel h2,
.premium-panel h3,
.premium-panel p,
.faq-blog h2,
.faq-blog p,
.faq-blog small,
.cta-section h2,
.cta-section p {
    color: #10263a !important;
}
.luxe-grid .adv-card,
.faq-blog details,
.faq-blog .blog-row {
    background: rgba(255,255,255,.78) !important;
    border-color: rgba(0,142,165,.13) !important;
    box-shadow: 0 18px 48px rgba(8,39,67,.08) !important;
}
.faq-blog .eyebrow,
.faq-blog strong,
.faq-blog summary {
    color: #008aa0 !important;
}
.product-card {
    background: linear-gradient(180deg, #ffffff, #f7fdff) !important;
    box-shadow: 0 22px 60px rgba(8,39,67,.11) !important;
}
.product-card .btn-ghost {
    color: #062033 !important;
    background: rgba(255,255,255,.92) !important;
    border-color: rgba(0,142,165,.18) !important;
    box-shadow: 0 12px 28px rgba(8,39,67,.08);
}
.product-image {
    background: #f3fbfd;
}
.product-image img {
    object-fit: cover;
}
.footer {
    color: #29465b !important;
    background:
        radial-gradient(circle at 12% 0, rgba(72,240,255,.16), transparent 26%),
        radial-gradient(circle at 86% 10%, rgba(246,199,107,.12), transparent 22%),
        linear-gradient(180deg, #ffffff, #f3fcff) !important;
    border-top: 1px solid rgba(0,142,165,.13);
}
.footer-glow {
    background:
        repeating-linear-gradient(105deg, rgba(0,142,165,.035) 0 1px, transparent 1px 90px),
        linear-gradient(180deg, rgba(72,240,255,.08), transparent 34%) !important;
}
.footer h3,
.footer p,
.footer a,
.footer-logo,
.footer-bottom {
    color: #29465b !important;
}
.footer h3 {
    color: #08243a !important;
    border-bottom-color: rgba(0,142,165,.14) !important;
}
.footer-proof span {
    color: #08243a !important;
    background: rgba(255,255,255,.82) !important;
    border-color: rgba(0,142,165,.15) !important;
}
.mini-map {
    color: #29465b !important;
    background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(223,248,255,.78)) !important;
    border-color: rgba(0,142,165,.15) !important;
}
.footer-bottom {
    background: rgba(255,255,255,.72) !important;
    border-top-color: rgba(0,142,165,.13) !important;
}

/* Premium interaction polish - 2026-06-07 */
.topbar {
    isolation: isolate;
}
.topbar__inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    column-gap: 18px;
}
.topbar-status {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,142,165,.14);
    box-shadow: 0 10px 26px rgba(8,39,67,.07), inset 0 1px 0 rgba(255,255,255,.86);
    color: #0b334a;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.topbar-status:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1ed9e8;
    box-shadow: 0 0 0 6px rgba(30,217,232,.12), 0 0 18px rgba(30,217,232,.7);
}
.topbar-status b {
    color: #007f96;
    padding-left: 8px;
    border-left: 1px solid rgba(0,142,165,.14);
}
.site-header {
    box-shadow: 0 18px 50px rgba(8,39,67,.06), inset 0 -1px 0 rgba(0,142,165,.08) !important;
}
.site-header.is-scrolled {
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 18px 48px rgba(8,39,67,.12) !important;
}
.menu {
    gap: 8px !important;
}
.menu > a,
.menu-item > a {
    padding: 12px 14px !important;
    border-radius: 999px;
    position: relative;
    white-space: nowrap;
    transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}
.nav {
    gap: 18px !important;
}
.nav-actions {
    flex-shrink: 0;
}
.logo-image {
    flex-shrink: 0;
}
.menu > a:hover,
.menu-item:hover > a {
    color: #006f86;
    background: rgba(229,252,255,.8);
    box-shadow: inset 0 0 0 1px rgba(0,142,165,.1), 0 10px 24px rgba(8,39,67,.07);
    transform: translateY(-1px);
}
.menu > a:after,
.menu-item > a:after {
    bottom: 6px !important;
    left: 16px !important;
    right: 16px !important;
    height: 3px !important;
    border-radius: 999px;
}
.nav-actions .btn,
.hero-actions .btn,
.card-actions .btn,
.topbar-cta {
    font-weight: 950;
}
.btn,
.icon-btn,
.topbar-cta {
    will-change: transform;
}
.btn {
    box-shadow: 0 14px 32px rgba(8,39,67,.08);
}
.btn:hover,
.icon-btn:hover,
.topbar-cta:hover {
    transform: translateY(-3px) scale(1.015);
}
.btn-primary,
.btn-dark {
    background:
        linear-gradient(135deg, rgba(255,255,255,.28), transparent 35%),
        linear-gradient(135deg, #43e6ee 0%, #7df2e8 42%, #f4d86f 100%) !important;
    border: 1px solid rgba(0,142,165,.14) !important;
    box-shadow: 0 18px 44px rgba(34,211,238,.22), inset 0 1px 0 rgba(255,255,255,.55) !important;
}
.btn-ghost,
.btn-glass,
.product-card .btn-ghost {
    color: #0b2b42 !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(0,142,165,.16) !important;
    box-shadow: 0 14px 34px rgba(8,39,67,.08), inset 0 1px 0 rgba(255,255,255,.82) !important;
}
.icon-btn {
    background:
        linear-gradient(135deg, #15c987, #4debd8) !important;
    border: 1px solid rgba(255,255,255,.64);
    box-shadow: 0 16px 34px rgba(18,184,134,.28), inset 0 1px 0 rgba(255,255,255,.5) !important;
    transition: transform .22s ease, box-shadow .22s ease;
}
.product-card,
.category-card,
.service-card,
.guide-card,
.process-card,
.adv-card {
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
}
.product-card:hover,
.category-card:hover,
.service-card:hover,
.guide-card:hover,
.process-card:hover,
.adv-card:hover {
    box-shadow: 0 30px 80px rgba(8,39,67,.14) !important;
}
.faq-blog {
    padding: 110px 0 !important;
}
.faq-shell {
    display: grid;
    grid-template-columns: .9fr 1.15fr .9fr;
    gap: 24px;
    align-items: stretch;
}
.faq-intro,
.faq-list,
.faq-insight {
    min-width: 0;
}
.faq-intro {
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 10%, rgba(72,240,255,.22), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(239,252,255,.86));
    border: 1px solid rgba(0,142,165,.14);
    box-shadow: 0 24px 70px rgba(8,39,67,.09);
}
.faq-intro h2 {
    font-size: clamp(28px, 3vw, 42px);
}
.faq-list {
    display: grid;
    gap: 14px;
}
.faq-card {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 22px !important;
    background: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(0,142,165,.13) !important;
    box-shadow: 0 18px 50px rgba(8,39,67,.08) !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.faq-card:hover {
    transform: translateY(-3px);
    border-color: rgba(34,211,238,.34) !important;
    box-shadow: 0 26px 70px rgba(8,39,67,.12) !important;
}
.faq-card summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    color: #08243a !important;
    font-size: 18px;
}
.faq-card summary::-webkit-details-marker {
    display: none;
}
.faq-card summary span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: #062033;
    background: linear-gradient(135deg, #53eff7, #f5dc78);
    box-shadow: 0 14px 32px rgba(34,211,238,.2);
    font-size: 13px;
}
.faq-card summary:after {
    content: "+";
    margin-left: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #007f96;
    background: rgba(229,252,255,.9);
    border: 1px solid rgba(0,142,165,.12);
    font-weight: 950;
    transition: transform .22s ease;
}
.faq-card[open] summary:after {
    content: "-";
    transform: rotate(180deg);
}
.faq-card p {
    margin: 0;
    padding: 0 24px 24px 80px;
    color: #506b7d !important;
}
.faq-insight {
    padding: 28px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,253,255,.88));
    border: 1px solid rgba(0,142,165,.13);
    box-shadow: 0 24px 70px rgba(8,39,67,.08);
}
.faq-insight .blog-row {
    display: block;
    border-radius: 18px;
    padding: 18px !important;
    margin: 10px 0 !important;
    background: rgba(239,252,255,.78) !important;
    border: 1px solid rgba(0,142,165,.11) !important;
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.faq-insight .blog-row:hover {
    transform: translateX(4px);
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(8,39,67,.08);
}
.float-wa {
    background: linear-gradient(135deg, #10bf7c, #40ead7) !important;
    border: 1px solid rgba(255,255,255,.65);
}
@media (max-width: 1050px) {
    .faq-shell {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 820px) {
    .topbar__inner {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
    .topbar-status {
        order: 3;
    }
    .menu > a,
    .menu-item > a {
        border-radius: 14px;
        padding: 12px 14px !important;
    }
}

/* Flow upgrade for home conversion sections */
.section {
    isolation: isolate;
}
.section:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(680px, 72vw);
    height: 1px;
    transform: translateX(-50%) scaleX(.18);
    transform-origin: center;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(34,211,238,.38), rgba(246,199,107,.35), transparent);
    transition: transform .9s cubic-bezier(.2,.8,.2,1), opacity .9s ease;
    z-index: 0;
}
.section.is-inview:after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}
.reveal {
    transition-delay: var(--reveal-delay, 0ms);
    will-change: transform, opacity;
}
.reveal-rise {
    transform: translateY(42px) rotateX(7deg);
}
.reveal-zoom {
    transform: translateY(34px) scale(.94);
}
.reveal-step {
    transform: translateY(46px) scale(.98);
}
.reveal-rise.is-visible,
.reveal-zoom.is-visible,
.reveal-step.is-visible {
    transform: translateY(0) rotateX(0) scale(1);
}
.card-icon,
.guide-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #062033;
    background:
        linear-gradient(135deg, rgba(255,255,255,.72), transparent 42%),
        linear-gradient(135deg, #4beaf1, #f5d977);
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: 0 18px 38px rgba(34,211,238,.22), inset 0 1px 0 rgba(255,255,255,.86);
    font-size: 22px;
    font-weight: 950;
}
.luxe-grid .adv-card,
.service-card,
.process-card {
    overflow: hidden;
}
.luxe-grid .adv-card:before,
.service-card:before,
.process-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #43e6ee, #f5d86f);
    transform: scaleX(.28);
    transform-origin: left;
    opacity: .7;
    transition: transform .35s ease, opacity .35s ease;
}
.luxe-grid .adv-card:hover:before,
.service-card:hover:before,
.process-card:hover:before {
    transform: scaleX(1);
    opacity: 1;
}
.luxe-grid .adv-card .card-icon {
    margin-bottom: 18px;
}
.luxe-grid .adv-card h3 {
    font-size: 20px;
    line-height: 1.12;
}
.luxe-grid .adv-card p {
    color: rgba(255,255,255,.82);
    margin-bottom: 0;
}
.luxe-grid .adv-card:hover .card-icon,
.service-card:hover .card-icon,
.guide-card:hover .guide-icon {
    transform: translateY(-4px) rotate(-4deg);
}
.guide-card {
    gap: 12px;
    padding: 26px;
    border-radius: 24px;
}
.guide-card .guide-icon {
    margin-bottom: 8px;
}
.guide-card p {
    margin: 0;
    color: #557083;
    line-height: 1.55;
}
.guide-card > span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 6px;
    padding: 10px 13px;
    border-radius: 999px;
    color: #062033;
    background: rgba(72,240,255,.15);
    border: 1px solid rgba(0,142,165,.12);
    font-weight: 950;
}
.guide-card > span:last-child:after {
    content: "→";
    transition: transform .22s ease;
}
.guide-card:hover > span:last-child:after {
    transform: translateX(4px);
}
.service-card {
    min-height: 184px;
    position: relative;
    padding: 30px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.9), rgba(246,253,255,.74)),
        repeating-linear-gradient(135deg, rgba(0,142,165,.04) 0 1px, transparent 1px 28px);
}
.service-card .card-icon {
    margin-bottom: 18px;
}
.service-card h3 {
    font-size: 20px;
    line-height: 1.15;
}
.service-card p {
    margin-bottom: 0;
}
.process-grid {
    counter-reset: process;
}
.process-card {
    padding: 28px 24px 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,253,255,.84));
}
.process-card span {
    margin-bottom: 16px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.process-card h3 {
    font-size: 20px;
    line-height: 1.12;
}
.process-card p {
    margin-bottom: 0;
}
.process-card:hover span {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 0 0 10px rgba(34,211,238,.12), 0 20px 42px rgba(8,39,67,.22);
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *:before,
    *:after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
    .reveal,
    .reveal-rise,
    .reveal-zoom,
    .reveal-step {
        opacity: 1 !important;
        transform: none !important;
    }
}
@media (max-width: 820px) {
    .section:after {
        width: calc(100% - 36px);
    }
    .service-card,
    .process-card,
    .guide-card {
        padding: 24px;
    }
}

/* Premium heading system */
.section-head,
.partner-head,
.faq-intro,
.contact-info,
.detail-info,
.article-body > .reveal,
.section.wrap.split-grid > .reveal {
    position: relative;
}
.section-head {
    max-width: 820px;
    margin-bottom: 42px;
    padding-left: 22px;
}
.section-head:before,
.partner-head:before,
.faq-intro:before,
.contact-info:before,
.detail-info:before,
.section.wrap.split-grid > .reveal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 72px;
    border-radius: 999px;
    background: linear-gradient(180deg, #42e7ef, #f5d86f);
    box-shadow: 0 16px 32px rgba(34,211,238,.22);
}
.section-head .eyebrow,
.page-hero .eyebrow,
.hero-content .eyebrow,
.partner-head .eyebrow,
.faq-intro .eyebrow,
.detail-info .eyebrow {
    min-height: 32px;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: #006f86 !important;
    background: rgba(229,252,255,.86);
    border: 1px solid rgba(0,142,165,.15);
    box-shadow: 0 12px 28px rgba(8,39,67,.07), inset 0 1px 0 rgba(255,255,255,.88);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .1em;
}
.section-head .eyebrow:before,
.page-hero .eyebrow:before,
.hero-content .eyebrow:before,
.partner-head .eyebrow:before,
.faq-intro .eyebrow:before,
.detail-info .eyebrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ee5ee;
    box-shadow: 0 0 0 6px rgba(62,229,238,.13);
}
.section-head h2,
.partner-head h2,
.faq-intro h2,
.contact-info h2,
.quote-aside h2,
.detail-info h1,
.section.wrap.split-grid h2,
.article-body h2 {
    max-width: 900px;
    margin-bottom: 16px;
    color: #071e33;
    line-height: .98;
    text-wrap: balance;
}
.section-head h2,
.partner-head h2 {
    font-size: clamp(34px, 4.2vw, 56px);
}
.section-head p,
.partner-head p,
.page-hero p,
.hero-content p,
.faq-intro p,
.contact-info p,
.detail-info p,
.quote-aside p,
.section.wrap.split-grid p,
.article-body p {
    max-width: 720px;
    color: #486174;
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.78;
}
.section-head p {
    margin: 0;
    padding-left: 18px;
    border-left: 1px solid rgba(0,142,165,.18);
}
.page-hero {
    position: relative;
    overflow: hidden;
}
.page-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(72,240,255,.18), transparent 28%),
        radial-gradient(circle at 86% 14%, rgba(246,199,107,.13), transparent 24%),
        repeating-linear-gradient(105deg, rgba(255,255,255,.045) 0 1px, transparent 1px 92px);
    pointer-events: none;
}
.page-hero .wrap {
    position: relative;
    z-index: 1;
    padding-left: 24px;
}
.page-hero .wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: calc(100% - 20px);
    min-height: 96px;
    border-radius: 999px;
    background: linear-gradient(180deg, #48f0ff, #f6c76b);
    box-shadow: 0 20px 46px rgba(72,240,255,.28);
}
.page-hero h1 {
    max-width: 920px;
    margin-bottom: 18px;
    line-height: .98;
    text-wrap: balance;
}
.page-hero p {
    color: rgba(255,255,255,.82) !important;
    font-size: clamp(17px, 1.55vw, 21px);
}
.hero-content h1 {
    line-height: .96;
    text-wrap: balance;
}
.hero-content p {
    text-wrap: pretty;
}
.premium-panel .eyebrow,
.faq-blog .eyebrow,
.cta-section .eyebrow {
    color: #006f86 !important;
}
.premium-panel .split-grid > .reveal:first-child {
    position: relative;
    padding-left: 22px;
}
.premium-panel .split-grid > .reveal:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 86px;
    border-radius: 999px;
    background: linear-gradient(180deg, #42e7ef, #f5d86f);
}
.premium-panel .split-grid > .reveal:first-child p {
    font-size: 17px;
    line-height: 1.82;
}
.cta-section .wrap {
    max-width: 880px;
}
.cta-section h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: .98;
    text-wrap: balance;
}
.cta-section p {
    max-width: 680px;
    margin: 0 auto 24px;
    font-size: clamp(17px, 1.5vw, 20px);
}
@media (max-width: 820px) {
    .section-head,
    .partner-head,
    .page-hero .wrap,
    .premium-panel .split-grid > .reveal:first-child {
        padding-left: 16px;
    }
    .section-head {
        margin-bottom: 30px;
    }
    .section-head h2,
    .partner-head h2 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.03;
    }
    .section-head p {
        padding-left: 0;
        border-left: 0;
    }
    .section-head:before,
    .partner-head:before,
    .faq-intro:before,
    .contact-info:before,
    .detail-info:before,
    .section.wrap.split-grid > .reveal:before,
    .premium-panel .split-grid > .reveal:first-child:before {
        height: 54px;
        width: 4px;
    }
    .page-hero h1 {
        line-height: 1.03;
    }
}

/* Premium product and service content */
.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 20px 22px;
}
.product-card > .product-card__body,
.product-card > div.product-card__body {
    margin: 0;
}
.product-card__body small,
.product-card > small {
    margin: 0 0 7px !important;
    color: #007f96;
    font-size: 12px;
    line-height: 1.25;
    text-transform: none;
}
.product-card__body h3 {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.08;
    text-wrap: balance;
}
.product-card__body p {
    min-height: 0;
    margin: 0 0 16px;
    color: #526c7f;
    font-size: 15.5px;
    line-height: 1.62;
}
.product-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 14px;
}
.product-meta span,
.detail-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #083049;
    background: rgba(229,252,255,.84);
    border: 1px solid rgba(0,142,165,.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 900;
}
.product-points,
.benefit-list,
.service-card--rich ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}
.product-points li,
.benefit-list li,
.service-card--rich li {
    position: relative;
    padding-left: 22px;
    color: #466276;
    font-size: 13.5px;
    line-height: 1.38;
}
.product-points li:before,
.benefit-list li:before,
.service-card--rich li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #42e7ef, #f5d86f);
    box-shadow: 0 0 0 5px rgba(66,231,239,.1);
}
.product-card__body .card-actions {
    margin-top: auto;
}
.catalog-grid .product-image,
.product-grid .product-image {
    height: 190px;
}
.catalog-grid .product-card__body h3 {
    font-size: 20px;
}
.catalog-grid .product-card__body p {
    font-size: 15px;
}
.catalog-layout {
    align-items: start;
}
.filters {
    padding: 28px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(239,252,255,.82)),
        repeating-linear-gradient(135deg, rgba(0,142,165,.045) 0 1px, transparent 1px 26px);
}
.filters h2 {
    font-size: 28px;
}
.filters label {
    color: #12314a;
}
.filters select {
    background: rgba(255,255,255,.92);
}
.service-card--rich {
    min-height: 330px;
    display: flex;
    flex-direction: column;
}
.service-card--rich h2 {
    font-size: 24px;
    line-height: 1.08;
}
.service-card--rich p {
    min-height: 92px;
}
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 11px 14px;
    border-radius: 999px;
    color: #062033;
    background: linear-gradient(135deg, rgba(72,240,255,.2), rgba(246,199,107,.18));
    border: 1px solid rgba(0,142,165,.14);
    font-weight: 950;
}
.service-link:after {
    content: "→";
}
.product-detail {
    padding-top: 104px;
    padding-bottom: 74px;
}
.detail-gallery {
    position: relative;
}
.detail-gallery:before {
    content: "";
    position: absolute;
    inset: -18px 28px auto -18px;
    height: 220px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(72,240,255,.18), rgba(246,199,107,.12));
    z-index: -1;
}
.detail-gallery > img {
    border: 1px solid rgba(0,142,165,.12);
}
.detail-info {
    padding: 34px;
    border-radius: 30px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(0,142,165,.13);
    box-shadow: 0 24px 70px rgba(8,39,67,.09);
    backdrop-filter: blur(16px);
}
.detail-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 18px 0;
}
.detail-panel {
    padding: 32px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,253,255,.84));
    border: 1px solid rgba(0,142,165,.13);
    box-shadow: 0 22px 62px rgba(8,39,67,.08);
}
.detail-panel .eyebrow {
    margin-bottom: 16px;
}
.detail-panel h2 {
    font-size: clamp(28px, 3vw, 42px);
}
.spec-table {
    box-shadow: none;
    border: 1px solid rgba(0,142,165,.12);
}
.spec-table th {
    color: #08243a;
    font-weight: 950;
}
.spec-table td {
    color: #526c7f;
}
@media (max-width: 1050px) {
    .product-card__body h3,
    .product-card__body p {
        min-height: auto;
    }
}
@media (max-width: 560px) {
    .product-card__body {
        padding: 20px 18px 22px;
    }
    .detail-info,
    .detail-panel,
    .filters {
        padding: 24px;
    }
    .detail-badges span,
    .product-meta span {
        width: 100%;
        justify-content: center;
    }
}
