    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; background: #FAFAF8; color: #111827; line-height: 1.6; -webkit-font-smoothing: antialiased; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    :root {
      --navy: #0D1F3C; --navy-light: #1A3560; --orange: #F97316; --orange-dark: #EA6607;
      --orange-light: #FFF7ED; --white: #FFFFFF; --gray-50: #F9FAFB; --gray-100: #F3F4F6;
      --gray-200: #E5E7EB; --gray-400: #9CA3AF; --gray-600: #4B5563; --gray-800: #1F2937;
      --radius: 12px; --shadow: 0 4px 24px rgba(13,31,60,.10); --shadow-lg: 0 8px 40px rgba(13,31,60,.16);
    }
    .container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; border: none; transition: all .2s; }
    .btn-primary { background: var(--orange); color: #fff; }
    .btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(249,115,22,.4); }
    .section-label { display: inline-block; background: var(--orange-light); color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 14px; border-radius: 99px; margin-bottom: 16px; }
    .section-title { font-size: clamp(26px, 4vw, 42px); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
    .section-sub { font-size: 17px; color: var(--gray-600); max-width: 540px; line-height: 1.7; }

    .logo { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -.3px; }
    .logo .vio { color: var(--orange); }
    .logo-icon { width: 38px; height: 38px; background: var(--orange); border-radius: 11px; display: flex; align-items: center; justify-content: center; }
    .logo-icon svg { width: 24px; height: 24px; }

    nav { position: sticky; top: 0; z-index: 100; background: rgba(13,31,60,.97); backdrop-filter: blur(12px); }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
    .nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
    .nav-links a { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 500; transition: color .2s; }
    .nav-links a:hover { color: #fff; }
    .nav-cta { display: flex; align-items: center; gap: 12px; }
    .nav-tel { color: rgba(255,255,255,.85); font-size: 14px; font-weight: 500; }
    .nav-tel span { color: var(--orange); font-weight: 700; }
    .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
    .nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }

    .hero { background-color: #FFF7ED; background-image: linear-gradient(180deg, rgba(255,247,237,.96) 0%, rgba(255,247,237,.80) 26%, rgba(255,247,237,.38) 58%, rgba(255,247,237,.06) 100%), url('https://images.unsplash.com/photo-1603477494483-6e32f435874c?w=1100&h=2080&fit=crop&crop=right&q=60&auto=format'); background-size: cover; background-position: center 86%; padding: 72px 0 0; position: relative; overflow: hidden; }
    .hero-content { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
    .hero-text { position: relative; z-index: 1; padding-top: 12px; }
    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.3); color: #FED7AA; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 99px; margin-bottom: 24px; }
    .hero-badge::before { content: '★'; color: var(--orange); }
    .hero-title { font-size: clamp(32px, 5vw, 54px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -.5px; }
    .hero-title em { color: var(--orange); font-style: normal; }
    .hero-sub { font-size: 18px; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 30px; max-width: 460px; }
    .hero-trust { display: flex; align-items: center; gap: 16px 20px; flex-wrap: wrap; }
    .hero-trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 500; }
    .hero-trust-item svg { color: var(--orange); flex-shrink: 0; }

    .search-card { background: #fff; border-radius: 20px; box-shadow: 0 24px 80px rgba(0,0,0,.25); padding: 28px; position: relative; z-index: 1; margin-bottom: -40px; }
    .search-card h2 { font-size: 21px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
    .search-card > p { font-size: 14px; color: var(--gray-600); margin-bottom: 22px; }
    .form-grid { display: flex; flex-direction: column; gap: 14px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
    .form-group label { font-size: 12px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; }
    .form-group input, .form-group select { border: 2px solid var(--gray-200); border-radius: 10px; padding: 12px 14px; font-size: 15px; font-family: inherit; color: var(--gray-800); background: var(--gray-50); transition: border-color .2s; outline: none; width: 100%; }
    .form-group input:focus, .form-group select:focus { border-color: var(--orange); background: #fff; }
    .check-line { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--gray-800); font-weight: 500; cursor: pointer; padding: 4px 0; }
    .check-line input { width: 18px; height: 18px; accent-color: var(--orange); flex-shrink: 0; cursor: pointer; }
    .field-divider { border: none; border-top: 1px dashed var(--gray-200); margin: 4px 0; }
    .form-submit .btn { width: 100%; font-size: 16px; padding: 16px; border-radius: 12px; }
    .form-note { text-align: center; font-size: 12px; color: var(--gray-400); margin-top: 10px; }
    .form-success { display: none; background: #ECFDF5; border: 1px solid #6EE7B7; color: #047857; border-radius: 12px; padding: 14px; font-size: 14px; font-weight: 600; text-align: center; margin-top: 12px; }

    .stats-strip { background: var(--orange); padding: 28px 0 20px; }
    .stats-inner { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 16px; }
    .stat-item { text-align: center; }
    .stat-num { font-size: 24px; font-weight: 900; color: #fff; line-height: 1.1; }
    .stat-label { font-size: 13px; color: rgba(255,255,255,.85); font-weight: 500; }

    .usps { padding: 88px 0; }
    .usps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 24px; margin-top: 48px; }
    .usp-card { background: #fff; border-radius: var(--radius); padding: 32px 26px; box-shadow: var(--shadow); border: 1px solid var(--gray-100); transition: transform .2s, box-shadow .2s; }
    .usp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .usp-icon { width: 52px; height: 52px; background: var(--orange-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .usp-icon svg { width: 26px; height: 26px; color: var(--orange); }
    .usp-card h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
    .usp-card p { font-size: 15px; color: var(--gray-600); line-height: 1.7; }

    .how { background: var(--navy); padding: 88px 0; }
    .how-header { text-align: center; margin-bottom: 56px; }
    .how-header .section-title { color: #fff; }
    .how-header .section-sub { color: rgba(255,255,255,.6); margin: 0 auto; }
    .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
    .steps-grid::before { content: ''; position: absolute; top: 32px; left: 20%; right: 20%; height: 2px; background: rgba(249,115,22,.3); z-index: 0; }
    .step-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 36px 28px; text-align: center; position: relative; z-index: 1; }
    .step-number { width: 64px; height: 64px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 22px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
    .step-card h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 10px; }
    .step-card p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; }

    .destinations { padding: 88px 0; }
    .dest-header { margin-bottom: 44px; }
    .dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .dest-card { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; aspect-ratio: 3/4; background: var(--gray-200); }
    .dest-card:first-child { grid-row: span 2; aspect-ratio: auto; }
    .dest-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 72px; transition: transform .3s; }
    .dest-card:hover .dest-bg { transform: scale(1.08); }
    .dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,31,60,.85) 0%, rgba(13,31,60,.1) 60%); }
    .dest-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; }
    .dest-name { font-size: 18px; font-weight: 800; color: #fff; }
    .dest-sub { font-size: 13px; color: rgba(255,255,255,.7); font-weight: 500; }
    .dest-tag { display: inline-block; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 99px; margin-bottom: 6px; }

    .why { background: var(--gray-50); padding: 88px 0; }
    .why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
    .why-list { display: flex; flex-direction: column; gap: 22px; margin-top: 28px; }
    .why-item { display: flex; gap: 16px; }
    .why-check { width: 28px; height: 28px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
    .why-check svg { width: 14px; height: 14px; color: #fff; }
    .why-item h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
    .why-item p { font-size: 14px; color: var(--gray-600); line-height: 1.7; }
    .why-visual { background: var(--navy); border-radius: 20px; padding: 40px; color: #fff; position: relative; overflow: hidden; }
    .why-visual::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; background: var(--orange); border-radius: 50%; opacity: .1; }
    .why-visual h3 { font-size: 22px; font-weight: 800; margin-bottom: 24px; }
    .compare-table { width: 100%; border-collapse: collapse; }
    .compare-table th { text-align: left; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.5); padding: 0 12px 12px; letter-spacing: .05em; text-transform: uppercase; }
    .compare-table th:not(:first-child) { text-align: center; }
    .compare-table td { padding: 12px; font-size: 14px; color: rgba(255,255,255,.8); border-top: 1px solid rgba(255,255,255,.08); }
    .compare-table td:not(:first-child) { text-align: center; }
    .check-yes { color: #4ADE80; font-size: 18px; }
    .check-no { color: #F87171; font-size: 18px; }
    .col-sunnvio { color: var(--orange) !important; font-weight: 700 !important; }

    .insurance { padding: 88px 0; }
    .ins-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
    .ins-promise { background: var(--orange-light); border: 1px solid #FED7AA; border-radius: 16px; padding: 24px; margin: 24px 0; display: flex; gap: 16px; align-items: flex-start; }
    .ins-promise svg { width: 30px; height: 30px; color: var(--orange); flex-shrink: 0; }
    .ins-promise h4 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
    .ins-promise p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }
    .ins-cards { display: flex; flex-direction: column; gap: 14px; }
    .ins-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 18px 22px; display: flex; align-items: flex-start; gap: 16px; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
    .ins-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .ins-icon svg { width: 22px; height: 22px; color: var(--orange); }
    .ins-card h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
    .ins-card p { font-size: 13px; color: var(--gray-600); line-height: 1.6; }

    .borg { background: var(--navy); border-radius: 20px; padding: 40px; color: #fff; margin-top: 40px; position: relative; overflow: hidden; }
    .borg h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
    .borg > p { color: rgba(255,255,255,.7); font-size: 15px; max-width: 640px; line-height: 1.7; margin-bottom: 28px; }
    .borg-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .borg-step { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 20px; }
    .borg-step .num { width: 32px; height: 32px; border-radius: 8px; background: var(--orange); color: #fff; font-weight: 900; font-size: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
    .borg-step h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
    .borg-step p { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.6; }

    .reviews { background: var(--gray-50); padding: 88px 0; }
    .reviews-header { text-align: center; margin-bottom: 40px; }
    .tp-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--gray-200); color: var(--navy); padding: 12px 22px; border-radius: 12px; font-size: 15px; font-weight: 700; box-shadow: var(--shadow); }
    .tp-star { color: #00B67A; font-size: 20px; letter-spacing: 1px; }
    .tp-logo { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; color: var(--navy); }
    .tp-logo svg { width: 20px; height: 20px; color: #00B67A; }
    .reviews-empty { max-width: 640px; margin: 0 auto; text-align: center; background: #fff; border: 2px dashed var(--gray-200); border-radius: 16px; padding: 40px 28px; }
    .reviews-empty svg { width: 40px; height: 40px; color: var(--orange); margin: 0 auto 16px; }
    .reviews-empty h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
    .reviews-empty p { font-size: 15px; color: var(--gray-600); line-height: 1.7; }
    .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
    .review-card { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--gray-100); }
    .stars { color: var(--orange); font-size: 18px; margin-bottom: 12px; }
    .review-text { font-size: 15px; color: var(--gray-800); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
    .reviewer { display: flex; align-items: center; gap: 12px; }
    .reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; }
    .reviewer-name { font-size: 14px; font-weight: 700; color: var(--navy); }
    .reviewer-meta { font-size: 12px; color: var(--gray-400); }

    .contact { padding: 88px 0; }
    .contact-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
    .contact-info { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
    .contact-row { display: flex; gap: 14px; align-items: flex-start; }
    .contact-row .ci-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .contact-row .ci-icon svg { width: 20px; height: 20px; color: var(--orange); }
    .contact-row h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
    .contact-row p, .contact-row a { font-size: 14px; color: var(--gray-600); }
    .contact-row a:hover { color: var(--orange); }
    .contact-form { background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 32px; box-shadow: var(--shadow); }

    .cta-banner { background: linear-gradient(135deg, var(--orange) 0%, #FB923C 100%); padding: 76px 0; }
    .cta-inner { text-align: center; }
    .cta-inner h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: #fff; margin-bottom: 16px; }
    .cta-inner p { font-size: 18px; color: rgba(255,255,255,.9); margin-bottom: 32px; }
    .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .btn-white { background: #fff; color: var(--orange); }
    .btn-white:hover { background: #FFF7ED; transform: translateY(-1px); }
    .btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
    .btn-ghost:hover { background: rgba(255,255,255,.15); }

    footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 60px 0 32px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .footer-brand .logo { margin-bottom: 16px; }
    .footer-brand p { font-size: 14px; line-height: 1.8; max-width: 280px; }
    .footer-col h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col a { font-size: 14px; transition: color .2s; }
    .footer-col a:hover { color: var(--orange); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
    .footer-bottom p { font-size: 13px; }
    .footer-bottom a { color: var(--orange); }

    @media (max-width: 1024px) {
      .dest-grid { grid-template-columns: repeat(2, 1fr); }
      .dest-card:first-child { grid-row: span 1; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .borg-steps { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .nav-links, .nav-cta .nav-tel { display: none; }
      .nav-hamburger { display: flex; }
      .hero-content { grid-template-columns: 1fr; gap: 36px; }
      .hero { padding: 48px 0 0; }
      .steps-grid { grid-template-columns: 1fr; }
      .steps-grid::before { display: none; }
      .why-inner, .ins-inner, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
      .reviews-grid { grid-template-columns: 1fr; }
      .dest-grid { grid-template-columns: 1fr 1fr; }
      .form-row, .form-row-3 { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
      .stats-inner { gap: 24px; }
      .borg-steps { grid-template-columns: 1fr; }
    }

/* ===== FAQ ===== */
.faq { background: var(--gray-50); padding: 88px 0; }
.faq-wrap { max-width: 820px; margin: 36px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-size: 16px; font-weight: 700; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--orange); font-size: 26px; font-weight: 400; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2013'; }
.faq-item .faq-a { padding: 0 24px 20px; font-size: 15px; color: var(--gray-600); line-height: 1.8; }

/* ===== Landing pages ===== */
.lp-hero { background-color: var(--navy); background-image: linear-gradient(102deg, rgba(11,24,46,.93) 0%, rgba(12,28,54,.66) 24%, rgba(13,31,60,.26) 56%, rgba(13,31,60,.08) 100%), url('https://images.unsplash.com/photo-1740271002636-e87b490795ac?w=1100&h=2080&fit=crop&crop=right&exp=6&q=60&auto=format'); background-size: cover; background-position: center 80%; padding: 72px 0 64px; position: relative; overflow: hidden; }
.lp-hero .container { position: relative; z-index: 1; }
.lp-breadcrumb { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 16px; }
.lp-breadcrumb a { color: rgba(255,255,255,.75); }
.lp-breadcrumb a:hover { color: #fff; }
.lp-hero h1 { font-size: clamp(30px, 5vw, 48px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 18px; max-width: 760px; letter-spacing: -.5px; }
.lp-hero h1 em { color: var(--orange); font-style: normal; }
.lp-hero p { font-size: 18px; color: rgba(255,255,255,.72); max-width: 640px; line-height: 1.7; margin-bottom: 30px; }
.lp-hero .hero-trust { display: flex; gap: 16px 22px; flex-wrap: wrap; margin-top: 26px; }
.lp-body { padding: 72px 0; }
.lp-body .container { max-width: 820px; }
.lp-body h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 800; color: var(--navy); margin: 40px 0 14px; line-height: 1.2; }
.lp-body h2:first-child { margin-top: 0; }
.lp-body p { font-size: 16px; color: var(--gray-600); line-height: 1.8; margin-bottom: 16px; }
.lp-body ul { margin: 8px 0 20px 22px; color: var(--gray-600); line-height: 1.9; font-size: 16px; }
.lp-locations { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 24px; }
.lp-loc { background: var(--orange-light); color: var(--orange-dark); border: 1px solid #FED7AA; border-radius: 99px; padding: 7px 16px; font-size: 14px; font-weight: 600; }
.lp-cta-box { background: var(--navy); border-radius: 20px; padding: 40px; text-align: center; margin-top: 48px; }
.lp-cta-box h3 { color: #fff; font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.lp-cta-box p { color: rgba(255,255,255,.7); font-size: 16px; margin-bottom: 24px; }

/* ===== WhatsApp button ===== */
.wa-btn { position: fixed; bottom: 22px; right: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,.28); z-index: 200; transition: transform .2s; }
.wa-btn:hover { transform: scale(1.08); }
.wa-btn svg { width: 32px; height: 32px; }
@media (max-width: 768px) { .wa-btn { width: 52px; height: 52px; bottom: 16px; right: 16px; } .wa-btn svg { width: 28px; height: 28px; } }

/* dest photos */
.dest-bg { background-size: cover; background-position: center; }

/* Optie 3 hero (licht) - alleen homepage */
.hero .hero-title{color:#0D1F3C;}
.hero .hero-sub{color:#2a3f59;font-weight:500;}
.hero .hero-trust-item{color:#1d3b63;font-weight:700;font-size:14.5px;}
.hero .hero-badge{background:rgba(249,115,22,.12);border-color:rgba(249,115,22,.35);color:#b4500f;}

/* ===== Nav dropdown (Bestemmingen) ===== */
.nav-links .has-dropdown { position: relative; }
.nav-links .dropdown-toggle .caret { font-size: 10px; opacity: .8; }
.nav-links .dropdown-menu {
  display: none; position: absolute; top: calc(100% + 10px); left: 0;
  background: #0D1F3C; min-width: 190px; padding: 8px 0;
  border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.30);
  list-style: none; z-index: 200;
}
.nav-links .dropdown-menu::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.nav-links .has-dropdown:hover .dropdown-menu,
.nav-links .has-dropdown:focus-within .dropdown-menu { display: block; }
.nav-links .dropdown-menu li { display: block; }
.nav-links .dropdown-menu a { display: block; padding: 10px 18px; font-size: 14px; white-space: nowrap; }
.nav-links .dropdown-menu a:hover { background: rgba(255,255,255,.08); color: #fff; }
.form-group .req, .check-line .req { color: var(--orange); font-weight: 700; }

@media (max-width: 768px) {
  .nav-links .dropdown-menu {
    display: block; position: static; background: transparent;
    box-shadow: none; padding: 2px 0 6px 14px; min-width: 0; border-radius: 0;
  }
  .nav-links .dropdown-menu a { padding: 6px 0; }
}

/* ===== Blog ===== */
.blog-head { background: var(--navy); color: #fff; padding: 64px 0 56px; text-align: center; }
.blog-head h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 900; margin-bottom: 12px; }
.blog-head p { color: rgba(255,255,255,.82); font-size: 17px; max-width: 620px; margin: 0 auto; }
.blog-list-section { padding: 64px 0 88px; background: var(--gray-50); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(13,31,60,.12); }
.blog-card-img { height: 180px; background-size: cover; background-position: center; }
.blog-card-body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; }
.blog-card-date { font-size: 13px; color: var(--gray-400); font-weight: 600; }
.blog-card-title { font-size: 19px; font-weight: 800; color: var(--navy); line-height: 1.3; }
.blog-card-excerpt { font-size: 14.5px; color: var(--gray-600); line-height: 1.6; flex-grow: 1; }
.blog-card-link { color: var(--orange); font-weight: 700; font-size: 14.5px; }

/* Blog post */
.blogpost { background: #fff; padding: 48px 0 72px; }
.blogpost-wrap { max-width: 760px; }
.blog-back { color: var(--orange); font-weight: 600; font-size: 14.5px; }
.blogpost-meta { color: var(--gray-400); font-weight: 600; font-size: 14px; margin-top: 20px; }
.blogpost-title { font-size: clamp(28px, 4.5vw, 40px); font-weight: 900; color: var(--navy); line-height: 1.2; margin: 10px 0 26px; }
.blogpost-hero { height: 340px; border-radius: 16px; background-size: cover; background-position: center; margin-bottom: 30px; }
.blogpost-lead { font-size: 19px; color: var(--gray-700); line-height: 1.7; font-weight: 500; margin-bottom: 12px; }
.blogpost h2 { font-size: 23px; font-weight: 800; color: var(--navy); margin: 30px 0 10px; }
.blogpost p { font-size: 16.5px; color: var(--gray-700); line-height: 1.8; }
.blogpost-cta { margin-top: 44px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 16px; padding: 32px; text-align: center; }
.blogpost-cta h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.blogpost-cta p { margin-bottom: 20px; }

@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .blog-grid { grid-template-columns: 1fr; } .blogpost-hero { height: 220px; } }

/* ===== Taalwisselaar ===== */
.lang-switch { position: relative; }
.lang-toggle { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 7px 10px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; }
.lang-toggle:hover { background: rgba(255,255,255,.14); }
.lang-toggle .caret { font-size: 10px; opacity: .8; }
.lang-menu { display: none; position: absolute; top: calc(100% + 8px); right: 0; background: #0D1F3C; border-radius: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.30); padding: 6px 0; min-width: 170px; z-index: 300; }
.lang-switch.open .lang-menu { display: block; }
.lang-menu button { display: block; width: 100%; text-align: left; background: none; border: none; color: rgba(255,255,255,.85); padding: 9px 16px; font-size: 13.5px; font-weight: 500; cursor: pointer; font-family: inherit; }
.lang-menu button:hover { background: rgba(255,255,255,.08); color: #fff; }
.lang-menu button[aria-current="true"] { color: var(--orange); font-weight: 700; }
@media (max-width: 768px) { .lang-switch { order: -1; } }

/* ===== Taal-link (NL/EN) ===== */
.lang-link { display:inline-flex; align-items:center; gap:4px; color:#fff; border:1px solid rgba(255,255,255,.28); border-radius:8px; padding:7px 11px; font-size:13px; font-weight:700; letter-spacing:.3px; text-decoration:none; }
.lang-link:hover { background:rgba(255,255,255,.14); }

/* ===== Taalwisselaar (3 talen) ===== */
.lang-switch { display:inline-flex; gap:3px; }
.lang-link.lang-current { background:var(--orange); border-color:var(--orange); color:#fff; }
.lang-link { padding:6px 8px; font-size:12px; }


/* ===== Header compacter (geen afbrekende items) ===== */
.nav-links { gap: 18px; }
.nav-links li, .nav-links a, .nav-tel, .nav-tel a { white-space: nowrap; }
.nav-links a { font-size: 13.5px; }
.nav-cta { gap: 10px; }
.lang-switch { gap: 2px; }
.lang-link { padding: 5px 6px; font-size: 11px; letter-spacing: 0; }

/* ===== Vlaggetjes-taalkiezer ===== */
.lang-flags { position: relative; display: inline-flex; }
.lang-flags-toggle { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 8px; padding: 5px 9px; cursor: pointer; line-height: 1; }
.lang-flags-toggle .flag { font-size: 18px; }
.lang-flags-toggle .fcaret { font-size: 9px; color: #fff; opacity: .8; }
.lang-flags-menu { display: none; position: absolute; top: calc(100% + 8px); right: 0; background: #0D1F3C; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: 6px 0; min-width: 160px; box-shadow: 0 16px 40px rgba(0,0,0,.30); z-index: 300; }
.lang-flags.open .lang-flags-menu { display: block; }
.lang-flags-menu a { display: flex; align-items: center; gap: 9px; padding: 9px 15px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.lang-flags-menu a:hover { background: rgba(255,255,255,.08); color: #fff; }
.lang-flags-menu .flag { font-size: 18px; }

/* Hero-vertrouwenspunten onder elkaar */
.hero .hero-trust { flex-direction: column; align-items: flex-start; gap: 10px; }
