:root{
  --navy:#061426;
  --navy-2:#0a1e35;
  --navy-3:#102b49;
  --gold:#d6aa4b;
  --gold-2:#f0cf79;
  --cream:#f4ead2;
  --white:#fff;
  --muted:#afbdd0;
  --line:rgba(214,170,75,.24);
  --shadow:0 28px 80px rgba(0,0,0,.28);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Cairo",system-ui,sans-serif;background:var(--navy);color:#fff;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:100px 0;position:relative}

.site-header{position:fixed;inset:0 0 auto;z-index:50;background:linear-gradient(180deg,rgba(3,12,24,.93),rgba(3,12,24,.56),transparent);transition:.3s}
.site-header.scrolled{background:rgba(3,12,24,.94);backdrop-filter:blur(18px);box-shadow:0 10px 40px rgba(0,0,0,.2);border-bottom:1px solid rgba(214,170,75,.13)}
.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 1px rgba(214,170,75,.22),0 12px 28px rgba(0,0,0,.26)}
.brand-text{display:flex;flex-direction:column;line-height:1.2}
.brand-text strong{font-size:16px;color:var(--cream)}
.brand-text small{font-family:Montserrat,sans-serif;font-size:9.8px;letter-spacing:1.25px;color:var(--gold)}
.main-nav{display:flex;align-items:center;gap:27px;color:#e4e9ef;font-size:14px;font-weight:600}
.main-nav a{transition:.2s}.main-nav a:hover{color:var(--gold-2)}
.nav-cta{padding:10px 17px;border:1px solid rgba(214,170,75,.55);border-radius:999px;color:var(--gold-2)!important}
.menu-btn{display:none;background:none;border:0;width:44px;height:44px;padding:11px;cursor:pointer}
.menu-btn span{display:block;height:2px;margin:5px 0;background:#fff;border-radius:4px}

.hero{min-height:100svh;display:flex;align-items:center;position:relative;isolation:isolate;padding:130px 0 80px;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:-4;background:url("https://images.unsplash.com/photo-1781546441738-b85e43e733e3?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=2200") center/cover no-repeat;transform:scale(1.035)}
.hero-overlay{position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,rgba(3,12,24,.96) 0%,rgba(4,15,29,.91) 36%,rgba(4,15,29,.55) 66%,rgba(4,15,29,.72) 100%),linear-gradient(0deg,#061426 0%,transparent 28%)}
.hero-grain{position:absolute;inset:0;z-index:-2;opacity:.25;background-image:radial-gradient(circle at 25% 20%,rgba(214,170,75,.12),transparent 28%),radial-gradient(circle at 78% 72%,rgba(214,170,75,.08),transparent 30%)}
.hero-content{display:grid;grid-template-columns:1.15fr .72fr;gap:80px;align-items:center}
.eyebrow,.section-kicker{display:flex;align-items:center;gap:10px;color:var(--gold-2);font-size:13px;font-weight:700;letter-spacing:.2px}
.eyebrow span{width:34px;height:1px;background:var(--gold)}
.hero h1{font-size:clamp(44px,6vw,78px);line-height:1.30;margin:18px 0 24px;letter-spacing:-2.5px}
.hero h1 em{font-style:normal;color:var(--gold-2)}
.hero-copy>p{font-size:18px;line-height:2;max-width:670px;color:#cfdae6;margin:0 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;font-weight:800;font-size:14px;transition:.25s}
.btn-gold{color:#081528;background:linear-gradient(135deg,var(--gold-2),var(--gold));box-shadow:0 14px 32px rgba(214,170,75,.2)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(214,170,75,.3)}
.btn-ghost{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.05);backdrop-filter:blur(6px)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-2)}
.hero-meta{display:flex;gap:42px;margin-top:42px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.hero-meta div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:11px}
.hero-meta b{font-family:Montserrat,sans-serif;font-size:25px;color:var(--gold-2)}
.hero-meta span{font-size:12px;color:#aebdcb;max-width:90px;line-height:1.5}
.hero-logo-card{justify-self:end;width:min(420px,100%);padding:14px;border:1px solid rgba(214,170,75,.34);border-radius:34px;background:linear-gradient(145deg,rgba(10,29,51,.78),rgba(3,13,25,.75));box-shadow:var(--shadow);backdrop-filter:blur(8px);transform:rotate(-1.2deg)}
.hero-logo-card img{border-radius:24px;width:100%;aspect-ratio:1/1;object-fit:cover}
.scroll-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);width:30px;height:46px;border:1px solid rgba(255,255,255,.25);border-radius:20px;display:flex;justify-content:center;padding-top:9px}
.scroll-cue span{width:4px;height:8px;background:var(--gold);border-radius:4px;animation:scroll 1.8s infinite}
@keyframes scroll{0%{transform:translateY(0);opacity:1}70%{transform:translateY(15px);opacity:0}100%{opacity:0}}

.about{background:#f6f2e9;color:#0d2135}
.about::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(214,170,75,.15),transparent 26%);pointer-events:none}
.about-grid,.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.photo-frame{position:relative;padding:13px;background:#fff;border-radius:30px;box-shadow:0 26px 60px rgba(8,23,41,.15)}
.photo-frame img{height:520px;width:100%;object-fit:cover;border-radius:22px}
.gold-line{position:absolute;inset:38px auto 38px -13px;width:5px;border-radius:5px;background:linear-gradient(var(--gold-2),var(--gold))}
.about-visual{position:relative}
.about-badge{position:absolute;right:-35px;bottom:45px;background:var(--navy);color:#fff;padding:17px 20px;border-radius:18px;display:flex;align-items:center;gap:13px;box-shadow:var(--shadow);border:1px solid rgba(214,170,75,.28)}
.badge-icon{color:var(--gold);font-size:22px}.about-badge div{display:flex;flex-direction:column}.about-badge b{font-size:14px}.about-badge small{color:#aab8c7;font-size:11px}
.section-copy .section-kicker,.section-head .section-kicker{color:#9d771d}
.section-copy h2,.section-head h2{font-size:clamp(32px,4vw,51px);line-height:1.35;margin:11px 0 20px;letter-spacing:-1px}
.section-copy p{line-height:2;color:#546575;margin:0 0 18px}
.section-copy p.lead{font-size:18px;color:#2b4054}.section-copy p strong{color:#0a2037}
.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}
.pill-row span{border:1px solid #d9d0bd;background:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;color:#44576a}

.operations{background:linear-gradient(180deg,#061426,#081c32)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:45px}
.operations .section-head h2,.gallery .section-head h2{color:#fff}
.operations .section-head p,.gallery .section-head p{max-width:470px;line-height:1.9;color:#aebdcb;margin:0}
.operations .section-kicker,.gallery .section-kicker{color:var(--gold-2)}
.ops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.op-card{min-height:430px;position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(214,170,75,.13);background:#0b1f37;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.op-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.op-card:hover img{transform:scale(1.055)}
.op-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,10,21,.98) 0%,rgba(4,16,30,.73) 45%,rgba(4,16,30,.18) 100%)}
.step{position:absolute;top:20px;left:20px;font-family:Montserrat,sans-serif;font-size:12px;color:#07172b;background:linear-gradient(135deg,var(--gold-2),var(--gold));width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-weight:800}
.op-body{position:absolute;inset:auto 24px 24px;color:#fff}
.op-icon{width:44px;height:44px;border-radius:13px;background:rgba(214,170,75,.12);border:1px solid rgba(214,170,75,.3);display:grid;place-items:center;color:var(--gold-2);font-size:20px;margin-bottom:14px}
.op-body h3{font-size:20px;margin:0 0 9px}.op-body p{color:#c4d0dc;font-size:13px;line-height:1.9;margin:0}

.approach{background:#f7f3eb;color:#0d2135;overflow:hidden}
.approach::after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(214,170,75,.19);border-radius:50%;left:-280px;top:60px;box-shadow:0 0 0 80px rgba(214,170,75,.035),0 0 0 160px rgba(214,170,75,.025)}
.feature-list{margin-top:30px;display:grid;gap:14px}
.feature{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;padding:13px 15px;border:1px solid #e3ddcf;border-radius:15px;background:rgba(255,255,255,.7)}
.feature>span{font-family:Montserrat,sans-serif;color:#956f18;font-weight:700;font-size:12px;width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#f4ead3}
.feature div{display:flex;flex-direction:column}.feature b{font-size:14px}.feature small{color:#6e7d89;line-height:1.7}
.process-visual{border-radius:30px;background:var(--navy);padding:18px;box-shadow:0 30px 70px rgba(8,23,41,.2);position:relative;z-index:2}
.process-visual img{height:520px;width:100%;object-fit:cover;border-radius:20px;filter:saturate(.78)}
.process-track{position:absolute;z-index:3;right:34px;left:34px;bottom:34px;background:rgba(3,13,26,.86);border:1px solid rgba(214,170,75,.25);backdrop-filter:blur(10px);border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:center;gap:8px}
.track-item{display:flex;align-items:center;gap:6px;color:#fff;font-size:10px;white-space:nowrap}.track-item span{width:24px;height:24px;border-radius:50%;background:var(--gold);color:#07172b;display:grid;place-items:center;font-family:Montserrat,sans-serif;font-weight:800}.track-item b{font-weight:600}.process-track i{height:1px;flex:1;background:rgba(214,170,75,.35)}

.gallery{background:#07192c}
.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:270px 270px;gap:16px}
.gallery-grid figure{margin:0;position:relative;overflow:hidden;border-radius:23px;border:1px solid rgba(214,170,75,.14)}
.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.5s}
.gallery-grid figure:hover img{transform:scale(1.045)}
.gallery-grid figure::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,13,26,.9),transparent 55%)}
.gallery-grid figcaption{position:absolute;z-index:2;right:18px;bottom:15px;color:#fff;font-weight:700;font-size:13px}
.gallery-a{grid-row:1/3}.gallery-d{grid-column:2/4}

.contact{background:linear-gradient(180deg,#07192c,#061426);padding-top:80px}
.contact-card{border:1px solid rgba(214,170,75,.28);background:linear-gradient(135deg,rgba(16,43,73,.66),rgba(6,20,38,.92));border-radius:28px;padding:34px 38px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;box-shadow:var(--shadow)}
.contact-logo img{width:92px;height:92px;object-fit:cover;border-radius:50%}
.contact-card .section-kicker{color:var(--gold-2)}.contact-card h2{font-size:28px;margin:6px 0 6px}.contact-card p{margin:0;color:#aebdcb;font-size:13px;line-height:1.8}
.footer{background:#04101f;border-top:1px solid rgba(214,170,75,.15);padding:28px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;color:#8fa0b3;font-size:12px}
.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.footer-brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.footer-brand div{display:flex;flex-direction:column}.footer-brand small{font-family:Montserrat,sans-serif;color:var(--gold);font-size:8.5px;letter-spacing:.8px}
.footer p{color:#cfb978}.footer span:last-child{direction:rtl}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.delay-1{transition-delay:.09s}.delay-2{transition-delay:.18s}

@media(max-width:1000px){
  .hero-content{grid-template-columns:1fr .62fr;gap:35px}.hero h1{font-size:54px}.ops-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.approach-grid{gap:45px}.process-track{overflow:auto;justify-content:flex-start}.process-track i{min-width:20px}
}
@media(max-width:800px){
  .nav-wrap{height:76px}.brand img{width:50px;height:50px}.brand-text strong{font-size:14px}.brand-text small{font-size:8.4px}
  .menu-btn{display:block;z-index:3}.main-nav{position:absolute;top:76px;right:20px;left:20px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:14px;background:rgba(4,15,29,.98);border:1px solid rgba(214,170,75,.18);border-radius:18px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px 13px;border-radius:10px}.nav-cta{text-align:center}
  .hero{padding:115px 0 70px;min-height:auto}.hero-content{grid-template-columns:1fr}.hero-logo-card{width:340px;justify-self:center;order:-1;margin-bottom:5px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-meta{justify-content:center}.hero-meta{gap:25px}.scroll-cue{display:none}
  .about-grid,.approach-grid{grid-template-columns:1fr}.about-visual{order:2}.photo-frame img,.process-visual img{height:430px}.about-badge{right:15px}
  .section-head{align-items:flex-start;flex-direction:column;gap:8px}.section{padding:80px 0}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 220px 250px}.gallery-a{grid-column:1/3;grid-row:auto}.gallery-d{grid-column:1/3}
  .contact-card{grid-template-columns:auto 1fr}.contact-card .btn{grid-column:1/3}.footer-inner{flex-direction:column;text-align:center}.footer p{margin:0}
}
@media(max-width:560px){
  .container{width:min(100% - 26px,1180px)}.brand-text small{display:none}.hero-logo-card{width:260px}.hero h1{font-size:42px;letter-spacing:-1.5px}.hero-copy>p{font-size:15px;line-height:1.9}.hero-meta{flex-direction:column;align-items:center;gap:10px}.hero-meta div{width:210px}.ops-grid{grid-template-columns:1fr}.op-card{min-height:390px}.photo-frame img,.process-visual img{height:360px}.section-copy h2,.section-head h2{font-size:34px}.about-badge{position:relative;right:auto;bottom:auto;margin:-28px 18px 0}.gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,240px)}.gallery-a,.gallery-d{grid-column:auto}.contact-card{grid-template-columns:1fr;text-align:center;padding:28px 20px}.contact-logo{display:flex;justify-content:center}.contact-card .btn{grid-column:auto}.process-track{right:28px;left:28px}.track-item b{display:none}.feature{grid-template-columns:42px 1fr}
}

/* Curved contact footer */
.footer{position:relative;background:linear-gradient(180deg,#04101f 0%,#020b15 100%);border-top:0;padding:126px 0 0;overflow:hidden}
.footer-curve{position:absolute;z-index:0;top:-1px;right:0;left:0;height:120px;line-height:0;pointer-events:none}
.footer-curve svg{display:block;width:100%;height:100%}.footer-curve path{fill:#07192c}
.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.35fr .65fr 1fr;gap:70px;padding-bottom:44px}
.footer-brand-block>p{max-width:520px;margin:20px 0 24px;color:#9eafc1;line-height:2;font-size:13px}
.footer-brand{display:flex;align-items:center;gap:13px;color:#fff}.footer-brand img{width:66px;height:66px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px rgba(214,170,75,.28)}.footer-brand div{display:flex;flex-direction:column}.footer-brand b{font-size:17px}.footer-brand small{font-family:Montserrat,sans-serif;color:var(--gold);font-size:9px;letter-spacing:1px;margin-top:4px}
.footer h3{margin:5px 0 20px;color:#fff;font-size:16px;position:relative;padding-bottom:12px}.footer h3::after{content:"";position:absolute;right:0;bottom:0;width:38px;height:2px;border-radius:3px;background:var(--gold)}
.footer-links{display:flex;flex-direction:column;align-items:flex-start}.footer-links a{padding:7px 0;color:#a9b8c8;font-size:13px;transition:.2s}.footer-links a::before{content:"‹";display:inline-block;color:var(--gold);margin-left:7px}.footer-links a:hover{color:var(--gold-2);transform:translateX(-3px)}
.footer-contact{display:flex;flex-direction:column;gap:10px}.contact-row{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:9px 0}.contact-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(214,170,75,.09);border:1px solid rgba(214,170,75,.18);color:var(--gold-2);font-size:17px}.contact-row div{display:flex;flex-direction:column;gap:2px}.contact-row small{color:#71859b;font-size:10px}.contact-row b{color:#cbd5df;font-size:12px;font-weight:600}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap}.social-btn{display:inline-flex;align-items:center;gap:9px;height:43px;padding:0 15px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);font-size:12px;font-weight:700;transition:.25s}.social-btn svg{width:19px;height:19px;fill:currentColor}.social-btn.whatsapp{color:#d8f7e4}.social-btn.facebook{color:#dbe8ff}.social-btn:hover{transform:translateY(-2px);border-color:rgba(214,170,75,.35);background:rgba(214,170,75,.08);color:var(--gold-2)}
.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(214,170,75,.13);min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#6f8295;font-size:11px}.footer-bottom span:last-child{font-family:Montserrat,sans-serif;letter-spacing:.6px;color:#88733d;direction:ltr}
.floating-whatsapp{position:fixed;z-index:80;left:22px;bottom:22px;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.34),0 0 0 7px rgba(37,211,102,.11);transition:.25s}.floating-whatsapp svg{width:31px;height:31px;fill:currentColor}.floating-whatsapp:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 18px 40px rgba(0,0,0,.42),0 0 0 9px rgba(37,211,102,.12)}

@media(max-width:800px){
  .footer{padding-top:105px}.footer-curve{height:100px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 45px}.footer-brand-block{grid-column:1/3}.footer-bottom{flex-direction:column;justify-content:center;text-align:center;padding:18px 0}.floating-whatsapp{left:16px;bottom:16px;width:54px;height:54px}
}
@media(max-width:560px){
  .footer{padding-top:88px}.footer-curve{height:82px}.footer-grid{grid-template-columns:1fr;gap:32px;padding-bottom:34px}.footer-brand-block{grid-column:auto}.footer-brand{align-items:center}.footer-brand img{width:58px;height:58px}.footer-links,.footer-contact{padding-top:4px}.footer-socials{gap:8px}.social-btn{flex:1;justify-content:center;min-width:125px}.footer-bottom{font-size:10px}.floating-whatsapp{left:14px;bottom:14px;width:52px;height:52px}.floating-whatsapp svg{width:28px;height:28px}
}

/* ===== Requested refinements: curved header/footer, full hero, SVG icons ===== */
.site-header{
  background:linear-gradient(180deg,rgba(3,13,26,.985) 0%,rgba(4,16,31,.965) 100%);
  box-shadow:0 8px 28px rgba(0,0,0,.12);
}
.site-header.scrolled{
  background:rgba(3,13,26,.98);
  border-bottom:0;
}
.site-header .nav-wrap{position:relative;z-index:2}
.header-curve{
  position:absolute;
  top:calc(100% - 1px);
  right:0;
  left:0;
  height:44px;
  z-index:1;
  pointer-events:none;
  line-height:0;
}
.header-curve svg{display:block;width:100%;height:100%}
.header-curve-gold{fill:var(--gold)}
.header-curve-navy{fill:#03101f}
.brand{gap:14px}
.brand img{
  width:70px;
  height:70px;
  border-radius:0;
  object-fit:contain;
  box-shadow:none;
  background:transparent;
  filter:drop-shadow(0 8px 15px rgba(0,0,0,.24));
}
.brand-text strong{font-size:17px;color:#f4ead2}
.brand-text small{color:var(--gold-2)}

.hero{
  min-height:100svh;
  padding-top:160px;
  padding-bottom:105px;
}
.hero-bg{
  background-image:url("https://images.unsplash.com/photo-1786209273552-3b57dec47c94?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=88&w=2200");
  background-position:center 48%;
  transform:scale(1.02);
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,12,24,.96) 0%,rgba(4,15,29,.82) 42%,rgba(4,15,29,.28) 76%,rgba(4,15,29,.48) 100%),
    linear-gradient(0deg,#061426 0%,rgba(6,20,38,.2) 25%,transparent 48%);
}
.hero-content{grid-template-columns:1fr;gap:0}
.hero-copy{max-width:760px}

.op-icon svg,
.badge-icon svg,
.contact-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.badge-icon{width:30px;height:30px;display:grid;place-items:center}
.badge-icon svg{width:27px;height:27px}
.contact-icon svg{width:21px;height:21px}

.footer{
  padding-top:156px;
  background:linear-gradient(180deg,#04101f 0%,#020a13 100%);
}
.footer-curve{
  height:150px;
  top:-1px;
}
.footer-curve svg{overflow:visible}
.footer-curve-gold{fill:var(--gold)}
.footer-curve-navy{fill:#04101f}
.footer-grid{padding-top:4px}

.social-btn.whatsapp{color:#dce8e2}
.social-btn.whatsapp .wa-svg{color:#25d366}
.wa-svg{width:21px!important;height:21px!important;overflow:visible}
.wa-bubble{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.wa-phone{fill:currentColor;stroke:none}
.floating-whatsapp{
  width:62px;
  height:62px;
  border:2px solid rgba(255,255,255,.9);
  box-shadow:0 16px 38px rgba(0,0,0,.38),0 0 0 7px rgba(37,211,102,.13);
}
.floating-whatsapp .wa-svg{width:35px!important;height:35px!important;color:#fff}
.floating-whatsapp .wa-bubble{stroke-width:1.3}
.floating-whatsapp .wa-phone{fill:#fff}

@media(max-width:800px){
  .nav-wrap{height:78px}
  .brand img{width:58px;height:58px}
  .header-curve{height:30px}
  .hero{padding-top:132px;padding-bottom:78px}
  .hero-copy{max-width:100%}
  .footer{padding-top:122px}
  .footer-curve{height:118px}
  .floating-whatsapp{width:56px;height:56px}
  .floating-whatsapp .wa-svg{width:31px!important;height:31px!important}
}
@media(max-width:560px){
  .brand{gap:9px}
  .brand img{width:52px;height:52px}
  .brand-text strong{font-size:14px}
  .header-curve{height:25px}
  .hero{padding-top:120px;padding-bottom:66px}
  .hero-bg{background-position:62% center}
  .hero h1{font-size:40px}
  .footer{padding-top:102px}
  .footer-curve{height:98px}
  .floating-whatsapp{width:54px;height:54px}
}
.footer-curve .footer-curve-gold{fill:var(--gold)}
.footer-curve .footer-curve-navy{fill:#04101f}
.footer-brand img{border-radius:0;object-fit:contain;box-shadow:none;background:transparent}
