:root {
  --teal: #21a8c3;
  --teal-dark: #0e4351;
  --teal-deep: #082f39;
  --orange: #f58220;
  --gold: #f0aa08;
  --ink: #15323b;
  --muted: #64777d;
  --line: #dbe8eb;
  --soft: #f3f9fa;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(10, 58, 70, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--teal-deep); color: white; border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219,232,235,.8);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; color: var(--teal); letter-spacing: .07em; font-size: 1.18rem; }
.brand-copy small { margin-top: 7px; color: var(--orange); font-weight: 650; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-weight: 650; font-size: .94rem; color: #29464f; transition: color .2s, transform .2s; }
.main-nav a:hover { color: var(--teal); }
.main-nav .nav-cta { color: white; background: var(--teal-dark); padding: 11px 18px; border-radius: 999px; }
.main-nav .nav-cta:hover { color: white; transform: translateY(-1px); background: var(--teal-deep); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--teal-dark); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: 92px 0 82px; background: linear-gradient(135deg, #f8fcfd 0%, #edf7f9 54%, #fff8ee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(33,168,195,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-shape-one { width: 440px; height: 440px; right: -160px; top: -140px; background: rgba(33,168,195,.12); }
.hero-shape-two { width: 280px; height: 280px; left: -110px; bottom: -150px; background: rgba(245,130,32,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); text-transform: uppercase; letter-spacing: .13em; font-size: .77rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange); }
.eyebrow-light { color: #bff4ff; }
.hero h1, .section-heading h2, .sector-copy h2, .faq-intro h2, .contact-copy h2, .cta-band h2 { margin: 18px 0 20px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.07; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(2.55rem, 5vw, 5rem); max-width: 760px; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { font-size: 1.13rem; color: #536c73; max-width: 690px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(245,130,32,.24); }
.button-primary:hover { background: #dd6f10; }
.button-ghost { background: white; color: var(--teal-dark); border-color: #cfe1e5; }
.button-ghost:hover { box-shadow: 0 10px 24px rgba(10,58,70,.1); }
.button-light { background: white; color: var(--teal-deep); }
.button-full { width: 100%; border: 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 34px; color: #41616a; font-size: .9rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: "✓"; color: white; background: var(--teal); width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; font-size: .74rem; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.logo-card { width: min(390px, 86%); padding: 28px 30px 24px; background: rgba(255,255,255,.91); border: 1px solid rgba(255,255,255,.7); border-radius: 38px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.logo-card img { width: 100%; height: auto; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; width: 275px; padding: 15px 17px; background: white; border: 1px solid #e4eef0; border-radius: 17px; box-shadow: 0 18px 44px rgba(14,67,81,.14); }
.floating-card svg { width: 38px; height: 38px; flex: 0 0 auto; stroke: var(--orange); stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.floating-card span { display: flex; flex-direction: column; line-height: 1.35; }
.floating-card strong { font-size: .92rem; }
.floating-card small { color: var(--muted); }
.floating-card-a { top: 65px; left: -6px; }
.floating-card-b { right: -18px; bottom: 54px; }

.intro-strip { background: var(--teal-dark); color: white; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.intro-grid article { padding: 27px 34px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.intro-grid article:last-child { border-right: 0; }
.intro-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 500; }
.intro-grid span { color: #b9d5dc; font-size: .9rem; margin-top: 4px; }

.section { padding: 104px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .sector-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
.section-heading p, .sector-copy > p, .faq-intro p { color: var(--muted); font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 29px 27px 26px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--soft); margin-bottom: 22px; }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: var(--teal); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-size: 1.22rem; }
.service-card p { color: var(--muted); margin: 0 0 18px; }
.service-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.service-card li { position: relative; padding-left: 18px; color: #405b63; font-size: .91rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.sector-section { background: var(--soft); }
.sector-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; margin-top: 30px; }
.check-list span { display: flex; align-items: center; gap: 10px; font-weight: 700; color: #36545c; }
.check-list span::before { content: "✓"; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #daf3f8; color: var(--teal-dark); font-size: .8rem; }
.sector-panel { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: white; }
.sector-panel-top { background: linear-gradient(120deg, var(--teal-dark), var(--teal-deep)); color: white; padding: 30px; display: flex; align-items: center; gap: 20px; }
.sector-panel-top img { width: 86px; height: 86px; object-fit: contain; filter: brightness(1.08); background: rgba(255,255,255,.95); border-radius: 50%; padding: 8px; }
.sector-panel-top span, .sector-panel-top strong { display: block; }
.sector-panel-top span { color: #aad6e0; font-size: .88rem; text-transform: uppercase; letter-spacing: .11em; }
.sector-panel-top strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; line-height: 1.2; margin-top: 5px; }
.sector-panel-body { padding: 15px 30px; }
.sector-panel-body article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.sector-panel-body article:last-child { border-bottom: 0; }
.sector-panel-body article > strong { color: var(--orange); font-family: Georgia, serif; font-size: 1.5rem; }
.sector-panel-body h3 { margin: 0 0 5px; font-size: 1.05rem; }
.sector-panel-body p { margin: 0; color: var(--muted); font-size: .94rem; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { position: relative; padding: 34px 30px 32px; border-radius: 24px; background: linear-gradient(145deg, #f9fcfd, #f1f8fa); border: 1px solid #e3eef1; }
.process-card > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--teal-dark); color: white; font-family: Georgia, serif; font-size: 1.3rem; margin-bottom: 24px; }
.process-card h3 { margin: 0 0 10px; }
.process-card p { margin: 0; color: var(--muted); }

.cta-band { padding: 70px 0; background: linear-gradient(118deg, var(--teal-deep), var(--teal-dark) 58%, #176b7f); color: white; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-band h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.3rem); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.accordion { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; background: white; overflow: hidden; }
summary { position: relative; cursor: pointer; list-style: none; padding: 22px 54px 22px 23px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); color: var(--teal-dark); font-size: 1.25rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 23px 23px; color: var(--muted); }

.contact-section { background: var(--teal-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: start; }
.contact-copy p { color: #bed3d8; font-size: 1.05rem; }
.contact-details { display: grid; gap: 16px; margin-top: 34px; }
.contact-details > div { display: flex; gap: 14px; align-items: center; }
.contact-details svg { width: 28px; height: 28px; stroke: var(--gold); stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.contact-details span { display: flex; flex-direction: column; }
.contact-details small { color: #84aab3; }
.contact-details strong, .contact-details a { color: white; text-decoration: none; font-weight: 750; }
.contact-form { background: white; color: var(--ink); border-radius: 28px; padding: 34px; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .9rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfe0e4; border-radius: 12px; padding: 12px 13px; background: #fbfdfd; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(33,168,195,.12); }
.contact-form textarea { resize: vertical; }
.form-check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; color: var(--muted); }
.form-check input { width: 18px; height: 18px; margin-top: 3px; }
.form-check a { color: var(--teal-dark); }
.form-status { min-height: 24px; margin: 12px 0 0; color: #42616a; font-size: .9rem; }
.form-status.error { color: #a3382d; }
.form-status.success { color: #1f7655; }

.site-footer { background: #061f26; color: #c7d8dc; padding: 46px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 54px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { background: white; border-radius: 50%; padding: 6px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: #4bc1d7; font-family: Georgia, serif; letter-spacing: .08em; }
.footer-brand span { color: #f49a4b; font-size: .86rem; }
.footer-links, .footer-legal { display: grid; gap: 7px; }
.footer-links a, .footer-legal a { color: #c7d8dc; text-decoration: none; font-size: .91rem; }
.footer-links a:hover, .footer-legal a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 30px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #79959c; font-size: .82rem; }
.mobile-contact { display: none; }

.cookie-banner { position: fixed; z-index: 300; left: 24px; right: 24px; bottom: 22px; max-width: 940px; margin: auto; background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 20px 70px rgba(6,31,38,.24); padding: 18px 20px; display: none; align-items: center; justify-content: space-between; gap: 20px; }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; font-size: .9rem; }
.cookie-banner p a { color: var(--teal-dark); }
.cookie-banner > div { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-banner button { border-radius: 999px; padding: 9px 14px; font-weight: 750; }
.cookie-primary { border: 1px solid var(--teal-dark); background: var(--teal-dark); color: white; }
.cookie-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { background: var(--soft); min-height: 100vh; }
.legal-header { background: white; border-bottom: 1px solid var(--line); }
.legal-wrap { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 100px; }
.legal-wrap h1 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.3rem, 5vw, 4rem); margin: 0 0 24px; }
.legal-wrap h2 { margin-top: 34px; }
.legal-wrap p, .legal-wrap li { color: #50676e; }
.legal-note { border-left: 4px solid var(--orange); background: white; padding: 17px 19px; border-radius: 0 12px 12px 0; }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .88rem; }
  .hero-grid { gap: 30px; }
  .floating-card-a { left: -18px; }
  .floating-card-b { right: -8px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-grid, .contact-grid { gap: 46px; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 76px; }
  .brand img { width: 51px; height: 51px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 76px 0 auto 0; background: white; padding: 22px 20px 28px; display: grid; gap: 4px; transform: translateY(-120%); opacity: 0; pointer-events: none; box-shadow: 0 18px 36px rgba(14,67,81,.13); transition: transform .25s, opacity .25s; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 11px 4px; font-size: 1rem; }
  .main-nav .nav-cta { text-align: center; margin-top: 7px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 560px; }
  .logo-card { width: min(370px, 72%); }
  .floating-card-a { left: 2%; top: 55px; }
  .floating-card-b { right: 2%; bottom: 34px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); text-align: center; }
  .intro-grid article:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .sector-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 36px; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .72rem; }
  .hero { padding: 50px 0 58px; }
  .hero h1 { font-size: clamp(2.3rem, 11vw, 3.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 500px; }
  .logo-card { width: 88%; padding: 20px; }
  .floating-card { width: 230px; padding: 12px; }
  .floating-card svg { width: 31px; height: 31px; }
  .floating-card small { font-size: .75rem; }
  .floating-card-a { left: -3px; top: 18px; }
  .floating-card-b { right: -3px; bottom: 18px; }
  .section-heading { margin-bottom: 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px 22px; }
  .check-list { grid-template-columns: 1fr; }
  .sector-panel-top { padding: 24px 20px; }
  .sector-panel-top img { width: 70px; height: 70px; }
  .sector-panel-body { padding: 10px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 19px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact { display: block; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; text-align: center; text-decoration: none; background: var(--orange); color: white; border-radius: 999px; padding: 12px 18px; font-weight: 800; box-shadow: 0 12px 36px rgba(0,0,0,.22); }
  .site-footer { padding-bottom: 90px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 70px; display: none; flex-direction: column; align-items: stretch; }
  .cookie-banner.show { display: flex; }
  .cookie-banner > div { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
