@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --ink: #070a0d;
  --ink-2: #11171c;
  --paper: #f7f9fa;
  --white: #fff;
  --muted: #66717a;
  --line: #dce3e7;
  --blue: #06b6ed;
  --blue-2: #008fc1;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(5, 15, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; line-height: 1.65; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
h3 { line-height: 1.25; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--paper); }
.section-dark { color: var(--white); background: var(--ink); }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--blue-2); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-dark .eyebrow, .hero .eyebrow, .final-cta .eyebrow { color: var(--blue); }
.lead { color: #3c4851; font-size: 1.15rem; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 8px 14px; color: #fff; background: #000; transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5,8,11,.88); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; min-height: 82px; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 180px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; margin-left: auto; gap: 30px; color: #d7dee2; font-size: .85rem; font-weight: 600; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--blue); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid var(--blue); border-radius: 999px; color: #021118; background: var(--blue); font-size: .85rem; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { background: #4bd4ff; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; }
.button-large { min-height: 58px; padding: 16px 28px; }
.button-light { border-color: #fff; color: var(--ink); background: #fff; }
.button-ghost { border-color: #39444c; color: #fff; background: transparent; }
.menu-toggle { display: none; padding: 8px; border: 0; color: #fff; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; }
.menu-toggle b { position: absolute; overflow: hidden; width: 1px; height: 1px; }

.hero { position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,9,.96) 0%, rgba(4,7,9,.75) 39%, rgba(4,7,9,.16) 76%), linear-gradient(0deg, rgba(4,7,9,.72), transparent 45%), url('/assets/images/hero.webp') center/cover no-repeat; transform: scale(1.01); }
.hero-content { position: relative; padding-top: 170px; padding-bottom: 74px; }
.hero-content h1 { max-width: 850px; margin-bottom: 24px; }
.hero-content > p { max-width: 700px; margin-bottom: 32px; color: #d5dce0; font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: #fff; font-weight: 600; }
.text-link span { margin-left: 6px; color: var(--blue); }
.hero-proof { display: flex; margin-top: 70px; gap: 34px; color: #cad2d7; font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof span { display: flex; align-items: center; }
.hero-proof span::before { width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--blue); content: ""; box-shadow: 0 0 0 5px rgba(6,182,237,.13); }

.split, .prose-grid { display: grid; grid-template-columns: .95fr 1fr; gap: 110px; align-items: start; }
.split h2, .prose-grid h2 { margin-bottom: 0; }
.arrow-link { display: inline-block; margin-top: 16px; color: var(--blue-2); font-weight: 700; }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 46px; gap: 60px; }
.section-head h2 { max-width: 730px; margin-bottom: 0; }
.section-head > p { max-width: 410px; margin-bottom: 4px; color: #9ba8af; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid #202930; border-radius: var(--radius); background: var(--ink-2); }
.service-card a { display: block; height: 100%; }
.service-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .55s; }
.service-card:hover img { transform: scale(1.035); }
.service-copy { padding: 28px; }
.service-copy > span { color: var(--blue); font-size: .75rem; font-weight: 700; }
.service-copy h3, .service-copy h2 { margin: 10px 0 13px; font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; }
.service-copy p { color: #aeb8be; font-size: .92rem; }
.service-copy b { color: var(--blue); font-size: .82rem; }
.service-grid-light .service-card { color: #fff; box-shadow: var(--shadow); }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 280px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature > span { color: var(--blue-2); font-size: .75rem; font-weight: 700; }
.feature h3, .feature h2 { margin: 66px 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 1.42rem; }
.feature p { margin: 0; color: var(--muted); font-size: .9rem; }
.process { background: #eef3f5; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 30px; border-left: 1px solid #cbd6dc; }
.process-list li:last-child { border-right: 1px solid #cbd6dc; }
.process-list > li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: .82rem; }
.process-list h3 { margin-top: 42px; }
.process-list p { color: var(--muted); font-size: .9rem; }

.mosaic { display: grid; grid-template-columns: 1.6fr 1fr; grid-template-rows: 260px 260px; gap: 16px; }
.mosaic button, .gallery-grid button { overflow: hidden; padding: 0; border: 0; border-radius: 14px; background: #ddd; }
.mosaic button:first-child { grid-row: 1 / 3; }
.mosaic img, .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.mosaic button:hover img, .gallery-grid button:hover img { transform: scale(1.025); }
.trust { padding-top: 20px; }
.trust-box { display: grid; grid-template-columns: 1fr 1fr; padding: 65px; border-radius: var(--radius); color: #fff; background: var(--ink); gap: 80px; }
.trust-box h2 { margin-bottom: 0; font-size: clamp(2rem,3vw,3rem); }
.trust-box p { margin: 44px 0 0; color: #b2bdc3; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list.wide { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::after { position: absolute; right: 8px; content: "+"; color: var(--blue-2); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; padding-bottom: 24px; color: var(--muted); }

.final-cta { padding: 82px 0; color: #fff; background: var(--blue-2); }
.final-grid { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-grid h2 { margin-bottom: 12px; }
.final-grid p { max-width: 670px; margin-bottom: 0; color: #dff7ff; }
.site-footer { padding: 75px 0 22px; color: #aeb8be; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 60px; }
.footer-grid img { width: 190px; margin-bottom: 22px; }
.footer-grid p { font-size: .86rem; }
.footer-grid h3 { margin-bottom: 22px; color: #fff; font-size: .86rem; }
.footer-grid a { display: block; margin: 8px 0; font-size: .85rem; }
.footer-grid a:hover { color: var(--blue); }
.footer-phone { color: #fff; font-size: 1.1rem !important; }
.social-placeholder { font-size: .75rem; font-style: italic; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 64px; padding-top: 22px; border-top: 1px solid #222b31; font-size: .72rem; }
.footer-bottom a { color: #d5dade; }
.wa-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 5px solid rgba(255,255,255,.72); border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
.wa-float::before { content: "✆"; font-size: 1.5rem; }
.wa-float span { position: absolute; overflow: hidden; width: 1px; height: 1px; }

.inner-hero { padding: 150px 0 86px; color: #fff; background: var(--ink); }
.inner-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 80px; }
.inner-grid h1 { margin-bottom: 25px; font-size: clamp(3rem,5vw,5rem); }
.inner-grid p { max-width: 650px; margin-bottom: 30px; color: #bcc6cc; font-size: 1.1rem; }
.inner-grid > img { width: 100%; aspect-ratio: 4/3; border-radius: var(--radius); object-fit: cover; box-shadow: 30px 30px 0 rgba(6,182,237,.1); }
.breadcrumb { display: flex; margin-bottom: 34px; gap: 9px; color: #86929a; font-size: .75rem; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb b { color: #aeb8be; font-weight: 500; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 32px; border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 4px; color: var(--blue-2); content: "✓"; font-weight: 700; }
.related { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.related a { display: grid; grid-template-columns: 210px 1fr; overflow: hidden; align-items: center; border-radius: var(--radius); color: #fff; background: var(--ink); }
.related img { width: 100%; height: 175px; object-fit: cover; }
.related div { padding: 28px; }
.related h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; }
.related span { color: var(--blue); font-size: .8rem; font-weight: 700; }
.page-hero { padding: 165px 0 90px; color: #fff; background: linear-gradient(125deg, #070a0d, #111a20); }
.page-hero .container { max-width: 990px; margin-left: max(20px, calc((100vw - 1180px)/2)); }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem,5.6vw,5.5rem); }
.page-hero p { max-width: 760px; margin-bottom: 30px; color: #bac4ca; font-size: 1.08rem; }
.page-hero.small { padding-bottom: 70px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.gallery-grid button { min-height: 360px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-grid article { min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.blog-grid article > span { color: var(--blue-2); font-size: .72rem; font-weight: 700; }
.blog-grid h2 { margin-top: 42px; font-size: 1.65rem; }
.blog-grid p { color: var(--muted); font-size: .9rem; }
.blog-grid a { color: var(--blue-2); font-size: .82rem; font-weight: 700; }
.contact-phone { display: inline-block; margin-left: 24px; color: var(--blue); font-weight: 700; }
.contact-card { max-width: 820px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); }
.legal { max-width: 820px; }
.legal h2 { margin-top: 42px; font-size: 1.75rem; }
.legal p { color: #45515a; }
.error-page { min-height: 70vh; }

.lightbox { width: min(1100px, 92vw); padding: 0; border: 0; border-radius: 12px; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.88); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: 10px; right: 10px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.72); font-size: 1.6rem; }

.admin-body { min-height: 100vh; color: #fff; background: #0a0d10; }
.admin-shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 60px 0; }
.admin-login { max-width: 460px; margin: 5vh auto; padding: 45px; border: 1px solid #283139; border-radius: var(--radius); background: #11171c; }
.admin-login img { width: 220px; margin-bottom: 30px; }
.admin-login h1 { font-size: 2.4rem; }
.admin-login label, .admin-form label { display: grid; margin: 18px 0; gap: 8px; color: #aeb8be; font-size: .82rem; font-weight: 600; }
.admin-login input, .admin-form input, .admin-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #36424b; border-radius: 8px; color: #fff; background: #0b0f12; outline: none; }
.admin-login input:focus, .admin-form input:focus, .admin-form textarea:focus { border-color: var(--blue); }
.admin-login .button { width: 100%; margin: 8px 0 18px; }
.admin-login > a { display: block; text-align: center; color: #8f9ba2; font-size: .8rem; }
.admin-top { display: flex; align-items: center; justify-content: space-between; }
.admin-top h1 { margin-bottom: 10px; }
.admin-form section { margin: 24px 0; padding: 32px; border: 1px solid #283139; border-radius: var(--radius); background: #11171c; }
.admin-form h2 { font-size: 1.8rem; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-edit { padding: 12px 0; border-top: 1px solid #2b353d; }
.notice { margin: 20px 0; padding: 13px 16px; border-radius: 8px; }
.notice.error { color: #ffb1b1; background: #3b1818; }
.notice.success { color: #b4f5d1; background: #123524; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; align-items: stretch; padding: 24px 20px; border-top: 1px solid #283139; background: #070a0d; }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 11px 0; }
  .hero { min-height: 760px; }
  .split, .prose-grid, .inner-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 1px solid #cbd6dc; }
  .trust-box { grid-template-columns: 1fr; gap: 20px; }
  .trust-box p { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 155px; }
  .main-nav { top: 72px; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 58% center; }
  .hero-content { padding-top: 130px; padding-bottom: 45px; }
  .hero-content h1 { font-size: clamp(2.7rem,12vw,4rem); }
  .hero-content > p { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-proof { display: grid; margin-top: 45px; gap: 14px; }
  .section-head { align-items: start; flex-direction: column; gap: 12px; }
  .service-grid, .feature-grid, .process-list, .gallery-grid, .blog-grid, .related { grid-template-columns: 1fr; }
  .feature { min-height: 230px; }
  .feature h3, .feature h2 { margin-top: 42px; }
  .process-list li, .process-list li:nth-child(2), .process-list li:last-child { border-right: 1px solid #cbd6dc; }
  .mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 240px); }
  .mosaic button:first-child { grid-row: auto; }
  .trust-box { padding: 36px 26px; }
  .final-grid { align-items: stretch; flex-direction: column; gap: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .inner-hero { padding-top: 125px; }
  .inner-grid { gap: 45px; }
  .page-hero { padding-top: 135px; }
  .page-hero .container { margin: 0 auto; }
  .related a { grid-template-columns: 120px 1fr; }
  .related img { height: 150px; }
  .gallery-grid button { min-height: 250px; }
  .contact-phone { display: block; margin: 22px 0 0; }
  .contact-card { padding: 30px 22px; }
  .admin-login, .admin-form section { padding: 26px 20px; }
  .admin-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
