/* RelocateEU - contact-us. Shared chrome lives in css/style.css. */
h1,h2,h3,h4{color:var(--ink);letter-spacing:-.035em;font-weight:700;margin:0;}
/* EYEBROW */
    .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--orange);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;}
.eyebrow::before{content:'';width:8px;height:8px;border-radius:999px;background:var(--orange);}
/* BREADCRUMB */
    .breadcrumb-wrap{background:var(--surface-grey);border-bottom:1px solid var(--border);padding:10px 0;}
.breadcrumb{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0;flex-wrap:wrap;}
.breadcrumb li{font-size:13px;color:var(--muted);}
.breadcrumb li a{color:var(--muted);}
.breadcrumb li a:hover{color:var(--orange);}
.breadcrumb li+li::before{content:'/';margin-right:6px;opacity:.5;}
.breadcrumb li:last-child{color:var(--ink);font-weight:600;}
/* HERO */
    .hero{background:radial-gradient(ellipse 60% 70% at 100% 50%,rgba(242,138,26,.14) 0%,transparent 55%),linear-gradient(135deg,#0d1526 0%,#172033 100%);padding:72px 0;}
.hero-h1{font-size:clamp(32px,4.5vw,50px);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.04em;margin-bottom:16px;}
.hero-h1 em{font-style:normal;color:var(--orange);}
.hero-sub{font-size:17px;color:rgba(255,255,255,.7);line-height:1.65;margin-bottom:32px;}
/* WHAT HAPPENS STEPS */
    .wh-list{display:flex;flex-direction:column;gap:20px;}
.wh-item{display:flex;gap:16px;align-items:flex-start;}
.wh-num{width:40px;height:40px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;flex-shrink:0;}
.wh-body h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px;}
.wh-body p{font-size:14px;color:rgba(255,255,255,.6);margin:0;line-height:1.55;}
.trust-pill{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.85);font-size:13px;font-weight:600;}
.trust-pill .material-icons-outlined{font-size:18px;color:rgba(255,255,255,.85);}
/* FORM CARD */
    .form-hero-card{background:#fff;border-radius:24px;padding:36px;position:relative;overflow:hidden;}
.form-hero-card::before{content:'';position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--orange),#ffca8a);}
.form-hero-card h3{font-size:24px;font-weight:800;letter-spacing:-.04em;margin-bottom:6px;}
.f-sub{font-size:14px;color:var(--muted);margin-bottom:24px;}
.fgrp{margin-bottom:20px;}
.fgrp label{font-size:13px;font-weight:700;color:var(--ink);display:block;margin-bottom:7px;}
.fgrp input[type="text"], .fgrp input[type="email"], .fgrp input[type="tel"], .fgrp input[type="url"], .fgrp input[type="search"], .fgrp select, .fgrp textarea{width:100%;min-height:46px;border:1.5px solid #dfe5ee;border-radius:10px;background:#fbfcfe;padding:10px 14px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;color:var(--ink);-webkit-appearance:none;}
.fgrp textarea{min-height:90px;resize:vertical;}
.fgrp input:focus,.fgrp select:focus,.fgrp textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,138,26,.13);background:#fff;}
.req{color:var(--orange);}
.f-consent{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--body-clr);margin-bottom:16px;cursor:pointer;line-height:1.4;}
.f-consent input{margin:0;accent-color:var(--orange);width:16px;height:16px}
.f-consent label{margin:0;color:var(--body-clr);font-size:13px;line-height:1.4}
/* enforce Inter for form controls and buttons */
    input,select,textarea,button,.btn{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial!important}
