:root{
  --green:#073d35;
  --green-deep:#04362f;
  --gold:#c99a4b;
  --gold-soft:#d9b36d;
  --ivory:#fbf8f2;
  --text:#10372f;
  --muted:#5c6d68;
  --line:#e9e0d5;
  --white:#fff;
  --shadow:0 10px 28px rgba(31,43,38,.075);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Tajawal",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.6}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}

/* HEADER — matched to approved reference */
.site-header{position:sticky;top:0;z-index:50;background:#063c34;box-shadow:none}
.header-inner{width:min(100% - 44px,1450px);height:86px;display:flex;align-items:center;gap:24px}
.brand{order:0;flex:0 0 184px;height:72px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}
.brand img{width:184px;height:70px;object-fit:cover;object-position:center;border-radius:0;filter:none}
.main-nav{display:flex;align-items:center;justify-content:center;gap:29px;margin-inline:auto;color:#fff;font-size:14px;white-space:nowrap}
.main-nav a{position:relative;opacity:.96}
.main-nav a.active:after{content:"";position:absolute;right:0;left:0;bottom:-17px;height:2px;background:var(--gold)}
.header-actions{display:flex;align-items:center;gap:13px;direction:ltr;order:2}
.icon-btn,.contact-pill{border:1px solid rgba(218,177,100,.9);background:transparent;color:#fff}
.icon-btn{width:44px;height:44px;border-radius:50%;display:grid;place-items:center}
.icon-btn svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.contact-pill{height:44px;border-radius:999px;padding:0 18px;display:flex;align-items:center;gap:9px}
.contact-pill svg{width:18px;fill:none;stroke:var(--gold);stroke-width:1.7}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:9px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0}
.header-search{max-height:0;overflow:hidden;background:#fff;transition:.3s}
.header-search.open{max-height:82px;padding:14px 0;box-shadow:0 10px 20px rgba(0,0,0,.08)}
.header-search input{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 18px;outline:none}

/* HERO — exact desktop composition: copy LEFT, approved visual RIGHT */
.hero{background:#fff;overflow:hidden}
.hero .hero-grid{width:100%;max-width:1536px;margin-inline:auto;min-height:525px;display:grid;grid-template-columns:44% 56%;gap:0;direction:ltr}
.hero-copy{direction:rtl;text-align:right;padding:49px 58px 18px 72px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;background:linear-gradient(100deg,#fff 0%,#fffdf9 85%,#f9f5ee 100%)}
.eyebrow{display:flex;align-items:center;justify-content:flex-start;gap:16px;font-weight:600;font-size:17px;margin-bottom:9px;white-space:nowrap}
.eyebrow span{width:34px;height:1px;background:var(--gold);display:block}
.hero h1{font-size:47px;line-height:1.36;margin:0 0 16px;font-weight:800;letter-spacing:-.3px;color:var(--green)}
.hero h1 strong{color:var(--gold);font-weight:800}
.hero-copy>p{font-size:16px;max-width:495px;color:#253f39;margin:0 0 22px}
.hero-actions{display:flex;gap:14px;align-items:center;margin-bottom:25px}
.btn{border:0;border-radius:14px;padding:12px 23px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:700;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:none}
.btn-primary span{font-size:25px;line-height:.8}
.btn-secondary{border:1px solid #60756f;background:#fff;color:var(--green)}
.grid-ico{font-size:19px}
.hero-trust{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e8e0d5;padding-top:16px;gap:0;max-width:530px}
.trust-item{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;line-height:1.45;padding:0 8px;border-left:1px solid #eadfcf}
.trust-item:first-child{border-left:0}
.trust-icon{width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:23px;flex:none}
.hero-visual{position:relative;min-height:525px;overflow:hidden;background:#f3eee5}
.hero-visual:before{display:none}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center center}

/* SERVICES */
.section{padding:26px 0 30px}
.section-heading{text-align:center;margin-bottom:20px}
.section-kicker{display:inline-flex;align-items:center;gap:12px;color:var(--gold);font-weight:700}
.section-kicker:before,.section-kicker:after{content:"";width:36px;height:1px;background:var(--gold)}
.section-heading h2{font-size:29px;margin:2px 0 0;color:var(--green);line-height:1.35}
.section-heading p{margin:2px 0;color:var(--muted);font-size:14px}
.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.service-card{border:1px solid #e8e2da;border-radius:16px;background:#fff;padding:19px 14px 16px;text-align:center;box-shadow:0 8px 22px rgba(31,43,38,.055);min-height:200px;display:flex;flex-direction:column;align-items:center}
.service-icon{width:51px;height:51px;border-radius:14px;display:grid;place-items:center;margin-bottom:4px;color:var(--green);font-weight:800;font-size:29px}
.service-icon.passport{background:var(--green);color:var(--gold);font-size:23px}.service-icon.wordmark{font-size:28px}.service-icon.emblem{color:#9a752e}.service-icon.building,.service-icon.more-icon{font-size:32px}
.service-card h3{font-size:18px;margin:3px 0 7px;color:var(--green)}
.service-card p{font-size:12px;color:#4c5b57;margin:0 0 11px;line-height:1.7}
.text-link{border:0;background:none;color:var(--green);font-size:12px;margin-top:auto}.text-link span{color:var(--gold);font-size:18px;margin-right:6px}
.center-action{text-align:center;margin-top:14px}.outline-gold{background:#fff;border:1px solid var(--green);color:var(--green);padding:8px 31px}

/* WHY */
.why{padding:20px 0;background:var(--green);color:#fff;position:relative;overflow:hidden}
.why:before,.why:after{content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(201,154,75,.2);border-radius:50%;top:-110px}.why:before{right:-100px}.why:after{left:-115px}
.why-grid{display:grid;grid-template-columns:1.45fr repeat(5,1fr);align-items:center;position:relative;z-index:1}
.why-title{padding-left:20px}.why-title span{color:var(--gold);font-weight:700}.why-title h2{font-size:27px;line-height:1.35;margin:4px 0}
.why-item{text-align:center;border-right:1px solid rgba(255,255,255,.22);padding:8px 12px}.why-item span{display:block;font-size:28px;color:var(--gold);line-height:1}.why-item h3{font-size:15px;margin:7px 0 0}.why-item p{font-size:12px;margin:2px 0;color:#eef3f1}

/* STEPS */
.compact{margin-bottom:13px}.compact h2{font-size:28px}.compact h2 i{color:var(--gold);font-style:normal}
.steps{padding-top:24px;padding-bottom:27px}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:65px;position:relative;padding:12px 60px 0}.steps-row:before{content:"";position:absolute;left:11%;right:11%;top:55px;border-top:1px dashed #d3a456}.step-card{text-align:center;position:relative;background:#fff;z-index:1;padding:0 9px}.num{position:absolute;top:0;right:calc(50% - 48px);background:var(--green);color:#fff;border-radius:50%;width:29px;height:29px;display:grid;place-items:center;font-size:10px;font-weight:800}.num.gold{background:var(--gold)}.step-circle{width:70px;height:70px;border:1px solid #d6b677;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:#fff;font-size:28px;color:var(--green)}.step-card h3{margin:0 0 3px;font-size:16px}.step-card p{margin:0;font-size:12px;color:#59635f}

/* FOOTER */
.site-footer{background:#063c34;color:#fff;position:relative;overflow:hidden;padding-top:22px}
.footer-decor{position:absolute;left:0;bottom:0;width:150px;height:200px;background:url('../img/footer-decor-approved.jpg') left bottom/cover no-repeat;opacity:1;border-radius:0}
.footer-grid{display:grid;grid-template-columns:1.35fr 1.1fr 1fr .9fr;gap:30px;align-items:start;position:relative;z-index:1}
.footer-cta h2{font-size:24px;line-height:1.35;margin:0 0 5px}.footer-cta p{font-size:12px;color:#e7efec}.gold-btn{background:var(--gold);color:#fff;margin-top:7px;padding:9px 27px}.site-footer h3{color:var(--gold);margin:0 0 9px;font-size:15px}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:2px 17px;font-size:12px}.footer-contact p{margin:7px 0;font-size:13px}.footer-brand img{width:150px;height:84px;object-fit:contain;margin-right:auto}.socials{display:flex;gap:8px;margin-top:7px}.socials a{width:31px;height:31px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-weight:700}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.08);margin-top:20px;padding:10px 0 14px;font-size:11px;color:#d7e0dd}

/* MODAL */
.modal{position:fixed;inset:0;z-index:100;display:none}.modal.show{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(0,31,27,.72);backdrop-filter:blur(5px)}.modal-card{position:relative;width:min(540px,calc(100% - 30px));max-height:90vh;overflow:auto;background:#fff;border-radius:24px;margin:5vh auto;padding:27px 30px 30px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-close{position:absolute;left:18px;top:15px;border:0;background:#f1ede6;border-radius:50%;width:35px;height:35px;font-size:24px;color:var(--green)}.modal-logo{height:80px;display:flex;justify-content:center}.modal-logo img{height:80px;object-fit:contain}.modal-card h2{text-align:center;color:var(--green);margin:4px 0}.modal-card>p{text-align:center;color:var(--muted);margin-top:0}.modal-card form{display:grid;gap:12px}.modal-card label{display:grid;gap:6px;font-size:14px;font-weight:600}.modal-card input,.modal-card select,.modal-card textarea{border:1px solid var(--line);border-radius:12px;padding:11px 12px;outline:none;background:#fff}.modal-card input:focus,.modal-card select:focus,.modal-card textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,154,75,.12)}.full{width:100%;margin-top:4px}.form-status{min-height:20px;font-size:13px;text-align:center;color:var(--green)}

/* TABLET */
@media (max-width:1100px){
  .header-inner{width:min(100% - 30px,1180px);gap:14px}.brand{flex-basis:150px}.brand img{width:150px}.main-nav{gap:15px;font-size:12px}.contact-pill{padding:0 12px}
  .hero .hero-grid{grid-template-columns:45% 55%}.hero-copy{padding:38px 30px 18px 40px}.hero h1{font-size:39px}.eyebrow{font-size:15px}.hero-copy>p{font-size:15px}.hero-trust{grid-template-columns:repeat(2,1fr);row-gap:10px}.trust-item:nth-child(3){border-left:0}
  .services-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:1fr repeat(3,1fr)}.why-title{grid-column:1/-1;text-align:center;padding:0 0 10px}.why-item:nth-last-child(-n+2){display:none}.footer-grid{grid-template-columns:1fr 1fr}
}

/* MOBILE — same identity/composition, reflowed rather than redesigned */
@media (max-width:780px){
  .container{width:min(100% - 28px,1180px)}.header-inner{height:72px;width:calc(100% - 22px);gap:10px}.brand{order:0;flex:0 0 120px;height:60px}.brand img{width:120px;height:56px}.main-nav{position:fixed;top:72px;right:0;left:0;background:var(--green);padding:14px 22px 22px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 16px 25px rgba(0,0,0,.15)}.main-nav.open{display:flex}.main-nav a{padding:10px 2px;border-bottom:1px solid rgba(255,255,255,.08)}.main-nav a.active:after{display:none}.menu-toggle{display:block}.icon-btn{display:none}.contact-pill span{display:none}.contact-pill{width:42px;padding:0;justify-content:center}
  .hero .hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{padding:34px 24px 24px;order:1}.hero-visual{order:2;min-height:330px}.hero h1{font-size:34px}.eyebrow{font-size:14px}.hero-copy>p{font-size:15px}.hero-actions{flex-wrap:wrap}.hero-trust{grid-template-columns:1fr 1fr;max-width:none}.trust-item{padding:8px 5px;border-left:0;border-top:1px solid #eadfcf}.hero-visual img{object-position:center}
  .services-grid{grid-template-columns:1fr 1fr}.service-card{min-height:205px}.why-grid{grid-template-columns:1fr 1fr}.why-item{border-right:0;border-top:1px solid rgba(255,255,255,.12)}.why-item:nth-last-child(-n+2){display:block}.steps-row{grid-template-columns:1fr 1fr;gap:28px;padding:10px 0}.steps-row:before{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand img{margin:0}.footer-decor{opacity:.24}.section-heading h2{font-size:26px}
}
@media (max-width:520px){
  .hero h1{font-size:29px}.hero-copy{padding:28px 18px 22px}.hero-visual{min-height:285px}.services-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.steps-row{grid-template-columns:1fr}.step-card{padding-bottom:7px}.footer-grid{gap:22px}.modal-card{padding:22px 18px 24px}.btn{padding:11px 16px}.hero-actions{gap:8px}.eyebrow span{width:22px}.eyebrow{white-space:normal}.hero-trust{grid-template-columns:1fr 1fr}
}

/* V3 — final desktop pixel-match pass against the approved Watad reference */
@media (min-width:1101px){
  .site-header{background:#011a17}
  .header-inner{height:86px;width:min(calc(100% - 48px),1480px);gap:18px}
  .brand{flex:0 0 176px;height:70px}
  .brand img{width:176px;height:70px;object-fit:contain;background:#011a17}
  .main-nav{gap:27px;font-size:13px}
  .main-nav a.active:after{bottom:-18px}
  .header-actions{gap:12px}
  .icon-btn,.contact-pill{height:43px}
  .icon-btn{width:43px}
  .contact-pill{padding-inline:17px}

  .hero .hero-grid{max-width:1536px;grid-template-columns:43.5% 56.5%;min-height:515px}
  .hero-copy{padding:42px 62px 14px 76px;justify-content:center}
  .eyebrow{font-size:15px;margin-bottom:7px;gap:14px}
  .eyebrow span{width:31px}
  .hero h1{font-size:43px;line-height:1.34;margin-bottom:13px;letter-spacing:-.5px}
  .hero-copy>p{font-size:14.5px;line-height:1.75;max-width:480px;margin-bottom:19px}
  .hero-actions{gap:12px;margin-bottom:21px}
  .hero-actions .btn{min-height:48px;padding:10px 21px;border-radius:13px;font-size:14px}
  .hero-trust{max-width:510px;padding-top:14px}
  .trust-item{font-size:11.5px;gap:6px;padding-inline:7px}
  .trust-icon{width:31px;height:31px;font-size:20px}
  .hero-visual{min-height:515px}
  .hero-visual img{object-position:center center}

  .section{padding-top:22px}
  .section-heading{margin-bottom:17px}
  .section-heading h2{font-size:27px}
  .services-grid{gap:16px}
  .service-card{min-height:194px;padding-top:17px}
}

/* V4 — light responsive header matched to the newly approved reference */
.site-header{
  background:#f9f6f1;
  border-bottom:1px solid rgba(6,60,52,.08);
  box-shadow:0 3px 18px rgba(41,45,40,.035);
}
.header-inner{
  width:min(calc(100% - 44px),1450px);
  height:82px;
  gap:22px;
}
.brand{
  flex:0 0 162px;
  height:66px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  overflow:visible;
}
.brand .brand-mark{
  width:64px;
  height:60px;
  object-fit:contain;
  flex:none;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:var(--green);
  line-height:1;
  margin-top:2px;
}
.brand-copy b{font-size:29px;font-weight:800;letter-spacing:-1.3px}
.brand-copy small{font-size:11px;font-weight:600;margin-top:5px;white-space:nowrap}
.main-nav{
  color:#183d36;
  gap:28px;
  font-size:13.5px;
  font-weight:500;
}
.main-nav a{opacity:1}
.main-nav a.active{font-weight:700;color:var(--green)}
.main-nav a.active:after{bottom:-22px;height:2px;background:var(--gold)}
.header-actions{
  direction:ltr;
  gap:12px;
  min-width:max-content;
}
.icon-btn{
  border:0;
  background:transparent;
  color:var(--green);
  width:38px;
  height:38px;
}
.icon-btn:hover{background:rgba(7,61,53,.055)}
.contact-pill{
  height:42px;
  border:0;
  background:var(--green);
  color:#fff;
  padding:0 17px;
  box-shadow:none;
}
.contact-pill svg{stroke:#fff;width:17px}
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#173d36;
  font-size:12px;
  font-weight:600;
  padding:0 3px;
  height:38px;
}
.lang-switch .globe{
  width:20px;height:20px;border:1px solid #234b43;border-radius:50%;
  display:grid;place-items:center;font-size:7px;color:#234b43;
}
.header-separator{width:1px;height:24px;background:#d9d0c5;margin-inline:1px}
.menu-toggle span{background:var(--green)}
.header-search{background:#f9f6f1;border-top:1px solid rgba(7,61,53,.08)}

@media (max-width:1100px){
  .brand{flex-basis:145px}.brand .brand-mark{width:56px;height:54px}.brand-copy b{font-size:26px}
  .main-nav{gap:15px;font-size:12px}.header-actions{gap:8px}.contact-pill{padding:0 13px}
}

@media (max-width:780px){
  .header-inner{height:70px;width:calc(100% - 24px);gap:8px}
  .brand{order:0;flex:0 0 118px;height:58px;gap:5px}
  .brand .brand-mark{width:46px;height:48px}
  .brand-copy b{font-size:22px}.brand-copy small{font-size:9px;margin-top:4px}
  .main-nav{
    top:70px;
    background:#f9f6f1;
    padding:10px 20px 18px;
    box-shadow:0 14px 28px rgba(0,0,0,.11);
    border-top:1px solid rgba(7,61,53,.07);
    color:var(--green);
  }
  .main-nav a{padding:11px 2px;border-bottom:1px solid rgba(7,61,53,.08)}
  .contact-pill{height:40px;width:40px;padding:0;justify-content:center}
  .contact-pill span{display:none}
  .contact-pill svg{width:17px}
  .lang-switch{display:none}
  .header-separator{display:none}
  .icon-btn{display:none}
  .menu-toggle{display:block}
}

@media (min-width:1101px){
  .site-header{background:#f9f6f1}
  .header-inner{height:82px;width:min(calc(100% - 48px),1480px);gap:20px}
  .brand{flex:0 0 166px;height:66px}
  .main-nav{gap:27px;font-size:13px}
  .main-nav a.active:after{bottom:-21px}
  .header-actions{gap:11px}
  .icon-btn,.contact-pill{height:42px}
  .icon-btn{width:38px}
  .contact-pill{padding-inline:17px}
}

/* V5 — approved hero integration: visual flows into copy area instead of a hard 50/50 cut */
.hero{
  position:relative;
  background:#fffdf9;
}
.hero .hero-grid{
  position:relative;
  overflow:hidden;
  background:#fffdf9;
}
.hero-copy{
  background:linear-gradient(90deg,
    #fffdf9 0%,
    #fffdf9 74%,
    rgba(255,253,249,.96) 84%,
    rgba(255,253,249,.72) 92%,
    rgba(255,253,249,0) 100%);
}
.hero-visual{
  z-index:1;
  background:transparent;
}

@media (min-width:1101px){
  .hero .hero-grid{
    grid-template-columns:44.5% 55.5%;
    min-height:520px;
  }
  .hero-copy{
    z-index:3;
    padding:42px 62px 14px 76px;
  }
  .hero-visual{
    min-height:520px;
    margin-left:-105px;
    width:calc(100% + 105px);
  }
  .hero-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}

@media (min-width:781px) and (max-width:1100px){
  .hero .hero-grid{grid-template-columns:45% 55%;overflow:hidden}
  .hero-copy{
    z-index:3;
    background:linear-gradient(90deg,#fffdf9 0%,#fffdf9 76%,rgba(255,253,249,.9) 88%,rgba(255,253,249,0) 100%);
  }
  .hero-visual{
    margin-left:-58px;
    width:calc(100% + 58px);
  }
}

@media (max-width:780px){
  .hero-copy{background:#fffdf9}
  .hero-visual{margin-left:0;width:auto}
}


/* V6 — WTD exact responsive pass based on the approved high-resolution reference */
:root{--wtd-cream:#fbf8f2;--wtd-green:#073d35;--wtd-green-deep:#04352f;--wtd-gold:#c99a4b}
.site-header{background:rgba(251,248,242,.98)!important;border-bottom:1px solid rgba(7,61,53,.10)!important;box-shadow:none!important;backdrop-filter:saturate(120%) blur(8px)}
.header-inner{max-width:1619px!important;width:100%!important;height:118px!important;padding-inline:30px!important;gap:26px!important}
.brand{flex:0 0 190px!important;height:92px!important;gap:10px!important}.brand .brand-mark{width:82px!important;height:80px!important;object-fit:contain!important}.brand-copy{align-items:flex-start!important;color:var(--wtd-green)!important}.brand-copy b{font-size:31px!important;line-height:.95!important}.brand-copy small{font-size:12px!important;line-height:1.25!important;margin-top:8px!important}
.main-nav{gap:31px!important;font-size:14px!important;font-weight:600!important;color:#123b34!important}.main-nav a.active:after{bottom:-29px!important;height:3px!important}.header-actions{gap:15px!important}.contact-pill{height:58px!important;border-radius:999px!important;padding-inline:22px!important;font-size:15px!important}.contact-pill svg{width:20px!important;height:20px!important}.lang-switch{height:46px!important;font-size:14px!important;gap:8px!important}.lang-switch .globe{width:25px!important;height:25px!important}.header-separator{height:31px!important}.icon-btn{width:46px!important;height:46px!important}.icon-btn svg{width:22px!important}
.hero{background:var(--wtd-cream)!important;overflow:hidden!important}.hero .hero-grid{width:100%!important;max-width:1619px!important;height:clamp(690px,52.7vw,853px)!important;min-height:0!important;grid-template-columns:41.5% 58.5%!important;background:var(--wtd-cream)!important;overflow:hidden!important}.hero-copy{padding:7.7% 7% 4.8% 7.7%!important;background:linear-gradient(90deg,#fbf8f2 0%,#fbf8f2 82%,rgba(251,248,242,.94) 90%,rgba(251,248,242,.2) 98%,rgba(251,248,242,0) 100%)!important;justify-content:flex-start!important;z-index:4!important}.eyebrow{margin-top:4.4%!important;margin-bottom:20px!important;font-size:17px!important;gap:16px!important}.eyebrow span{width:42px!important;background:var(--wtd-gold)!important}.hero h1{font-size:clamp(42px,3.2vw,54px)!important;line-height:1.45!important;letter-spacing:-.7px!important;margin:0 0 19px!important;text-align:right!important}.hero h1 strong{color:var(--wtd-gold)!important}.hero-copy>p{max-width:500px!important;font-size:17px!important;line-height:1.95!important;margin:0 0 26px!important}.hero-actions{gap:18px!important;margin-bottom:0!important}.hero-actions .btn{min-height:60px!important;border-radius:15px!important;padding-inline:28px!important;font-size:16px!important}.hero-trust{position:absolute!important;right:7.2%!important;left:3.2%!important;bottom:6.8%!important;max-width:none!important;padding-top:23px!important;grid-template-columns:repeat(4,1fr)!important;border-top:1px solid rgba(201,154,75,.26)!important}.trust-item{min-height:86px!important;font-size:13px!important;line-height:1.55!important;gap:10px!important;border-left:1px solid rgba(201,154,75,.33)!important}.trust-item:first-child{border-left:0!important}.trust-icon{font-size:29px!important;width:42px!important;height:42px!important}.hero-visual{min-height:0!important;height:100%!important;width:calc(100% + 92px)!important;margin-left:-92px!important;overflow:hidden!important;background:transparent!important;z-index:2!important}.hero-visual:after{content:"";position:absolute;inset:0 auto 0 0;width:150px;pointer-events:none;background:linear-gradient(90deg,rgba(251,248,242,.92) 0%,rgba(251,248,242,.55) 26%,rgba(251,248,242,0) 78%);z-index:3}.hero-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}
.footer-brand>img{display:none!important}.footer-brand-lockup{display:flex;align-items:center;gap:10px;justify-content:flex-start}.footer-mark img{width:74px;height:74px;object-fit:contain}.footer-name{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.footer-name b{font-size:31px;color:#fff}.footer-name small{margin-top:5px;color:var(--gold);font-size:12px;line-height:1.3;font-weight:700}
@media (max-width:1280px) and (min-width:901px){.header-inner{height:92px!important;padding-inline:22px!important}.brand{flex-basis:160px!important;height:72px!important}.brand .brand-mark{width:64px!important;height:62px!important}.brand-copy b{font-size:27px!important}.brand-copy small{font-size:10px!important}.main-nav{gap:20px!important;font-size:12.5px!important}.contact-pill{height:48px!important;padding-inline:17px!important}.lang-switch{font-size:12px!important}.icon-btn{width:40px!important;height:40px!important}.main-nav a.active:after{bottom:-24px!important}.hero .hero-grid{height:clamp(610px,53vw,690px)!important;grid-template-columns:43% 57%!important}.hero-copy{padding:6.5% 5.6% 4% 5.6%!important}.eyebrow{font-size:15px!important;margin-top:4%!important;margin-bottom:13px!important}.hero h1{font-size:clamp(37px,3.2vw,44px)!important}.hero-copy>p{font-size:15px!important;line-height:1.8!important}.hero-actions .btn{min-height:52px!important;font-size:14px!important;padding-inline:22px!important}.hero-trust{right:5.6%!important;left:2%!important;bottom:4.5%!important;padding-top:15px!important}.trust-item{font-size:11.5px!important;min-height:70px!important}.trust-icon{font-size:24px!important;width:35px!important;height:35px!important}.hero-visual{width:calc(100% + 60px)!important;margin-left:-60px!important}}
@media (max-width:900px){.header-inner{height:76px!important;padding-inline:14px!important}.brand{flex-basis:128px!important;height:62px!important}.brand .brand-mark{width:50px!important;height:50px!important}.brand-copy b{font-size:23px!important}.brand-copy small{font-size:9px!important}.main-nav{top:76px!important;background:#fbf8f2!important;color:var(--green)!important}.menu-toggle{display:block!important}.menu-toggle span{background:var(--green)!important}.lang-switch,.header-separator,.icon-btn{display:none!important}.contact-pill{width:42px!important;height:42px!important;padding:0!important;justify-content:center!important}.contact-pill span{display:none!important}.hero .hero-grid{height:auto!important;grid-template-columns:1fr!important}.hero-copy{order:2!important;padding:34px 26px 32px!important;background:#fbf8f2!important}.hero-visual{order:1!important;width:100%!important;margin:0!important;height:min(68vw,620px)!important}.hero-visual:after{display:none!important}.hero h1{font-size:clamp(36px,7vw,50px)!important}.hero-copy>p{font-size:16px!important}.hero-trust{position:static!important;margin-top:28px!important;grid-template-columns:repeat(4,1fr)!important;left:auto!important;right:auto!important;bottom:auto!important}}
@media (max-width:620px){.hero-visual{height:72vw!important;min-height:310px!important}.hero-copy{padding:28px 18px 26px!important}.eyebrow{font-size:13px!important;white-space:normal!important;margin-top:0!important}.eyebrow span{width:26px!important}.hero h1{font-size:31px!important;line-height:1.48!important}.hero-copy>p{font-size:14px!important;line-height:1.8!important}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.hero-actions .btn{min-height:50px!important;font-size:13px!important;padding-inline:12px!important}.hero-trust{grid-template-columns:1fr 1fr!important;gap:0!important}.trust-item{min-height:76px!important;border-top:1px solid rgba(201,154,75,.22)!important;border-left:0!important}}
