/* Ayrshire Property Services — redesigned */
:root {
  --navy:      #0f172a;
  --blue:      #1d4ed8;
  --blue-dark: #1e3a8a;
  --blue-mid:  #2563eb;
  --blue-light:#dbeafe;
  --blue-pale: #eff6ff;
  --amber:     #f59e0b;
  --amber-dark:#d97706;
  --white:     #ffffff;
  --text:      #0f172a;
  --muted:     #64748b;
  --border:    #e2e8f0;
  --slate-bg:  #f8fafc;
  --shadow:    0 4px 24px rgba(15,23,42,.1);
  --shadow-lg: 0 12px 40px rgba(15,23,42,.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--text); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ── Typography ── */
h1 { font-size: clamp(2.1rem, 5.5vw, 3.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; line-height: 1.2; letter-spacing: -.015em; }
h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.01em; }
h4 { font-size: .9375rem; font-weight: 700; }
p { color: var(--muted); }
.lead { font-size: 1.05rem; color: var(--text); font-weight: 500; line-height: 1.75; }
.overline { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }

/* ── Layout ── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5.5rem 0; }
.section--tight { padding: 3.5rem 0; }
.section-intro { max-width: 600px; margin: 0 auto 3.5rem; text-align: center; }
.section-intro .overline { display: block; margin-bottom: .6rem; }
.section-intro p { font-size: 1.05rem; margin-top: .6rem; }

/* ── Topbar ── */
.topbar { background: var(--navy); color: rgba(255,255,255,.6); font-size: .8rem; padding: .5rem 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: #93c5fd; transition: color .15s; }
.topbar a:hover { color: #fff; }
.topbar-items { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: .4rem; }

/* ── Header ── */
.header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 200; box-shadow: 0 1px 12px rgba(15,23,42,.05); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 1rem; }
.logo { display: flex; align-items: center; gap: .65rem; font-weight: 800; font-size: 1.05rem; color: var(--navy); }
.logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--blue), var(--blue-mid)); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(29,78,216,.3); }
.logo-icon svg { width: 22px; height: 22px; fill: #fff; }
.logo-sub { display: block; font-size: .6rem; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
nav { display: flex; align-items: center; gap: .2rem; }
.nav-link { padding: .5rem .95rem; border-radius: 8px; font-size: .875rem; font-weight: 600; color: var(--muted); transition: all .15s; }
.nav-link:hover, .nav-link.active { background: var(--blue-pale); color: var(--blue); }
.nav-cta { background: var(--blue); color: #fff !important; border-radius: 9px; padding: .55rem 1.25rem; box-shadow: 0 2px 8px rgba(29,78,216,.25); }
.nav-cta:hover { background: var(--blue-dark) !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(29,78,216,.35) !important; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: .25rem; }
.hamburger svg { width: 26px; height: 26px; stroke: var(--text); stroke-width: 2; stroke-linecap: round; fill: none; }
#mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border); padding: 1rem 1.5rem; box-shadow: 0 8px 24px rgba(15,23,42,.1); }
#mobile-menu.open { display: block; }
#mobile-menu a { display: block; padding: .75rem 1rem; border-radius: 10px; font-weight: 600; color: var(--text); font-size: .95rem; }
#mobile-menu a:hover { background: var(--blue-pale); color: var(--blue); }
#mobile-menu .nav-cta { background: var(--blue); color: #fff; text-align: center; margin-top: .75rem; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.75rem; border-radius: 10px; font-weight: 700; font-size: .9375rem; cursor: pointer; border: none; transition: all .2s; text-decoration: none; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(29,78,216,.35); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(29,78,216,.45); }
.btn-amber { background: var(--amber); color: var(--navy); box-shadow: 0 4px 14px rgba(245,158,11,.3); }
.btn-amber:hover { background: var(--amber-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,.4); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.45); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; transform: translateY(-1px); }
.btn-white { background: #fff; color: var(--blue); box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.btn-white:hover { background: var(--blue-pale); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.btn-lg { padding: 1rem 2.25rem; font-size: 1.05rem; border-radius: 12px; }
.btn-sm { padding: .5rem 1.1rem; font-size: .8125rem; border-radius: 8px; }

/* ── Hero ── */
.hero { background: var(--navy); color: #fff; padding: 5.5rem 0 0; position: relative; overflow: hidden; }
.hero-gfx { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-gfx-circle { position: absolute; border-radius: 50%; }
.hero-gfx-circle.c1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(29,78,216,.45) 0%, transparent 65%); top: -250px; right: -150px; }
.hero-gfx-circle.c2 { width: 450px; height: 450px; background: radial-gradient(circle, rgba(245,158,11,.15) 0%, transparent 70%); bottom: 0; left: -180px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .5rem; background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.3); color: var(--amber); border-radius: 999px; padding: .38rem 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.25rem; }
.hero h1 { color: #fff; margin-bottom: 1.25rem; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero-sub { color: rgba(255,255,255,.72); font-size: 1.1rem; line-height: 1.75; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: .85rem; flex-wrap: wrap; }

/* hero right panel */
.hero-panel { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); border-radius: 24px; padding: 1.75rem; position: relative; }
.hero-panel-head { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--amber); margin-bottom: 1rem; }
.hero-service-row { display: flex; align-items: center; gap: .85rem; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.hero-service-row:last-of-type { border-bottom: none; }
.hero-service-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-service-icon svg { width: 18px; height: 18px; fill: #fff; }
.si-blue   { background: rgba(59,130,246,.3); }
.si-amber  { background: rgba(245,158,11,.3); }
.si-green  { background: rgba(34,197,94,.3); }
.hero-service-title { font-weight: 700; font-size: .875rem; color: #fff; }
.hero-service-sub { font-size: .75rem; color: rgba(255,255,255,.5); }
.hero-guarantee { margin-top: 1.25rem; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.2); border-radius: 12px; padding: .85rem 1rem; display: flex; align-items: center; gap: .7rem; }
.hero-guarantee svg { width: 20px; height: 20px; fill: var(--amber); flex-shrink: 0; }
.hero-guarantee p { color: rgba(255,255,255,.85); font-size: .8rem; margin: 0; }
.hero-guarantee strong { color: var(--amber); }
.hero-float-badge { position: absolute; bottom: -18px; right: 1.5rem; background: #fff; border-radius: 14px; padding: .85rem 1.25rem; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: .75rem; }
.hero-float-badge .num { font-size: 1.5rem; font-weight: 800; color: var(--blue); line-height: 1; }
.hero-float-badge .lbl { font-size: .65rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; line-height: 1.4; }
.stars { color: var(--amber); }

/* wave separator */
.hero-wave { display: block; margin-top: 4rem; width: 100%; line-height: 0; }

/* ── Stats bar ── */
.stats-bar { background: var(--blue); padding: 2.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { text-align: center; padding: .75rem 1rem; border-right: 1px solid rgba(255,255,255,.15); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 800; color: #fff; line-height: 1; display: block; }
.stat-lbl { font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .07em; margin-top: .35rem; }

/* ── Services overview ── */
.services-section { padding: 6rem 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 2rem; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; cursor: default; }
.service-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), #60a5fa); border-radius: 22px 22px 0 0; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #bfdbfe; }
.service-card:hover::after { transform: scaleX(1); }
.svc-icon { width: 62px; height: 62px; background: var(--blue-pale); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.4rem; transition: all .25s; }
.svc-icon svg { width: 30px; height: 30px; fill: var(--blue); transition: fill .25s; }
.service-card:hover .svc-icon { background: var(--blue); }
.service-card:hover .svc-icon svg { fill: #fff; }
.service-card h3 { color: var(--text); margin-bottom: .5rem; }
.service-card p { font-size: .875rem; line-height: 1.75; margin-bottom: 1.4rem; }
.svc-link { color: var(--blue); font-weight: 700; font-size: .8125rem; display: inline-flex; align-items: center; gap: .35rem; letter-spacing: .01em; transition: gap .2s; }
.svc-link:hover { gap: .6rem; }

/* ── Why section (dark) ── */
.why-section { background: var(--navy); padding: 6rem 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.why-grid h2 { color: #fff; margin-bottom: .85rem; }
.why-grid .lead { color: rgba(255,255,255,.7); margin-bottom: 2.25rem; }
.why-list { list-style: none; }
.why-item { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.why-item:last-child { border-bottom: none; }
.why-bullet { width: 30px; height: 30px; background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.why-bullet svg { width: 14px; height: 14px; fill: var(--amber); }
.why-item h4 { color: #fff; margin-bottom: .2rem; }
.why-item p { font-size: .875rem; color: rgba(255,255,255,.55); margin: 0; }
/* compare table */
.compare-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; overflow: hidden; }
.compare-head-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr; }
.compare-th { padding: .85rem 1rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.compare-th:first-child { color: rgba(255,255,255,.35); }
.compare-th.th-good { background: rgba(34,197,94,.1); color: #4ade80; text-align: center; }
.compare-th.th-bad  { background: rgba(239,68,68,.08); color: #f87171; text-align: center; }
.compare-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.06); }
.compare-cell { padding: .7rem 1rem; font-size: .8rem; }
.compare-cell.c-label { color: rgba(255,255,255,.55); }
.compare-cell.c-good  { background: rgba(34,197,94,.05); color: #4ade80; font-weight: 700; text-align: center; }
.compare-cell.c-bad   { background: rgba(239,68,68,.04); color: #f87171; font-weight: 700; text-align: center; }

/* ── Steps ── */
.steps-section { background: var(--blue-pale); padding: 6rem 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; }
.steps-connector { position: absolute; top: 36px; left: calc(16.66% + 1rem); right: calc(16.66% + 1rem); height: 2px; background: linear-gradient(90deg, var(--blue-light), var(--blue), var(--blue-light)); z-index: 0; }
.step { text-align: center; padding: 0 1.5rem; position: relative; z-index: 1; }
.step-num { width: 72px; height: 72px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.5rem; font-weight: 800; color: #fff; box-shadow: 0 8px 28px rgba(29,78,216,.4); border: 4px solid var(--blue-pale); }
.step h3 { color: var(--text); margin-bottom: .5rem; }
.step p { font-size: .875rem; }

/* ── Testimonials ── */
.testimonials-section { padding: 6rem 0; background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tcard { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 2rem; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.tcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tcard-stars { color: var(--amber); font-size: .95rem; letter-spacing: .1em; margin-bottom: 1rem; }
.tcard-text { font-size: .9rem; color: var(--text); line-height: 1.8; font-style: italic; flex: 1; margin-bottom: 1.25rem; }
.tcard-author { display: flex; align-items: center; gap: .75rem; }
.tcard-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-mid)); display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; font-size: .9rem; flex-shrink: 0; }
.tcard-name { font-weight: 700; font-size: .875rem; color: var(--text); }
.tcard-location { font-size: .75rem; color: var(--muted); margin-top: .1rem; }
.tcard-chip { display: inline-block; background: var(--blue-pale); color: var(--blue); border-radius: 999px; padding: .2rem .75rem; font-size: .68rem; font-weight: 700; margin-top: .5rem; text-transform: uppercase; letter-spacing: .04em; }

/* ── Area section ── */
.areas-section { background: var(--navy); padding: 5rem 0; text-align: center; }
.areas-section h2 { color: #fff; margin-bottom: .6rem; }
.areas-section .sub { color: rgba(255,255,255,.6); margin-bottom: 2.25rem; font-size: 1rem; }
.area-chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.area-chip { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.85); border-radius: 999px; padding: .45rem 1.2rem; font-size: .8125rem; font-weight: 600; transition: all .2s; }
.area-chip:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

/* ── FAQ ── */
.faq-section { padding: 6rem 0; }
.faq-list { max-width: 780px; margin: 0 auto; }
details { border: 1px solid var(--border); border-radius: 14px; margin-bottom: .75rem; overflow: hidden; transition: box-shadow .2s, border-color .2s; }
details[open] { border-color: var(--blue); box-shadow: 0 4px 16px rgba(29,78,216,.1); }
summary { padding: 1.2rem 1.5rem; font-weight: 700; font-size: .9375rem; color: var(--text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; user-select: none; }
summary::-webkit-details-marker { display: none; }
.sum-icon { width: 28px; height: 28px; background: var(--blue-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue); font-size: 1.1rem; font-weight: 300; line-height: 1; transition: all .25s; }
details[open] .sum-icon { background: var(--blue); color: #fff; transform: rotate(45deg); }
.faq-body { padding: 0 1.5rem 1.25rem; border-top: 1px solid var(--border); }
.faq-body p { font-size: .9rem; line-height: 1.8; padding-top: .85rem; }

/* ── CTA ── */
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--blue-dark) 50%, var(--blue) 100%); padding: 6rem 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(245,158,11,.08) 0%, transparent 60%); }
.cta-section .container { position: relative; }
.cta-eyebrow { display: inline-block; background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.3); color: var(--amber); border-radius: 999px; padding: .35rem 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.25rem; }
.cta-section h2 { color: #fff; margin-bottom: .75rem; }
.cta-section p { color: rgba(255,255,255,.75); font-size: 1.05rem; max-width: 520px; margin: 0 auto 2.25rem; }
.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.cta-phone-link { margin-top: 2rem; display: inline-flex; align-items: center; gap: .6rem; font-size: 1.4rem; font-weight: 800; color: #fff; }
.cta-phone-link svg { width: 26px; height: 26px; fill: var(--amber); }

/* ── Contact page ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 3.5rem; align-items: start; }
.info-card { background: var(--navy); border-radius: 24px; padding: 2.5rem; position: sticky; top: 88px; }
.info-card h3 { color: #fff; margin-bottom: .4rem; font-size: 1.4rem; }
.info-card .card-lead { color: rgba(255,255,255,.6); font-size: .875rem; margin-bottom: 2rem; line-height: 1.6; }
.info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.info-item-icon { width: 44px; height: 44px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-item-icon svg { width: 20px; height: 20px; fill: var(--amber); }
.info-item-label { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.4); margin-bottom: .2rem; }
.info-item a { color: #fff; font-weight: 700; font-size: .9375rem; transition: color .15s; }
.info-item a:hover { color: var(--amber); }
.info-item p { color: rgba(255,255,255,.75); font-size: .875rem; }
.info-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 1.75rem 0; }
.tips h4 { color: rgba(255,255,255,.5); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: .75rem; }
.tips ul { list-style: none; }
.tips li { display: flex; gap: .6rem; color: rgba(255,255,255,.65); font-size: .8125rem; padding: .3rem 0; }
.tips li::before { content: '→'; color: var(--amber); font-weight: 700; flex-shrink: 0; }

/* ── Form ── */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 2.5rem; box-shadow: var(--shadow); }
.form-card h2 { color: var(--text); margin-bottom: .4rem; font-size: 1.6rem; }
.form-card .form-lead { font-size: .875rem; margin-bottom: 2rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: .7rem; font-weight: 700; color: var(--muted); margin-bottom: .45rem; text-transform: uppercase; letter-spacing: .07em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1.5px solid var(--border); border-radius: 10px; padding: .75rem 1rem; font-size: .9375rem; font-family: inherit; color: var(--text); transition: border-color .2s, box-shadow .2s; background: #fff; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #c0c8d8; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,78,216,.1); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { background: linear-gradient(135deg, var(--blue-mid), var(--blue-dark)); color: #fff; border: none; width: 100%; padding: 1.05rem; border-radius: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: .6rem; box-shadow: 0 4px 16px rgba(29,78,216,.35); letter-spacing: .01em; margin-top: .5rem; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(29,78,216,.45); }
.form-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.form-note { font-size: .75rem; color: var(--muted); text-align: center; margin-top: .75rem; }
.form-success { text-align: center; padding: 3rem 2rem; }
.form-success .icon { font-size: 4rem; display: block; margin-bottom: 1rem; }
.form-success h3 { font-size: 1.5rem; color: var(--text); margin-bottom: .5rem; }
.form-success p { font-size: .9375rem; }

/* ── Alerts ── */
.alert { padding: 1rem 1.25rem; border-radius: 10px; font-size: .875rem; margin-top: 1rem; font-weight: 500; }
.alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; }
.alert-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; }

/* ── Services page ── */
.svc-detail { padding: 5.5rem 0; }
.svc-detail:nth-of-type(even) { background: var(--slate-bg); }
.svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.svc-detail-grid.flip { direction: rtl; }
.svc-detail-grid.flip > * { direction: ltr; }
.svc-visual { border-radius: 24px; overflow: hidden; min-height: 340px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1.5rem; padding: 3rem 2rem; position: relative; }
.svc-v-dark  { background: linear-gradient(145deg, #0f172a 0%, #1e3a8a 100%); }
.svc-v-blue  { background: linear-gradient(145deg, #1e3a8a 0%, #2563eb 100%); }
.svc-v-mid   { background: linear-gradient(145deg, #1d4ed8 0%, #3b82f6 100%); }
.svc-visual-icon { width: 110px; height: 110px; background: rgba(255,255,255,.08); border-radius: 28px; display: flex; align-items: center; justify-content: center; }
.svc-visual-icon svg { width: 64px; height: 64px; fill: rgba(255,255,255,.85); }
.svc-visual-tag { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .45rem 1.25rem; font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .07em; }
.svc-detail-content .overline { display: block; margin-bottom: .75rem; }
.svc-detail-content h2 { color: var(--text); margin-bottom: .85rem; }
.svc-detail-content .lead { margin-bottom: 1rem; }
.svc-detail-content p { font-size: .925rem; line-height: 1.8; color: var(--muted); margin-bottom: .75rem; }
.svc-bullets { list-style: none; margin: 1.5rem 0; }
.svc-bullets li { display: flex; align-items: flex-start; gap: .75rem; padding: .55rem 0; font-size: .875rem; color: var(--text); border-bottom: 1px solid var(--border); }
.svc-bullets li:last-child { border-bottom: none; }
.svc-check { width: 22px; height: 22px; background: linear-gradient(135deg, var(--blue), var(--blue-mid)); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.svc-check svg { width: 11px; height: 11px; fill: #fff; }

/* info grids */
.info-box { border-radius: 18px; padding: 2rem; margin-top: 2.5rem; }
.info-box-blue { background: var(--blue-pale); border: 1px solid var(--blue-light); }
.info-box-blue h3 { color: var(--blue-dark); font-size: 1rem; margin-bottom: 1.25rem; }
.info-box-red  { background: #fff5f5; border: 2px solid #fecaca; }
.info-box-red h3  { color: #b91c1c; font-size: 1rem; margin-bottom: 1.25rem; }
.surface-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px,1fr)); gap: 1rem; }
.surface-col h4 { font-size: .68rem; color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
.surface-col ul { list-style: none; }
.surface-col li { font-size: .8125rem; color: var(--muted); padding: .25rem 0; display: flex; align-items: center; gap: .45rem; }
.surface-col li::before { content: '✓'; color: var(--blue); font-weight: 700; font-size: .75rem; flex-shrink: 0; }
.warning-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: .6rem; }
.warning-item { display: flex; align-items: center; gap: .65rem; font-size: .8125rem; color: var(--text); }
.warning-item::before { content: '!'; background: #dc2626; color: #fff; width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .65rem; font-weight: 900; flex-shrink: 0; }

/* ── Page hero ── */
.page-hero { background: var(--navy); padding: 4.5rem 0 4rem; text-align: center; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.page-hero-bg-circle { position: absolute; border-radius: 50%; }
.page-hero-bg-circle.c1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(29,78,216,.3) 0%, transparent 70%); top: -200px; right: -100px; }
.page-hero-bg-circle.c2 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(245,158,11,.1) 0%, transparent 70%); bottom: -100px; left: -100px; }
.page-hero h1 { color: #fff; font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: .75rem; position: relative; }
.page-hero p { color: rgba(255,255,255,.7); max-width: 560px; margin: 0 auto; font-size: 1.05rem; position: relative; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: rgba(255,255,255,.4); justify-content: center; margin-bottom: 1rem; position: relative; }
.breadcrumb a { color: rgba(255,255,255,.6); transition: color .15s; }
.breadcrumb a:hover { color: #fff; }

/* ── Footer ── */
footer { background: var(--navy); color: rgba(255,255,255,.55); padding: 4.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand h3 { color: #fff; font-size: 1.05rem; margin-bottom: .75rem; }
.footer-brand p { font-size: .875rem; line-height: 1.75; }
.footer-brand .footer-contact { margin-top: .75rem; }
.footer-brand .footer-contact a { color: #60a5fa; font-weight: 600; }
.footer-brand .footer-contact a:hover { color: #fff; }
.footer-col h4 { color: rgba(255,255,255,.3); font-size: .65rem; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .65rem; }
.footer-col a { color: rgba(255,255,255,.55); font-size: .875rem; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .75rem; }
.footer-bottom p { color: rgba(255,255,255,.28); }
.footer-badge a { color: #60a5fa; }
.footer-badge a:hover { color: #fff; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero-grid, .why-grid, .svc-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .svc-detail-grid.flip { direction: ltr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 2rem; }
  .steps-connector { display: none; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .info-card { position: static; }
}
@media (max-width: 640px) {
  .hero { padding-top: 3.5rem; }
  .hero-float-badge { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  nav { display: none; }
  .hamburger { display: block; }
  .header .container { position: relative; }
  .hero-btns, .cta-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn, .cta-btns .btn { justify-content: center; width: 100%; max-width: 300px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