.f-submit{width:100%;background:var(--orange);color:#fff;border:none;border-radius:999px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s,transform .2s;box-shadow:0 14px 28px rgba(242,138,26,.25);}
.f-submit:hover{background:var(--orange-hover);transform:translateY(-1px);}
.f-micro{font-size:12px;color:var(--muted);text-align:center;margin-top:12px;margin-bottom:0;}
/* Improved form layout and input styling */
    .form-hero-card{max-width:520px;margin:0 auto;padding:34px 30px;}
.form-hero-card h3{font-size:20px;margin-bottom:18px;color:var(--ink);}
.form-hero-card .frow{display:block;margin-bottom:12px;}
.fgrp input:not([type="checkbox"]),.fgrp select,.fgrp textarea{border-radius:12px;min-height:48px;padding:12px 14px;background:#fbfcfe;}
.fgrp label{font-size:13px;font-weight:600;margin-bottom:8px;}
.phone-wrap{display:block;}
.phone-wrap input{border-radius:12px;padding:12px 14px;width:100%;min-height:48px;border:1.5px solid #dfe5ee;background:#fbfcfe}
@media (max-width:768px){
  .form-hero-card{max-width:100%;padding:20px;}
  .phone-wrap{flex-direction:row}
}
/* SECTIONS */
    .section{padding:80px 0;}
.section-head{max-width:760px;margin:0 auto 52px;text-align:center;}
.section-head h2{font-size:clamp(28px,3.8vw,44px);}
.section-head .lede{font-size:17px;color:var(--body-clr);line-height:1.7;margin:14px 0 0;}
.bg-grey{background:var(--surface-grey);}
/* CONTACT CARDS */
    .contact-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;height:100%;transition:box-shadow .25s;}
.contact-card:hover{box-shadow:var(--shadow-card);}
.contact-icon{width:48px;height:48px;background:var(--orange-soft);border:1px solid #ffe3c3;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.contact-icon .material-icons-outlined{color:var(--orange);font-size:24px;}
.contact-card h3{font-size:17px;margin-bottom:6px;}
.contact-card p{font-size:14px;color:var(--muted);margin-bottom:12px;line-height:1.6;}
.contact-val{font-size:15px;font-weight:600;color:var(--ink);}
/* HQ GRID */
    .hq-grid-standalone{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.hq-card{background:var(--surface-grey);border:1px solid var(--border);border-radius:20px;padding:24px;}
.hq-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.hq-card-name{font-size:15px;font-weight:700;color:var(--ink);}
.hq-card-flag{font-size:30px;}
.hq-card-addr{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--body-clr);line-height:1.6;}
.hq-card-addr svg{width:14px;height:14px;fill:var(--muted);flex-shrink:0;margin-top:3px;}
/* OFFICE HOURS */
    .hours-card{background:var(--ink);color:#fff;border-radius:20px;padding:28px;}
.hours-card h3{color:#fff;margin-bottom:18px;font-size:18px;}
.hours-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.hours-row:last-child{border-bottom:none;}
.hours-day{font-size:14px;color:rgba(255,255,255,.7);}
.hours-time{font-size:14px;font-weight:600;color:var(--orange);}
.hours-time.closed{color:rgba(255,255,255,.3);}
/* FAQ */
    .faq-item{overflow:hidden;border:none;border-radius:10px;background:var(--surface-grey);margin-bottom:8px;}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;color:var(--ink);font-size:16px;font-weight:600;cursor:pointer;user-select:none;}
.faq-a{display:block;max-height:0;overflow:hidden;opacity:0;padding:0 24px;color:var(--body-clr);font-size:14.5px;line-height:1.85;transition:max-height .42s cubic-bezier(.4,0,.2,1),opacity .32s ease,padding .42s cubic-bezier(.4,0,.2,1);}
.faq-item.is-open .faq-a{max-height:600px;opacity:1;padding:0 24px 22px;}
.faq-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;opacity:.65;}
.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:var(--ink);border-radius:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease;}
.faq-icon::before{width:14px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%);}
.faq-icon::after{width:2px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%);}
.faq-item.is-open .faq-icon::after{transform:translate(-50%,-50%) scaleY(0);opacity:0;}
/* CTA BAND */
    .cta-band{background:var(--ink);padding:72px 0;text-align:center;}
.cta-band h2{color:#fff;font-size:clamp(26px,3.8vw,42px);margin-bottom:14px;}
.cta-band p{font-size:17px;color:rgba(255,255,255,.65);max-width:580px;margin:0 auto 28px;}
/* REVEAL */
    .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.2,.8,.2,1),transform .6s cubic-bezier(.2,.8,.2,1);}
.reveal.in{opacity:1;transform:none;}
@keyframes heroRise{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:none;}}
.ha{animation:heroRise .7s cubic-bezier(.2,.8,.2,1) both;}
.ha.d1{animation-delay:.08s;}
.ha.d2{animation-delay:.18s;}
.ha.d3{animation-delay:.26s;}
@media(max-width:900px){
  .hq-grid-standalone{grid-template-columns:1fr 1fr;}
}
@media(max-width:760px){
  .hero{padding:48px 0;}
  .section{padding:56px 0;}
  .hq-grid-standalone{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;transition-duration:.01ms!important;}
  .reveal{opacity:1!important;transform:none!important;}
}
/* BOOK A CONSULTATION FORM */
    .frow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;}
.frow .fgrp{margin-bottom:0;}
.phone-wrap{display:flex;align-items:stretch;border:1.5px solid #dfe5ee;border-radius:10px;background:#fbfcfe;overflow:hidden;transition:border-color .2s,box-shadow .2s;}
.phone-wrap:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,138,26,.13);}
.phone-wrap select{border:none;background:#f4f6fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23526074' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;background-size:10px 6px;border-right:1.5px solid #dfe5ee;border-radius:0;min-height:46px;padding:0 34px 0 12px;font-size:14px;width:auto;flex-shrink:0;box-shadow:none;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;}
.phone-wrap input{border:none;background:transparent;border-radius:0;flex:1;min-height:46px;padding:10px 14px;font-size:14px;box-shadow:none;outline:none;min-width:0;}
.f-privacy{font-size:13px;color:var(--muted);text-align:center;margin:20px 0 18px;line-height:1.55;}
.f-privacy a{color:var(--orange);text-decoration:none;}
@media(max-width:600px){
  .frow{grid-template-columns:1fr;}
}
