:root{
      --cream:#f6f5f1;
      --cream-2:#ebe9e1;
      --paper:#fffefa;
      --white:#ffffff;
      --ink:#101b1f;
      --ink-2:#263b42;
      --muted:#687c83;
      --line:#e7ded0;
      --line-2:#d5e4e3;
      --gold:#c62b35;
      --gold-2:#e55b63;
      --gold-3:#ffe2e4;
      --teal:#c62b35;
      --teal-2:#3e1115;
      --green:#148d55;
      --red:#bd4747;
      --orange:#c77723;
      --shadow:0 28px 80px rgba(19,38,42,.14);
      --shadow-soft:0 14px 34px rgba(19,38,42,.09);
      --radius:28px;
      --ease:cubic-bezier(.2,.8,.2,1);
      --top:118px;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at top left,rgba(229,91,99,.14),transparent 32rem),
        radial-gradient(circle at 90% 10%,rgba(198,43,53,.10),transparent 28rem),
        linear-gradient(180deg,var(--cream),#fbfaf7 44%,#fff 100%);
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
      text-rendering:geometricPrecision;
    }
    body::before{
      content:"";
      position:fixed;inset:0;pointer-events:none;z-index:-1;
      background-image:linear-gradient(rgba(16,27,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,27,31,.035) 1px,transparent 1px);
      background-size:74px 74px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 76%);
    }
    a{color:inherit;text-decoration:none}
    button,input,select{font:inherit}
    img,video,svg{display:block;max-width:100%}
    .container{width:min(1200px,calc(100% - 36px));margin-inline:auto}
    section[id]{scroll-margin-top:var(--top)}
    .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

    .strip{
      position:fixed;top:0;left:0;right:0;z-index:90;height:38px;
      background:#0b1a1f;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);
      display:flex;align-items:center;overflow:hidden;
    }
    .strip-label{
      display:flex;align-items:center;gap:8px;height:100%;padding:0 16px;
      background:linear-gradient(135deg,rgba(198,43,53,.30),rgba(198,43,53,.20));
      border-right:1px solid rgba(255,255,255,.08);
      color:#ffe2e4;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;
    }
    .live-dot{width:8px;height:8px;border-radius:99px;background:#55d98b;box-shadow:0 0 18px rgba(85,217,139,.85);animation:pulse 1.7s infinite}
    @keyframes pulse{50%{transform:scale(.65);opacity:.35}}
    .ticker{height:100%;flex:1;overflow:hidden}
    .ticker-track{display:flex;align-items:center;width:max-content;height:100%;animation:marquee 42s linear infinite}
    .ticker:hover .ticker-track{animation-play-state:paused}
    @keyframes marquee{to{transform:translateX(-50%)}}
    .tick{display:flex;align-items:center;gap:9px;height:100%;padding:0 18px;border-right:1px solid rgba(255,255,255,.07);white-space:nowrap}
    .tick .mini-flag{width:22px;height:22px;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.18);overflow:hidden;flex:0 0 22px}
    .tick b{font-size:12px;color:#fff}.tick span{font-size:12px;color:#b6c8cc}.tick .t-buy{color:#6be49d;font-weight:800}.tick .t-sell{color:#f2ad61;font-weight:800}

    .nav{
      position:fixed;top:0px;left:0;right:0;z-index:80;height:80px;
      display:flex;align-items:center;
      background:rgba(255,253,248,.82);
      backdrop-filter:blur(22px);
      border-bottom:1px solid rgba(16,27,31,.07);
      transition:.25s var(--ease);
    }
    .nav.scrolled{height:70px;background:rgba(255,253,248,.96);box-shadow:0 10px 28px rgba(21,39,43,.08)}
    .nav-inner{width:min(1200px,calc(100% - 36px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .brand{display:flex;align-items:center;gap:16px;min-width:0}
    .brand-logo{
      height:50px;max-width:210px;width:auto;object-fit:contain;
      filter:drop-shadow(0 8px 14px rgba(16,27,31,.06));
    }
    .brand-sep{width:1px;height:38px;background:linear-gradient(180deg,transparent,#cfc5b4,transparent)}
    .brand-legal{line-height:1.12;min-width:145px}
    .brand-legal b{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-2);white-space:nowrap}
    .brand-legal span{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#c62b35;font-weight:800;margin-top:4px;white-space:nowrap}
    .links{display:flex;list-style:none;align-items:center;gap:6px}
    .links a{display:block;padding:11px 13px;border-radius:999px;font-size:13px;font-weight:800;color:#31484f;transition:.2s var(--ease)}
    .links a:hover{background:#eef4f2;color:var(--teal);transform:translateY(-1px)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .btn,.btn-light,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;cursor:pointer;white-space:nowrap;transition:.25s var(--ease)}
    .btn{height:48px;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,var(--gold-3),var(--gold-2) 45%,var(--gold));color:#122024;font-size:13px;font-weight:900;box-shadow:0 16px 34px rgba(198,43,53,.24)}
    .btn:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(198,43,53,.32)}
    .btn-light{height:46px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid var(--line);color:#172d34;font-size:13px;font-weight:900}
    .btn-light:hover{background:#fff;transform:translateY(-2px)}
    .btn-ghost{height:42px;padding:0 16px;border-radius:999px;background:#f1f6f5;border:1px solid #dce9e7;color:var(--teal);font-size:13px;font-weight:900}
    .menu{display:none;width:44px;height:44px;border:1px solid #e1d8c8;background:rgba(255,255,255,.82);border-radius:15px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
    .menu span{width:18px;height:2px;background:#143239;border-radius:9px;transition:.2s var(--ease)}
    .menu.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu.open span:nth-child(2){opacity:0}.menu.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
    .drawer{position:fixed;top:108px;left:18px;right:18px;z-index:75;padding:18px;border-radius:24px;background:rgba(255,253,248,.97);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(18px);display:none;animation:drawer .22s var(--ease)}
    .drawer.show{display:block}
    @keyframes drawer{from{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:none}}
    .drawer a{display:flex;align-items:center;justify-content:space-between;padding:15px 8px;border-bottom:1px solid #eee5d8;font-size:15px;font-weight:900;color:#152e35}.drawer .btn{width:100%;margin-top:14px}

    .hero{position:relative;min-height:100vh;padding:154px 0 72px;display:flex;align-items:center;overflow:hidden}
    .hero-video{position:absolute;inset:0;overflow:hidden;background:#0d1c20}
    .hero-video video,.hero-video img{width:100%;height:100%;object-fit:cover;opacity:.78;filter:saturate(.9) contrast(1.05)}
    .hero-video::after{
      content:"";position:absolute;inset:0;
      background:
        radial-gradient(circle at 16% 23%,rgba(255,241,189,.34),transparent 25rem),
        linear-gradient(90deg,rgba(247,244,236,.95) 0%,rgba(247,244,236,.85) 42%,rgba(247,244,236,.33) 100%),
        linear-gradient(180deg,rgba(247,244,236,.40),rgba(247,244,236,.88));
    }
    .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr;gap:38px;align-items:center}
    .kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border-radius:999px;background:rgba(255,253,248,.76);border:1px solid rgba(198,43,53,.22);box-shadow:0 10px 28px rgba(19,38,42,.07);color:#c62b35;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px}
    .kicker::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--teal);box-shadow:0 0 16px rgba(198,43,53,.45)}
    h1{font-family:"Playfair Display",serif;font-size:clamp(43px,6.2vw,86px);line-height:.95;letter-spacing:-.055em;color:#0b1c21;max-width:760px}
    .hero-copy{margin-top:22px;max-width:610px;color:#3d535a;font-size:17px;line-height:1.8}
    .hero-copy b{color:#10252b}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
    .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;max-width:700px}
    .stat{padding:16px 18px;border-radius:22px;background:rgba(255,253,248,.82);border:1px solid rgba(231,222,208,.8);box-shadow:var(--shadow-soft);backdrop-filter:blur(12px)}
    .stat b{display:block;font-size:28px;font-weight:900;color:var(--teal-2)}.stat span{display:block;margin-top:7px;font-size:12px;color:#6a7d84;font-weight:700;line-height:1.45}

    .converter{
      position:relative;border-radius:34px;background:rgba(255,253,248,.84);
      border:1px solid rgba(255,255,255,.7);
      box-shadow:0 38px 90px rgba(18,41,47,.18);
      backdrop-filter:blur(24px);
      overflow:hidden;
      transform:translateZ(0);
    }
    .converter::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 12%,rgba(230,201,121,.26),transparent 20rem);pointer-events:none}
    .converter-top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 22px 16px;border-bottom:1px solid rgba(215,205,188,.72)}
    .converter-title small{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#c62b35;font-weight:900}.converter-title b{display:block;margin-top:6px;font-size:25px;color:#10242a;letter-spacing:-.03em}
    .switcher{display:flex;gap:8px;padding:6px;border:1px solid #e4dacb;border-radius:999px;background:rgba(255,255,255,.55)}
    .switcher button{border:0;border-radius:999px;padding:10px 13px;background:transparent;color:#587077;font-size:12px;font-weight:900;cursor:pointer}
    .switcher button.active{background:#0c6668;color:#fff;box-shadow:0 10px 24px rgba(12,102,104,.23)}
    .converter-body{position:relative;padding:20px 22px 22px}
    .amount-row{margin-bottom:12px}.pair-row{display:grid;grid-template-columns:1fr 48px 1fr;gap:10px;align-items:end}
    .field label{display:block;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#788a90;margin-bottom:8px}
    .input-card{height:58px;border:1px solid #e1d8c9;background:#fff;border-radius:18px;display:flex;align-items:center;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
    .input-card input{height:100%;min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 16px;color:#12272d;font-size:22px;font-weight:900}
    .currency-box{height:58px;border:1px solid #e1d8c9;background:#fff;border-radius:18px;display:flex;align-items:center;overflow:hidden;min-width:0}
    .flag-preview{width:30px;height:30px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1px rgba(16,27,31,.10);margin-left:12px;flex-shrink:0;background:#eee}
    .currency-box select{height:100%;border:0;outline:0;background:transparent;padding:0 10px;color:#12272d;font-weight:900;min-width:0;width:100%;cursor:pointer;flex:1;font-size:14px}
    .swap{width:48px;height:48px;border:1px solid #e4dacb;background:#fff;border-radius:17px;color:var(--teal);font-size:18px;font-weight:900;cursor:pointer;box-shadow:var(--shadow-soft);transition:.3s var(--ease);align-self:end;margin-bottom:5px}
    .swap:hover{transform:rotate(180deg);background:#f8fbfb}
    .total{
      margin-top:14px;padding:18px 20px;border-radius:22px;
      background:linear-gradient(135deg,#c62b35,#3e1115);
      color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden;position:relative;
    }
    .total::after{content:"";position:absolute;right:-80px;top:-120px;width:230px;height:230px;border-radius:50%;background:rgba(255,241,189,.22)}
    .total small{position:relative;display:block;font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#c8e8e5;font-weight:900}
    .total b{position:relative;display:block;margin-top:7px;font-size:30px;line-height:1;font-weight:900}
    .total span{position:relative;color:#d5e9e8;font-size:13px;line-height:1.6;text-align:right;max-width:230px}
    .converter-note{margin-top:12px;color:#71858b;font-size:12px;line-height:1.65}

    .section{padding:88px 0}
    .section.alt{background:linear-gradient(180deg,rgba(255,255,255,.52),rgba(255,253,248,.84));border-top:1px solid rgba(231,222,208,.48);border-bottom:1px solid rgba(231,222,208,.48)}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:30px}
    .tag{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#c62b35;margin-bottom:12px}
    h2{font-family:"Playfair Display",serif;font-size:clamp(32px,4.2vw,54px);line-height:1.05;letter-spacing:-.04em;color:#10242a}
    .section-desc{max-width:520px;color:#667a81;line-height:1.8;font-size:15px}
    .tabs{display:flex;gap:8px;flex-wrap:wrap}
    .tabs button{height:42px;padding:0 16px;border-radius:999px;border:1px solid #e0d5c4;background:#fff;color:#51666d;font-size:12px;font-weight:900;cursor:pointer;transition:.2s var(--ease)}
    .tabs button.active{background:#10242a;color:#fff;border-color:#10242a}

    .rates-card{background:#fff;border:1px solid #e7ded0;border-radius:32px;padding:20px;box-shadow:var(--shadow)}
    .rates-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:16px}
    .search{display:flex;align-items:center;gap:10px;height:50px;min-width:min(100%,360px);padding:0 16px;border-radius:17px;border:1px solid #e1d8c8;background:#fbfaf7;color:#70838a}
    .search input{flex:1;border:0;outline:0;background:transparent;color:#10242a;font-weight:700}
    .stamp{display:inline-flex;align-items:center;gap:9px;height:40px;padding:0 14px;border-radius:999px;background:#f4f1e9;border:1px solid #ffe2e4;color:#c62b35;font-size:12px;font-weight:900}
    .stamp i{width:8px;height:8px;border-radius:99px;background:var(--gold)}
    .table-wrap{overflow:auto;border:1px solid #ece5d9;border-radius:24px}
    table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}
    th{padding:15px 16px;background:#fbfaf7;color:#7a8a90;font-size:11px;letter-spacing:.13em;text-transform:uppercase;text-align:left;border-bottom:1px solid #eee8de}
    th:not(:first-child),td:not(:first-child){text-align:right}
    td{padding:17px 16px;border-bottom:1px solid #f1ece4;color:#10242a;font-size:14px}
    tbody tr:last-child td{border-bottom:0}
    tbody tr:hover{background:#fdfbf6}
    .cur{display:flex;align-items:center;gap:12px;text-align:left}
    .cur-flag{width:34px;height:34px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1px rgba(16,27,31,.10);flex:0 0 34px}
    .cur b{display:block}.cur small{display:block;margin-top:4px;color:#7a8a90;font-size:11px}.buy{color:var(--green);font-weight:900}.sell{color:var(--orange);font-weight:900}.movement.up{color:var(--green);font-weight:900}.movement.down{color:var(--red);font-weight:900}

    .services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .service{position:relative;min-height:220px;padding:24px;border-radius:28px;background:#fff;border:1px solid #e8ded2;box-shadow:var(--shadow-soft);overflow:hidden;transition:.25s var(--ease)}
    .service::before{content:"";position:absolute;right:-60px;top:-80px;width:160px;height:160px;border-radius:50%;background:rgba(230,201,121,.18)}
    .service:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(19,38,42,.13)}
    .service .num{font-size:12px;font-weight:900;color:#c62b35;letter-spacing:.13em;text-transform:uppercase}
    .service h3{margin-top:32px;font-size:20px;letter-spacing:-.02em;color:#10242a}
    .service p{margin-top:10px;color:#697b82;font-size:14px;line-height:1.7}
    .service .line{position:absolute;left:24px;right:24px;bottom:20px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}

    .gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}
    .photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .photo{position:relative;min-height:240px;border-radius:30px;overflow:hidden;border:1px solid #e8ded2;background:#ece7df;box-shadow:var(--shadow-soft)}
    .photo.large{min-height:520px}
    .photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.03);transition:.6s var(--ease)}
    .photo:hover img{transform:scale(1.035)}
    .photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.20));opacity:.55}
    .gallery-min{margin-top:14px;color:#74858b;font-size:13px;line-height:1.7}

    .contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch}
    .contact-list{display:grid;gap:12px}
    .contact-item{display:flex;gap:14px;padding:18px;border-radius:24px;background:#fff;border:1px solid #e8ded2;box-shadow:var(--shadow-soft)}
    .contact-icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#f8f0df,#eef5f4);display:grid;place-items:center;color:var(--teal);font-weight:900;flex:0 0 46px}
    .contact-item small{display:block;font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#c62b35;font-weight:900}
    .contact-item b,.contact-item a{display:block;margin-top:6px;font-size:16px;line-height:1.6;color:#10242a;font-weight:900}
    .map{border-radius:30px;overflow:hidden;border:1px solid #e8ded2;background:#fff;box-shadow:var(--shadow-soft);min-height:430px}
    .map iframe{width:100%;height:100%;min-height:430px;border:0}

    .cta{padding:20px 0 90px}
    .cta-box{position:relative;padding:36px;border-radius:34px;background:#10242a;color:#fff;overflow:hidden;box-shadow:0 30px 80px rgba(16,36,42,.24)}
    .cta-box::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(230,201,121,.32),transparent 24rem)}
    .cta-box h2{position:relative;color:#fff;max-width:820px}.cta-box p{position:relative;margin-top:14px;max-width:760px;color:#c9d8db;line-height:1.8}
    .cta-actions{position:relative;display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
    .cta-actions .btn-light{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#fff}

    footer{padding:40px 0 90px;background:#fff;border-top:1px solid #ece5d9}
    .footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
    .footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:14px}.footer-brand img{height:44px;width:auto}
    footer p,footer a{font-size:13px;color:#6d7f85;line-height:1.85}
    footer h4{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#10242a;margin-bottom:12px}
    .legal{margin-top:22px;padding-top:18px;border-top:1px solid #efe7db;color:#839298;font-size:12px;line-height:1.8}

    .sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;display:none;gap:8px;padding:8px;border-radius:22px;background:rgba(255,253,248,.92);border:1px solid #e6dccf;box-shadow:0 18px 48px rgba(19,38,42,.14);backdrop-filter:blur(18px)}
    .sticky a{flex:1;height:49px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}
    .sticky .call{background:#0c6668;color:#fff}.sticky .route{background:#fff;color:#10242a;border:1px solid #e6dccf}

    .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
    .reveal.show{opacity:1;transform:none}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}


    /* Clean, balanced gallery */
    .gallery-section{padding:42px 0 78px}
    .clean-gallery{display:grid;gap:16px}
    .clean-gallery.gallery-three{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);grid-template-rows:260px 260px}
    .gallery-three .gallery-tile:first-child{grid-row:1 / span 2}
    .clean-gallery.gallery-four{grid-template-columns:repeat(2,minmax(0,1fr))}
    .gallery-tile{position:relative;min-height:260px;padding:0;border:1px solid #e4e1d9;border-radius:28px;overflow:hidden;background:#ecebe6;box-shadow:var(--shadow-soft);cursor:zoom-in}
    .gallery-four .gallery-tile{aspect-ratio:16/10;min-height:0}
    .gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease),filter .55s var(--ease)}
    .gallery-tile:hover img{transform:scale(1.025);filter:saturate(1.04) contrast(1.03)}
    .gallery-tile::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 68%,rgba(0,0,0,.14))}
    .lightbox{position:fixed;inset:0;z-index:140;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(4,10,9,.88);backdrop-filter:blur(16px)}
    .lightbox.show{display:flex}
    .lightbox img{max-width:min(1200px,94vw);max-height:88vh;border-radius:22px;box-shadow:0 34px 100px rgba(0,0,0,.4)}
    .lightbox-close{position:absolute;top:18px;right:18px;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:28px;cursor:pointer}
    @media (max-width:900px){.clean-gallery.gallery-three{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-three .gallery-tile:first-child{grid-column:1 / -1;grid-row:auto;aspect-ratio:16/10}.gallery-three .gallery-tile:not(:first-child){aspect-ratio:4/3}.gallery-tile{min-height:220px}}
    @media (max-width:620px){.clean-gallery.gallery-three,.clean-gallery.gallery-four{grid-template-columns:1fr}.gallery-tile,.gallery-four .gallery-tile,.gallery-three .gallery-tile:first-child,.gallery-three .gallery-tile:not(:first-child){aspect-ratio:4/3;min-height:0}.gallery-section{padding:24px 0 58px}}

    @media (max-width:1060px){
      .links,.nav-actions .btn-ghost{display:none}.menu{display:flex}
      .hero-inner,.gallery,.contact-grid{grid-template-columns:1fr}
      .converter{max-width:720px;margin-inline:auto}
      .services{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:760px){
      :root{--top:108px}
      .container,.nav-inner{width:min(100% - 24px,1200px)}
      .strip{height:34px}.strip-label{padding:0 12px;font-size:10px}.tick{padding:0 14px}
      .nav{top:0px;height:74px}.nav.scrolled{height:68px}.brand-logo{height:40px;max-width:156px}.brand-sep{height:32px}.brand-legal{min-width:105px}.brand-legal b,.brand-legal span{font-size:10px}.nav-actions .btn{display:none}
      .drawer{top:98px}
      .hero{min-height:auto;padding:126px 0 58px}
      h1{font-size:clamp(41px,12.4vw,60px)}.hero-copy{font-size:15px}.hero-actions a{width:100%}
      .hero-stats{grid-template-columns:1fr;display:none !important;}.stat{display:flex;justify-content:space-between;align-items:center}.stat span{text-align:right;max-width:145px}.stat b{font-size:24px}
      .converter-top{display:block;padding:20px}.switcher{margin-top:16px;width:max-content}
      .converter-body{padding:16px}.amount-row{margin-bottom:10px}.pair-row{grid-template-columns:1fr}.swap{width:100%;height:44px;margin:0}.total{display:block}.total span{display:block;text-align:left;margin-top:10px;max-width:none}.total b{font-size:29px}
      .section{padding:64px 0}.section-head{display:block}.section-desc{margin-top:12px}
      .tabs{margin-top:16px}.rates-toolbar{display:block}.search{min-width:0;width:100%}.stamp{margin-top:12px;width:100%;justify-content:center}.rates-card{padding:14px;border-radius:26px}
      .services{grid-template-columns:1fr}.service{min-height:190px}.photo-grid{grid-template-columns:1fr}.photo.large,.photo{min-height:290px}.map,.map iframe{min-height:320px}
      .cta{padding-bottom:72px}.cta-box{padding:26px;border-radius:28px}.cta-actions a{width:100%}.footer-grid{grid-template-columns:1fr}.sticky{display:flex}
    }
    @media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto}}

    /* Hero background video: existing colour palette and converter layout are preserved. */
    .hero-video video{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
    }
    @media (max-width:760px){
      .hero-video video{object-position:58% center}
    }

    /* Özbilen Döviz theme */
    .brand-logo--orta{height:58px;max-width:250px}
    .brand-logo--kemer{height:58px;max-width:220px}
    .brand-logo--ozbilen{height:45px;max-width:255px}
    .footer-brand .brand-logo--orta{height:52px}
    .footer-brand .brand-logo--kemer{height:64px}
    .footer-brand .brand-logo--ozbilen{height:48px}
    .hero-video::after{background:radial-gradient(circle at 15% 24%,rgba(229,91,99,.09),transparent 23rem),linear-gradient(90deg,rgba(247,246,242,.54) 0%,rgba(247,246,242,.34) 38%,rgba(247,246,242,.08) 68%,rgba(247,246,242,.02) 100%),linear-gradient(180deg,rgba(247,246,242,.05),rgba(247,246,242,.18))}
    .strip{background:#3e1115}
    .strip-label{background:linear-gradient(135deg,rgba(198,43,53,.48),rgba(0,0,0,.22))}
    .nav{background:rgba(255,254,250,.88)}
    .nav.scrolled{background:rgba(255,254,250,.97)}
    .total{background:linear-gradient(135deg,#c62b35,#3e1115)}
    .cta-box{background:#3e1115}
    @media(max-width:760px){.brand-logo--orta{height:44px;max-width:185px}.brand-logo--kemer{height:47px;max-width:175px}.brand-logo--ozbilen{height:37px;max-width:205px}.hero-video::after{background:linear-gradient(90deg,rgba(247,246,242,.64) 0%,rgba(247,246,242,.40) 58%,rgba(247,246,242,.14) 100%),linear-gradient(180deg,rgba(247,246,242,.08),rgba(247,246,242,.27))}}


/* Final editorial gallery layouts */
.clean-gallery.gallery-three{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  grid-template-rows:255px 255px;
  gap:16px;
}
.gallery-three .gallery-tile:nth-child(1){grid-column:1;grid-row:1 / span 2;}
.gallery-three .gallery-tile:nth-child(2){grid-column:2;grid-row:1;}
.gallery-three .gallery-tile:nth-child(3){grid-column:2;grid-row:2;}
.clean-gallery.gallery-four{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:260px 260px;
  gap:16px;
}
.gallery-four .gallery-tile:nth-child(1){grid-column:1 / span 7;grid-row:1 / span 2;}
.gallery-four .gallery-tile:nth-child(2){grid-column:8 / span 5;grid-row:1;}
.gallery-four .gallery-tile:nth-child(3){grid-column:8 / span 2;grid-row:2;}
.gallery-four .gallery-tile:nth-child(4){grid-column:10 / span 3;grid-row:2;}
.gallery-tile{min-height:0;}
.gallery-tile img{width:100%;height:100%;object-fit:cover;}
.gallery-four .gallery-tile:nth-child(3) img,.gallery-four .gallery-tile:nth-child(4) img{object-position:center;}
@media (max-width:900px){
  .clean-gallery.gallery-three,.clean-gallery.gallery-four{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
  .gallery-three .gallery-tile:nth-child(1),.gallery-four .gallery-tile:nth-child(1){grid-column:1 / -1;grid-row:auto;aspect-ratio:16/9;}
  .gallery-three .gallery-tile:nth-child(n+2),.gallery-four .gallery-tile:nth-child(n+2){grid-column:auto;grid-row:auto;aspect-ratio:4/3;}
}
@media (max-width:620px){
  .clean-gallery.gallery-three,.clean-gallery.gallery-four{grid-template-columns:1fr;}
  .gallery-three .gallery-tile,.gallery-four .gallery-tile,.gallery-three .gallery-tile:nth-child(1),.gallery-four .gallery-tile:nth-child(1){grid-column:auto;grid-row:auto;aspect-ratio:4/3;}
}


/* Özbilen Döviz final brand theme */
:root{--gold:#c62b35;--gold-2:#e55b63;--gold-3:#ffe2e4;--teal:#a91f29;--teal-2:#3e1115;}
body{background:radial-gradient(circle at top left,rgba(229,91,99,.14),transparent 32rem),radial-gradient(circle at 90% 10%,rgba(198,43,53,.10),transparent 28rem),linear-gradient(180deg,var(--cream),#fbfaf7 44%,#fff 100%);}
.strip{background:#3e1115;}
.strip-label{background:linear-gradient(135deg,#c62b35aa,#3e1115aa);color:#ffe2e4;}
.btn{box-shadow:0 16px 34px color-mix(in srgb,#c62b35 28%,transparent);}
.btn:hover{box-shadow:0 20px 46px color-mix(in srgb,#c62b35 35%,transparent);}
.total{background:linear-gradient(135deg,#c62b35,#3e1115);}
.cta-box{background:#3e1115;}
.hero-video::after{background:radial-gradient(circle at 15% 24%,rgba(255,226,228,.10),transparent 23rem),linear-gradient(90deg,rgba(247,246,242,.54) 0%,rgba(247,246,242,.34) 38%,rgba(247,246,242,.08) 68%,rgba(247,246,242,.02) 100%),linear-gradient(180deg,rgba(247,246,242,.05),rgba(247,246,242,.18));}
.brand-logo--harem{height:50px;max-width:222px}
.brand-logo--orta{height:54px;max-width:224px}
.brand-logo--kemer{height:52px;max-width:180px}
.brand-logo--ozbilen{height:43px;max-width:220px}
.brand--with-legal{gap:14px;flex-shrink:0}
.brand--with-legal .brand-sep{display:block;width:1px;height:40px;flex:0 0 1px;background:linear-gradient(180deg,transparent,#c62b3599,transparent)}
.brand--with-legal .brand-legal{display:block;min-width:165px;line-height:1.12;text-align:left}
.brand--with-legal .brand-legal b{display:block;color:#3e1115;font-size:11px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}
.brand--with-legal .brand-legal span{display:block;margin-top:5px;color:#c62b35;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.footer-brand .brand-logo--harem{height:50px}
.footer-brand .brand-logo--orta{height:54px}
.footer-brand .brand-logo--kemer{height:56px}
.footer-brand .brand-logo--ozbilen{height:43px}
@media(max-width:760px){
  :root{--top:126px}
  .nav{height:88px}.nav.scrolled{height:82px}
  .brand--with-legal{flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;max-width:calc(100% - 58px)}
  .brand--with-legal .brand-sep{display:none}
  .brand--with-legal .brand-legal{min-width:0;line-height:1.05}
  .brand--with-legal .brand-legal b,.brand--with-legal .brand-legal span{font-size:8.5px;letter-spacing:.075em}
  .brand--with-legal .brand-legal span{margin-top:2px}
  .brand-logo--harem{height:38px;max-width:170px}
  .brand-logo--orta{height:39px;max-width:175px}
  .brand-logo--kemer{height:40px;max-width:150px}
  .brand-logo--ozbilen{height:32px;max-width:180px}
  .drawer{top:122px}
  .hero{padding-top:140px}
  .hero-video::after{background:linear-gradient(90deg,rgba(247,246,242,.64) 0%,rgba(247,246,242,.40) 58%,rgba(247,246,242,.14) 100%),linear-gradient(180deg,rgba(247,246,242,.08),rgba(247,246,242,.27));}
}
@media(max-width:390px){
  .brand-logo--harem{height:34px;max-width:150px}
  .brand-logo--orta{height:35px;max-width:155px}
  .brand-logo--kemer{height:36px;max-width:135px}
  .brand-logo--ozbilen{height:29px;max-width:160px}
  .brand--with-legal .brand-legal b,.brand--with-legal .brand-legal span{font-size:7.7px}
}

/* =========================================================
   FINAL MOBILE / HEADER / GALLERY STABILITY OVERRIDES
   ========================================================= */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  position:relative;
}
@supports (overflow:clip){
  html,body{overflow-x:clip}
}
main,header,nav,section,footer,.strip{
  width:100%;
  max-width:100%;
}
img,video,svg,iframe{max-width:100%}
a,button,input,select,textarea{touch-action:manipulation}
.ticker,.nav-inner,.brand,.brand-legal,.hero-inner,.converter,.converter-body,.pair-row,.field,.currency-box,.total,.contact-item,.footer-grid>*{min-width:0}
.ticker{overflow:hidden}
.ticker-track{max-width:none}
.nav-inner{overflow:visible}
.nav-actions{flex:0 0 auto}
.menu{flex:0 0 44px}
.brand--with-legal{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  min-width:0;
  max-width:100%;
}
.brand--with-legal .brand-logo{
  display:block;
  flex:0 1 auto;
  width:auto;
  object-fit:contain;
  object-position:left center;
}
.brand--with-legal .brand-sep{
  display:block;
  width:1px;
  height:40px;
  flex:0 0 1px;
}
.brand--with-legal .brand-legal{
  display:block;
  flex:0 1 178px;
  min-width:0;
  max-width:178px;
  line-height:1.14;
  text-align:left;
}
.brand--with-legal .brand-legal b,
.brand--with-legal .brand-legal span{
  display:block;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}

/* Four-photo editorial mosaic: one strong feature image, one wide image, two supporting images. */
.clean-gallery.gallery-four{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr) minmax(0,.75fr);
  grid-template-rows:252px 252px;
  gap:16px;
}
.gallery-four .gallery-tile:nth-child(1){grid-column:1;grid-row:1 / span 2;aspect-ratio:auto}
.gallery-four .gallery-tile:nth-child(2){grid-column:2 / span 2;grid-row:1;aspect-ratio:auto}
.gallery-four .gallery-tile:nth-child(3){grid-column:2;grid-row:2;aspect-ratio:auto}
.gallery-four .gallery-tile:nth-child(4){grid-column:3;grid-row:2;aspect-ratio:auto}
.gallery-four .gallery-tile{min-height:0}
.gallery-tile:focus-visible{outline:3px solid var(--gold-2);outline-offset:3px}

@media (max-width:900px){
  .clean-gallery.gallery-four{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  .gallery-four .gallery-tile:nth-child(1){grid-column:1 / -1;grid-row:auto;aspect-ratio:16/9}
  .gallery-four .gallery-tile:nth-child(2),
  .gallery-four .gallery-tile:nth-child(3){grid-column:auto;grid-row:auto;aspect-ratio:4/3}
  .gallery-four .gallery-tile:nth-child(4){grid-column:1 / -1;grid-row:auto;aspect-ratio:16/8}
}

@media (max-width:760px){
  :root{--top:108px}
  .container,.nav-inner{width:calc(100% - 20px);max-width:1200px}
  .nav-inner{gap:8px}
  .nav,.nav.scrolled{height:80px}
  .drawer{top:108px;left:10px;right:10px;max-width:calc(100% - 20px)}
  .brand--with-legal{
    flex:1 1 auto;
    flex-direction:row;
    align-items:center;
    gap:9px;
    min-width:0;
    max-width:calc(100% - 52px);
  }
  .brand--with-legal .brand-sep{
    display:block;
    height:38px;
  }
  .brand--with-legal .brand-legal{
    display:block;
    flex:0 1 118px;
    min-width:72px;
    max-width:118px;
    line-height:1.12;
  }
  .brand--with-legal .brand-legal b,
  .brand--with-legal .brand-legal span{
    font-size:8.4px;
    line-height:1.15;
    letter-spacing:.065em;
    white-space:normal;
  }
  .brand--with-legal .brand-legal span{margin-top:3px}
  .brand-logo--harem{height:40px;max-width:164px}
  .brand-logo--orta{height:42px;max-width:128px}
  .brand-logo--kemer{height:42px;max-width:112px}
  .brand-logo--ozbilen{height:34px;max-width:142px}
  .menu{width:44px;height:44px;flex-basis:44px}
  .hero{padding-top:132px}

  /* iPhone/Safari focuses controls without page zooming. */
  input,select,textarea,.search input,.currency-box select{font-size:16px!important}
  .input-card input{font-size:22px!important}
  .pair-row>*{min-width:0}
  .currency-box{width:100%;min-width:0}
  .currency-box select{width:100%;min-width:0}
  .total b{max-width:100%;overflow-wrap:anywhere}
  .table-wrap{max-width:100%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  .contact-item>div:last-child{min-width:0}
  .contact-item b,.contact-item a{overflow-wrap:anywhere}
}

@media (max-width:620px){
  .clean-gallery.gallery-four{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
  .gallery-four .gallery-tile:nth-child(1),
  .gallery-four .gallery-tile:nth-child(2),
  .gallery-four .gallery-tile:nth-child(3),
  .gallery-four .gallery-tile:nth-child(4){grid-column:auto;grid-row:auto;aspect-ratio:4/3}
}

@media (max-width:380px){
  .container,.nav-inner{width:calc(100% - 16px)}
  .brand--with-legal{gap:7px;max-width:calc(100% - 48px)}
  .brand--with-legal .brand-legal{flex-basis:92px;min-width:64px;max-width:92px}
  .brand--with-legal .brand-legal b,
  .brand--with-legal .brand-legal span{font-size:7.5px;letter-spacing:.045em}
  .brand--with-legal .brand-sep{height:34px}
  .brand-logo--harem{height:34px;max-width:140px}
  .brand-logo--orta{height:36px;max-width:108px}
  .brand-logo--kemer{height:36px;max-width:94px}
  .brand-logo--ozbilen{height:29px;max-width:122px}
  .menu{width:42px;height:42px;flex-basis:42px}
}


/* =========================================================
   MULTILINGUAL NAVIGATION
   ========================================================= */
.language-switcher{position:relative;flex:0 0 auto}
.language-trigger{height:46px;min-width:76px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e1d8c8;border-radius:999px;background:rgba(255,255,255,.86);color:#173239;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(19,38,42,.07);transition:.2s var(--ease)}
.language-trigger:hover,.language-trigger[aria-expanded="true"]{background:#fff;border-color:#cfbf9f;transform:translateY(-1px)}
.language-globe{width:19px;height:19px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:13px;line-height:1}
.language-chevron{font-size:14px;transform:translateY(-1px);transition:transform .2s var(--ease)}
.language-trigger[aria-expanded="true"] .language-chevron{transform:rotate(180deg) translateY(1px)}
.language-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:110;width:196px;padding:8px;border:1px solid #e2d9ca;border-radius:18px;background:rgba(255,253,248,.98);box-shadow:0 22px 55px rgba(19,38,42,.18);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-7px) scale(.98);transform-origin:top right;transition:.2s var(--ease)}
.language-menu.show{opacity:1;visibility:visible;transform:none}
.language-menu a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:12px;color:#33494f;font-size:13px;font-weight:800;transition:.18s var(--ease)}
.language-menu a:hover{background:#eef4f2;color:var(--teal)}
.language-menu a.current{background:#f7f0df;color:#795f1e}
.language-menu a span{width:30px;height:24px;display:grid;place-items:center;border:1px solid #ddd3c2;border-radius:8px;background:#fff;font-size:10px;font-weight:900;letter-spacing:.05em}
.drawer-language{margin-top:14px;padding-top:14px;border-top:1px solid #eee5d8}
.drawer-language>b{display:block;padding:0 8px 9px;color:#7c6b4a;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.drawer-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.drawer .drawer-language-grid a{min-width:0;padding:11px 10px;border:1px solid #e6dccf;border-radius:13px;background:#fff;justify-content:flex-start;gap:8px;color:#32494f;font-size:12px}
.drawer .drawer-language-grid a.current{border-color:#d9bd78;background:#fbf4e3;color:#765b18}
.drawer .drawer-language-grid a span{width:27px;flex:0 0 27px;color:var(--teal);font-size:10px;font-weight:900}
@media(max-width:1060px){.language-switcher--desktop{display:none}}
@media(min-width:1061px){.drawer-language{display:none}}
@media(max-width:760px){.drawer-language-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:360px){.drawer .drawer-language-grid a{padding:10px 8px;font-size:11px}}

/* Refined multilingual identity and flag navigation */
.language-globe{
  width:20px;height:20px;display:grid;place-items:center;
  border:0;border-radius:0;font-size:0;line-height:0;flex:0 0 20px;
  color:var(--teal);
}
.language-globe svg{width:20px;height:20px;display:block}
.language-current-flag,.language-flag{
  display:block;object-fit:cover;border-radius:4px;
  box-shadow:0 0 0 1px rgba(16,27,31,.12),0 3px 8px rgba(16,27,31,.08);
}
.language-current-flag{width:24px;height:16px;flex:0 0 24px}
.language-trigger{min-width:112px;gap:8px;padding-inline:13px}
.language-menu{width:220px}
.language-menu a{
  display:grid;grid-template-columns:28px minmax(0,1fr) auto;
  align-items:center;gap:10px;
}
.language-menu a .language-flag{width:28px;height:19px}
.language-menu a strong{font-size:13px;font-weight:850;min-width:0}
.language-menu a small{font-size:10px;font-weight:900;letter-spacing:.08em;color:#849398}
.language-menu a.current small{color:currentColor}
.drawer-language-title{display:flex;align-items:center;gap:8px;padding:0 8px 10px;color:#7c6b4a}
.drawer-language-title b{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.drawer-language-title .language-globe{width:18px;height:18px;color:var(--teal)}
.drawer-language-title .language-globe svg{width:18px;height:18px}
.drawer .drawer-language-grid a{
  display:grid;grid-template-columns:27px minmax(0,1fr) auto;
  align-items:center;gap:8px;
}
.drawer .drawer-language-grid a .language-flag{width:27px;height:18px}
.drawer .drawer-language-grid a strong{font-size:12px;font-weight:850;min-width:0;overflow:hidden;text-overflow:ellipsis}
.drawer .drawer-language-grid a small{font-size:9px;font-weight:900;letter-spacing:.06em;color:#8a999d}
.drawer .drawer-language-grid a.current small{color:currentColor}
.brand-legal--translated{min-width:0;max-width:210px}
.brand-legal--translated b,.brand-legal--translated span{white-space:normal;text-wrap:balance;line-height:1.12}
html[lang="en"] .brand-legal--translated{max-width:175px}
html[lang="de"] .brand-legal--translated{max-width:190px}
html[lang="ru"] .brand-legal--translated{max-width:215px}
html[lang="ru"] .brand-legal--translated b,html[lang="ru"] .brand-legal--translated span{font-size:9.5px;letter-spacing:.055em}
@media(max-width:760px){
  .brand-legal--translated{max-width:110px}
  html[lang="en"] .brand-legal--translated,html[lang="de"] .brand-legal--translated{max-width:104px}
  html[lang="ru"] .brand-legal--translated{max-width:112px}
  .brand-legal--translated b,.brand-legal--translated span{font-size:7.8px!important;letter-spacing:.035em!important;line-height:1.08}
}

/* Özbilen Döviz multilingual layout hardening */
@media (max-width:1180px){
  .links{display:none}
  .menu{display:flex}
}
@media (min-width:1061px) and (max-width:1180px){
  .drawer-language{display:none}
}
html[lang="en"] .brand-legal--translated{max-width:188px}
html[lang="de"] .brand-legal--translated{max-width:205px}
html[lang="ru"] .brand-legal--translated{max-width:225px}
@media(max-width:760px){
  html[lang="en"] .brand-legal--translated,
  html[lang="de"] .brand-legal--translated{max-width:112px}
  html[lang="ru"] .brand-legal--translated{max-width:118px}
  html[lang="ru"] .brand-legal--translated b,
  html[lang="ru"] .brand-legal--translated span{font-size:7.2px!important;letter-spacing:.02em!important}
  .language-menu{right:-2px;max-width:calc(100vw - 20px)}
}

/* Özbilen language menu accent */
.language-menu a.current{background:#fff0f1;color:#9a1d26}
.drawer .drawer-language-grid a.current{border-color:#e8aeb2;background:#fff0f1;color:#9a1d26}
.language-trigger:hover,.language-trigger[aria-expanded="true"]{border-color:#dda4a8}


/* Precise Google Maps place marker and direct business link */
.map{position:relative}
.map-place-link{
  position:absolute;left:16px;top:16px;z-index:4;
  display:flex;align-items:center;gap:10px;
  max-width:calc(100% - 32px);padding:10px 13px 10px 10px;
  border:1px solid rgba(16,27,31,.12);border-radius:16px;
  background:rgba(255,255,255,.96);color:var(--ink);
  box-shadow:0 12px 30px rgba(16,27,31,.18);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  transition:transform .2s var(--ease),box-shadow .2s var(--ease);
}
.map-place-link:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(16,27,31,.24)}
.map-place-icon{
  width:38px;height:38px;flex:0 0 38px;border-radius:13px;
  display:grid;place-items:center;background:var(--teal);color:#fff;
  box-shadow:0 8px 18px rgba(12,102,104,.28);
}
.map-place-icon svg{width:21px;height:21px}
.map-place-copy{min-width:0;display:block;line-height:1.15}
.map-place-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:var(--ink)}
.map-place-copy small{display:block;margin-top:4px;font-size:10px;font-weight:800;color:var(--muted);letter-spacing:.02em}
@media(max-width:760px){
  .map-place-link{left:10px;top:10px;max-width:calc(100% - 20px);padding:8px 11px 8px 8px;border-radius:14px}
  .map-place-icon{width:34px;height:34px;flex-basis:34px;border-radius:11px}
  .map-place-copy strong{font-size:12px}.map-place-copy small{font-size:9px}
}

/* =========================================================
   HERO BOUNDARY CONVERTER + ADVANTAGE BANNER (v9.0)
   ========================================================= */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Keep the video clear: hero text only, converter sits on the boundary below. */
.hero{
  min-height:720px;
  padding:150px 0 132px;
  align-items:center;
  overflow:hidden;
}
.hero-inner{
  display:block;
}
.hero-text{
  max-width:690px;
}
.hero-stats{
  display:none!important;
}

.converter-stage{
  position:relative;
  z-index:12;
  height:0;
}
.converter-wrap{
  position:relative;
  transform:translateY(-50%);
}
.converter-inline{
  width:100%;
  border-radius:20px;
  background:rgba(255,253,248,.96);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 24px 65px rgba(18,41,47,.24);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
}
.converter-inline::before{
  background:linear-gradient(90deg,color-mix(in srgb,var(--gold) 12%,transparent),transparent 34%,color-mix(in srgb,var(--teal) 6%,transparent));
}
.converter-inline .converter-body{
  padding:10px;
}
.converter-line{
  position:relative;
  display:grid;
  grid-template-columns:150px minmax(125px,.65fr) minmax(210px,1.25fr) 46px minmax(210px,1.25fr) minmax(190px,.95fr);
  gap:8px;
  align-items:center;
}
.converter-line > *{
  min-width:0;
}
.converter-inline .switcher{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  height:58px;
  gap:4px;
  padding:4px;
  border-radius:14px;
  background:#f2eee5;
  border:1px solid #e1d8c9;
}
.converter-inline .switcher button{
  min-width:0;
  padding:0 10px;
  border-radius:10px;
  font-size:12px;
}
.converter-inline .switcher button.active{
  background:linear-gradient(135deg,var(--teal),var(--teal-2));
  box-shadow:0 8px 20px color-mix(in srgb,var(--teal-2) 22%,transparent);
}
.converter-inline .input-card,
.converter-inline .currency-box{
  height:58px;
  border-radius:14px;
  background:#fff;
  border-color:#dfd6c7;
  box-shadow:0 5px 16px rgba(19,38,42,.055);
}
.converter-inline .input-card input{
  padding:0 16px;
  font-size:18px;
}
.converter-inline .flag-preview{
  width:28px;
  height:28px;
  margin-left:12px;
}
.converter-inline .currency-box select{
  padding:0 10px;
  font-size:13px;
}
.converter-inline .swap{
  width:46px;
  height:46px;
  margin:0;
  align-self:center;
  border-radius:13px;
  box-shadow:0 7px 18px rgba(19,38,42,.10);
}
.converter-inline .total.converter-result{
  height:58px;
  min-height:58px;
  margin:0;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--gold),var(--teal-2));
  text-align:center;
}
.converter-inline .total.converter-result::after{
  width:140px;
  height:140px;
  right:-70px;
  top:-75px;
}
.converter-inline .total.converter-result b{
  margin:0;
  max-width:100%;
  font-size:clamp(18px,1.8vw,25px);
  line-height:1.05;
  overflow-wrap:anywhere;
}

/* Replaces the long rate table with a single editorial image banner. */
.advantage-section{
  padding:132px 0 88px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
  border-top:0;
}
.advantage-banner{
  position:relative;
  min-height:455px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(211,199,178,.72);
  box-shadow:0 28px 70px rgba(19,38,42,.14);
  isolation:isolate;
}
.advantage-banner > img{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.advantage-shade{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(248,244,234,.98) 0%,rgba(248,244,234,.94) 30%,rgba(248,244,234,.66) 49%,rgba(248,244,234,.12) 72%,rgba(248,244,234,0) 100%),
    linear-gradient(180deg,rgba(255,255,255,.04),color-mix(in srgb,var(--teal-2) 8%,transparent));
}
.advantage-copy{
  width:min(520px,56%);
  padding:62px 58px;
}
.advantage-copy .tag{
  color:var(--gold);
  margin-bottom:13px;
}
.advantage-copy h2{
  max-width:510px;
  font-size:clamp(40px,5vw,68px);
}
.advantage-copy p{
  max-width:470px;
  margin-top:20px;
  color:#30474e;
  font-size:16px;
  line-height:1.75;
}
.advantage-copy .btn{
  margin-top:26px;
}

@media (max-width:1100px){
  .converter-line{
    grid-template-columns:138px minmax(112px,.62fr) minmax(180px,1fr) 44px minmax(180px,1fr) minmax(170px,.8fr);
  }
  .converter-inline .currency-box select{font-size:12px}
}

@media (max-width:900px){
  .hero{
    min-height:650px;
    padding:146px 0 105px;
  }
  .hero-text{max-width:610px}
  .converter-stage{
    height:auto;
    padding:0;
    background:#fff;
  }
  .converter-wrap{
    transform:translateY(-34px);
    margin-bottom:-34px;
  }
  .converter-line{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .converter-mode,
  .converter-result{
    grid-column:1 / -1;
  }
  .converter-inline .swap{
    width:100%;
  }
  .advantage-section{
    padding:56px 0 76px;
  }
  .advantage-banner{min-height:430px}
  .advantage-copy{width:62%;padding:52px 42px}
}

@media (max-width:760px){
  .hero{
    min-height:570px;
    padding:142px 0 78px;
    align-items:flex-end;
  }
  .hero-video video{
    object-position:58% center;
  }
  .hero-text{
    max-width:100%;
    padding-bottom:8px;
  }
  .hero-copy{
    max-width:92%;
  }
  .converter-stage{
    background:linear-gradient(180deg,transparent 0 34px,#fff 34px 100%);
  }
  .converter-wrap{
    width:calc(100% - 22px);
    transform:translateY(-30px);
    margin-bottom:-30px;
  }
  .converter-inline{
    border-radius:22px;
    box-shadow:0 18px 45px rgba(18,41,47,.18);
  }
  .converter-inline .converter-body{
    padding:11px;
  }
  .converter-line{
    grid-template-columns:1fr;
    gap:9px;
  }
  .converter-line > *{
    grid-column:1;
  }
  .converter-inline .switcher,
  .converter-inline .input-card,
  .converter-inline .currency-box,
  .converter-inline .total.converter-result{
    height:54px;
    min-height:54px;
  }
  .converter-inline .swap{
    height:42px;
    width:100%;
  }
  .converter-inline .input-card input{
    font-size:18px!important;
  }
  .converter-inline .total.converter-result b{
    font-size:23px;
  }
  .advantage-section{
    padding:38px 0 64px;
  }
  .advantage-section .container{
    width:100%;
  }
  .advantage-banner{
    min-height:520px;
    border-radius:0;
    border-left:0;
    border-right:0;
  }
  .advantage-banner > img{
    object-position:68% center;
  }
  .advantage-shade{
    background:
      linear-gradient(180deg,rgba(248,244,234,.97) 0%,rgba(248,244,234,.90) 46%,rgba(248,244,234,.34) 70%,color-mix(in srgb,var(--teal-2) 18%,transparent) 100%),
      linear-gradient(90deg,rgba(248,244,234,.82),rgba(248,244,234,.08));
  }
  .advantage-copy{
    width:100%;
    padding:42px 24px 230px;
  }
  .advantage-copy h2{
    max-width:440px;
    font-size:clamp(39px,12vw,58px);
  }
  .advantage-copy p{
    max-width:430px;
    font-size:15px;
  }
}

@media (max-width:430px){
  .hero{
    min-height:540px;
    padding-bottom:64px;
  }
  .hero-copy{
    font-size:14px;
    line-height:1.65;
  }
  .converter-wrap{width:calc(100% - 14px)}
  .converter-inline .converter-body{padding:9px}
  .advantage-banner{min-height:540px}
  .advantage-copy{padding:36px 18px 245px}
  .advantage-copy .btn{width:100%}
}

/* Floating WhatsApp contact button */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:75;
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#25d366;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 14px 38px rgba(13,92,48,.30),0 4px 12px rgba(16,36,42,.16);
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
  -webkit-tap-highlight-color:transparent;
}
.whatsapp-float img{
  display:block;
  width:36px;
  height:36px;
}
.whatsapp-float:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 18px 44px rgba(13,92,48,.36),0 6px 15px rgba(16,36,42,.18);
  filter:saturate(1.04);
}
.whatsapp-float:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
@media (max-width:760px){
  .whatsapp-float{
    right:16px;
    bottom:88px;
    width:50px;
    height:50px;
    box-shadow:0 10px 28px rgba(13,92,48,.28),0 3px 9px rgba(16,36,42,.14);
  }
  .whatsapp-float img{
    width:29px;
    height:29px;
  }
}
@media (prefers-reduced-motion:reduce){
  .whatsapp-float{transition:none}
}

