:root {
  --primary: #0075ba;
  --primary-dark: #005f96;
  --primary-soft: #e8f6ff;
  --secondary: #ff6a00;
  --secondary-soft: #fff0e6;
  --black: #1f2024;
  --text: #53647a;
  --muted: #718196;
  --line: #dceaf3;
  --white: #ffffff;
  --bg: #f7fbfe;
  --dark: #0a466c;
  --shadow: 0 24px 70px rgba(16, 56, 84, .13);
  --radius: 28px;
  --radius-lg: 42px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Helvetica Display", "Helvetica Now Display", "Helvetica World", Helvetica, Arial, "Noto Sans", sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 70;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,234,243,.9);
}
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; min-width: 150px; }
.brand img { width: 118px; max-height: 58px; height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 15px; font-weight: 800; color: #33475c; white-space: nowrap; }
.nav-links a { white-space: nowrap; }
.nav-links a:hover { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-inline { display: inline-flex; align-items: center; gap: 6px; padding: 4px; border: 1px solid var(--line); background: var(--white); border-radius: 999px; }
.lang-inline a { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 36px; padding: 0 10px; border-radius: 999px; font-size: 14px; font-weight: 900; color: var(--primary); }
.lang-inline a.active { color: var(--white); background: var(--primary); }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.mobile-toggle span { width: 20px; height: 2px; background: var(--primary); position: relative; }
.mobile-toggle span::before, .mobile-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--primary); }
.mobile-toggle span::before { top: -7px; }
.mobile-toggle span::after { top: 7px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 13px 22px; border-radius: 999px;
  font-weight: 900; border: 1px solid transparent; transition: .22s ease; cursor: pointer;
}
.btn-primary { color: var(--white); background: var(--secondary); box-shadow: 0 16px 32px rgba(255,106,0,.22); }
.btn-primary:hover { transform: translateY(-2px); background: #f15f00; }
.btn-outline { color: var(--primary); background: var(--white); border-color: #b9dff4; }
.btn-outline:hover { background: var(--primary-soft); transform: translateY(-2px); }
.btn-white { color: var(--primary); background: var(--white); border-color: var(--white); }
.btn-small { min-height: 42px; padding: 10px 18px; font-size: 14px; white-space: nowrap; }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(0,117,186,.12), transparent 30%),
    radial-gradient(circle at 90% 2%, rgba(255,106,0,.14), transparent 34%),
    linear-gradient(180deg, #f7fcff 0%, #ffffff 90%);
  padding: 84px 0 50px;
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 54px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  background: var(--primary-soft); color: var(--primary); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 900;
}
.hero h1 { font-size: clamp(42px, 5.4vw, 72px); line-height: .98; letter-spacing: -.055em; margin: 22px 0 20px; }
.lead { font-size: 20px; color: var(--text); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 28px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { display: inline-flex; align-items: center; gap: 8px; color: #33475c; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-weight: 700; font-size: 14px; }
.badge::before { content: ""; width: 9px; height: 9px; background: var(--secondary); border-radius: 50%; }
.hero-visual img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }

.trust-strip { padding: 26px 0 72px; background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-item { border: 1px solid var(--line); border-radius: 22px; padding: 24px; background: linear-gradient(180deg, #fff, #f8fcff); }
.trust-item strong { display: block; color: var(--primary); font-size: 32px; line-height: 1.05; margin-bottom: 6px; }
.trust-item span { color: var(--text); font-weight: 700; }

section { padding: 88px 0; }
.section-light { background: var(--bg); }
.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,106,0,.26), transparent 30%),
    linear-gradient(135deg, #074f77, #003c60);
}
.section-head { max-width: 820px; margin-bottom: 36px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head h2 { margin: 14px 0 12px; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.section-head p { margin: 0; color: var(--text); font-size: 18px; }
.section-dark .section-head p { color: rgba(255,255,255,.78); }
.section-dark .kicker { background: rgba(255,255,255,.13); color: var(--white); }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 26px; box-shadow: 0 12px 40px rgba(23,60,82,.05); }
.card .icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-size: 20px; font-weight: 900; margin-bottom: 18px; }
.card h3 { font-size: 21px; line-height: 1.16; margin: 0 0 12px; }
.card p { margin: 0; color: var(--text); }

.type-grid, .service-grid, .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.type-card, .service-card, .why-card {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 28px; box-shadow: 0 12px 40px rgba(23,60,82,.05);
}
.type-card .num, .service-card .num, .why-card .num {
  width: 50px; height: 50px; border-radius: 17px; display: grid; place-items: center;
  background: var(--secondary-soft); color: var(--secondary); font-weight: 900; margin-bottom: 20px;
}
.type-card h3, .service-card h3, .why-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.15; }
.type-card p, .service-card p, .why-card p { margin: 0; color: var(--text); }

.gallery-shell { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.gallery-track { display: flex; transition: transform .65s ease; will-change: transform; }
.gallery-slide { min-width: 50%; padding: 10px; }
.gallery-slide img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.gallery-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.gallery-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #bddced; cursor: pointer; }
.gallery-dot.active { background: var(--secondary); }
.gallery-note { margin-top: 18px; text-align: center; color: var(--text); font-size: 14px; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.model-img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.09); }
.step::before { counter-increment: step; content: "0" counter(step); display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: var(--white); color: var(--primary); font-weight: 900; margin-bottom: 18px; }
.step h3 { margin: 0 0 10px; line-height: 1.15; font-size: 21px; }
.step p { margin: 0; color: rgba(255,255,255,.78); }

.form-section { background: linear-gradient(180deg, #f7fbfe 0%, #fff 100%); }
.form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }
.form-panel, .form-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.form-panel { padding: 34px; }
.form-panel ul { padding: 0; margin: 26px 0 0; list-style: none; display: grid; gap: 12px; }
.form-panel li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: #33475c; }
.form-panel li::before { content: "✓"; color: #089a56; font-weight: 900; }
.form-card { padding: 28px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: #33475c; font-size: 14px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; min-height: 48px; background: #fff; color: var(--black); font-size: 15px;
}
.field textarea { min-height: 112px; resize: vertical; }
.honeypot { display: none; }
.form-card .btn { width: 100%; margin-top: 4px; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq-item { border: 1px solid var(--line); border-radius: 24px; background: var(--white); overflow: hidden; }
.faq-q { width: 100%; border: 0; background: transparent; padding: 22px 24px; text-align: left; display: flex; justify-content: space-between; gap: 18px; cursor: pointer; color: var(--black); font-size: 18px; font-weight: 900; }
.faq-q::after { content: "+"; color: var(--primary); font-size: 26px; line-height: 1; }
.faq-item.open .faq-q::after { content: "–"; }
.faq-a { display: none; padding: 0 24px 22px; color: var(--text); }
.faq-item.open .faq-a { display: block; }

.cta-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 42px; border-radius: var(--radius-lg); background: radial-gradient(circle at 92% 12%, rgba(255,106,0,.24), transparent 28%), linear-gradient(135deg, #0075ba, #004b78); color: var(--white); box-shadow: var(--shadow); }
.cta-box h2 { margin: 0 0 10px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -.035em; }
.cta-box p { margin: 0; color: rgba(255,255,255,.8); }

.site-footer { background: #101821; color: rgba(255,255,255,.78); padding: 52px 0 88px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 32px; margin-bottom: 32px; }
.footer-logo { width: 130px; margin-bottom: 18px; }
.footer-grid h3 { color: var(--white); margin: 0 0 14px; font-size: 17px; }
.footer-grid a { display: block; margin: 8px 0; }
.footer-grid a:hover { color: var(--white); }
.copyright { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 14px; }

.mobile-sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; padding: 10px 12px 12px; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); box-shadow: 0 -14px 30px rgba(16,56,84,.12); backdrop-filter: blur(14px); gap: 10px; }
.mobile-sticky-cta a {
    flex: 1;
    min-height: 50px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
  }

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

.thank-you-main { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; background: linear-gradient(180deg, #f7fcff, #fff); }
.thank-you-card { width: min(760px, calc(100% - 36px)); text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 44px; }
.thank-you-card h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.05; margin: 16px 0; }
.thank-you-card p { color: var(--text); font-size: 18px; }

@media (max-width: 1180px) {
  .nav-links { display: none; }
  .mobile-toggle { display: inline-flex; }
  .nav-links.mobile-open { display: flex; position: absolute; left: 20px; right: 20px; top: 86px; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
  .hero-grid, .split, .form-wrap { grid-template-columns: 1fr; }
  .trust-grid, .card-grid, .process { grid-template-columns: repeat(2, 1fr); }
  .type-grid, .service-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  body { padding-bottom: 76px; }
  .container { width: min(100% - 28px, var(--max)); }
  .navbar { min-height: 70px; }
  .brand img { width: 84px; max-height: 44px; }
  .nav-actions .btn { display: none; }
  .lang-inline a { min-width: 34px; height: 34px; padding: 0 8px; }
  .hero { padding: 58px 0 36px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .lead { font-size: 17px; }
  section { padding: 64px 0; }
  .trust-grid, .card-grid, .type-grid, .service-grid, .why-grid, .process, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-slide { min-width: 100%; padding: 6px; }
  .gallery-slide img { aspect-ratio: 4 / 3; border-radius: 22px; }
  .lead-form { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; padding: 30px; }
  .hero-actions .btn { width: 100%; }
  .mobile-sticky-cta { display: flex; }
  .mobile-sticky-cta .btn-primary,
  .mobile-sticky-cta .btn-outline {
    border-radius: 999px;
  }
  .site-footer { padding-bottom: 110px; }
}
