
:root {
  --bronze: #B8924B;
  --bronze-dark: #a07a3f;
  --bronze-light: #d4b074;
  --dark: #1A1A1A;
  --cream: #FAFAF8;
  --beige: #F2F0EC;
  --border: rgba(184,146,75,0.18);
  --shadow: rgba(0,0,0,0.08);
  --text: #2a2a2a;
  --text-light: #555;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; overflow-x: hidden; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.65; color: var(--text); background: white; overflow-x: hidden; max-width: 100vw; }
img { max-width: 100%; height: auto; display: block; }

/* SECTION INTERNAL NAV */
.page-nav-internal { position: sticky; top: 0; z-index: 90; background: white; border-bottom: 1px solid var(--border); box-shadow: 0 2px 8px var(--shadow); padding: 0.7rem 1rem; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.page-nav-internal-inner { max-width: 1280px; margin: 0 auto; display: flex; gap: 1.4rem; white-space: nowrap; }
.page-nav-internal a { color: var(--text); text-decoration: none; font-size: 0.92rem; font-weight: 500; padding: 0.35rem 0; border-bottom: 2px solid transparent; transition: all 0.2s; }
.page-nav-internal a:hover { color: var(--bronze); border-bottom-color: var(--bronze); }

/* HERO */
.hero { position: relative; background: #0f0f0f; color: white; overflow: hidden; }
.hero-text { position: relative; z-index: 1; padding: 2rem 1.2rem 2.2rem; max-width: 920px; margin: 0 auto; }
.hero-kicker { color: var(--bronze); font-weight: 700; letter-spacing: 0.16em; font-size: 0.78rem; margin-bottom: 1.2rem; text-transform: uppercase; }
.hero h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1.1; font-weight: 700; margin-bottom: 1.4rem; letter-spacing: -0.01em; }
.hero h1 span { color: var(--bronze); }
.hero-sub { font-size: clamp(1rem, 1.4vw, 1.18rem); margin-bottom: 2rem; color: rgba(255,255,255,0.92); line-height: 1.55; max-width: 560px; }
.hero-cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.btn { background: var(--bronze); color: white; padding: 1.05rem 2.2rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 0.98rem; transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.5rem; border: 2px solid var(--bronze); }
.btn:hover { background: var(--bronze-dark); border-color: var(--bronze-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(184,146,75,0.4); }
.btn-secondary { background: transparent; border-color: white; color: white; }
.btn-secondary:hover { background: white; color: var(--dark); border-color: white; }
.hero-rating { display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.85); font-size: 0.92rem; }
.stars { color: #ffc107; letter-spacing: 0.05em; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .45s ease; } .hero-bg img.ld { opacity: 1; } .hero-bg { background-image: none !important; animation: none !important; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,15,15,0.62) 0%, rgba(15,15,15,0.55) 50%, rgba(15,15,15,0.72) 100%); }
.hero-img { display: none; }

/* TRUST STRIP */
.trust-strip { background: var(--dark); padding: 1.8rem 1rem; border-top: 1px solid rgba(184,146,75,0.25); border-bottom: 1px solid rgba(184,146,75,0.25); }
.trust-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; text-align: center; }
.trust-item { color: white; font-size: 0.88rem; padding: 0.5rem; }
.trust-item .number { font-family: 'Playfair Display', Georgia, serif; color: var(--bronze); font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 700; display: block; margin-bottom: 0.3rem; line-height: 1.1; }
.trust-item .label { display: block; color: rgba(255,255,255,0.85); font-size: 0.82rem; line-height: 1.3; }

/* SECTIONS */
section { padding: 5rem 1.5rem; }
.container { max-width: 1280px; margin: 0 auto; }
.section-kicker { color: var(--bronze); font-weight: 700; letter-spacing: 0.16em; font-size: 0.78rem; text-transform: uppercase; margin-bottom: 0.8rem; text-align: center; }
.section-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.9rem, 3.2vw, 2.8rem); text-align: center; margin-bottom: 0.8rem; line-height: 1.18; }
.section-sub { text-align: center; color: var(--text-light); margin-bottom: 3.5rem; max-width: 740px; margin-left: auto; margin-right: auto; font-size: 1.05rem; }

/* PAIN POINT */
.pain { background: var(--beige); }
.pain-callout { background: white; padding: 2.2rem 2.4rem; border-radius: 12px; border-left: 4px solid var(--bronze); margin-bottom: 2.5rem; box-shadow: 0 4px 20px var(--shadow); }
.pain-callout strong { color: var(--bronze); font-weight: 700; }
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.pain-item { background: white; padding: 1.8rem; border-radius: 10px; border: 1px solid var(--border); }
.pain-item h3 { color: var(--dark); font-size: 1.12rem; margin-bottom: 0.6rem; font-weight: 700; }
.pain-item p { color: var(--text-light); font-size: 0.94rem; line-height: 1.55; }
.pain-item h3:before { content: "✗"; color: #c0392b; margin-right: 0.5rem; font-weight: 700; }

/* COMPARISON TABLE */
.compare { background: white; }
.compare-wrapper { overflow-x: auto; box-shadow: 0 4px 20px var(--shadow); border-radius: 12px; }
.compare-table { width: 100%; border-collapse: collapse; background: white; }
.compare-table thead { background: var(--dark); color: white; }
.compare-table th { padding: 1.4rem 1rem; text-align: left; font-weight: 700; font-size: 0.95rem; }
.compare-table th.fui-col { background: var(--bronze); }
.compare-table td { padding: 1.1rem 1rem; border-bottom: 1px solid #eee; font-size: 0.94rem; vertical-align: middle; }
.compare-table tbody tr:hover { background: var(--beige); }
.compare-table .feature { font-weight: 600; }
.compare-table .check { color: #28a745; font-size: 1.3rem; font-weight: 700; }
.compare-table .cross { color: #c0392b; font-size: 1.3rem; font-weight: 700; }

/* WHY US (8 cards) */
.why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.why-card { background: white; padding: 2rem 1.6rem; border-radius: 12px; border: 1px solid var(--border); transition: all 0.2s; text-align: center; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px var(--shadow); border-color: var(--bronze); }
.why-icon { width: 56px; height: 56px; background: var(--bronze); color: white; border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 1.6rem; font-weight: 700; }
.why-card h3 { color: var(--dark); font-size: 1.05rem; margin-bottom: 0.6rem; font-weight: 700; }
.why-card p { color: var(--text-light); font-size: 0.9rem; line-height: 1.55; }

/* PRICING */
.pricing { background: var(--beige); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; max-width: 1180px; margin: 0 auto; }
.package { background: white; border: 1px solid #e5e5e5; padding: 2.5rem 2rem; border-radius: 16px; position: relative; transition: all 0.3s; box-shadow: 0 4px 20px var(--shadow); }
.package.featured { border: 2px solid var(--bronze); transform: scale(1.04); box-shadow: 0 12px 40px rgba(184,146,75,0.25); }
.badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--bronze); color: white; padding: 0.4rem 1.5rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.package h3 { color: var(--dark); font-size: 1.4rem; margin-bottom: 0.5rem; font-family: 'Playfair Display', Georgia, serif; }
.package .price { font-size: clamp(1.3rem, 2.6vw, 1.75rem); color: var(--bronze); font-weight: 700; white-space: nowrap; margin-bottom: 0.4rem; }
.package .price-note { color: var(--text-light); font-size: 0.85rem; margin-bottom: 1.4rem; }
.package ul { list-style: none; margin-bottom: 1.8rem; }
.package li { padding: 0.6rem 0; padding-left: 1.6rem; position: relative; color: var(--text); font-size: 0.93rem; line-height: 1.5; border-bottom: 1px solid #f5f5f5; }
.package li:before { content: "✓"; color: var(--bronze); position: absolute; left: 0; font-weight: 700; font-size: 1.05rem; }
.package li:last-child { border-bottom: none; }
.package .pkg-cta { display: block; text-align: center; padding: 1rem; background: var(--dark); color: white; border-radius: 6px; text-decoration: none; font-weight: 600; transition: all 0.2s; }
.package.featured .pkg-cta { background: var(--bronze); }
.package .pkg-cta:hover { transform: translateY(-2px); }

/* PROCESS */
.process { background: white; }
.process-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.process-step { background: var(--cream); padding: 2rem 1.6rem; border-radius: 12px; border: 1px solid var(--border); position: relative; transition: all 0.2s; }
.process-step:hover { transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); }
.step-number { width: 52px; height: 52px; background: var(--bronze); color: white; border-radius: 9999px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; margin-bottom: 1.2rem; font-family: 'Playfair Display', Georgia, serif; }
.process-step h3 { color: var(--dark); font-size: 1.1rem; margin-bottom: 0.4rem; font-weight: 700; }
.process-step .duration { color: var(--bronze); font-size: 0.85rem; font-weight: 600; margin-bottom: 0.7rem; }
.process-step p { color: var(--text-light); font-size: 0.92rem; line-height: 1.55; }

/* APPROVALS GRID */
.approvals { background: var(--dark); color: white; }
.approvals .section-title { color: white; }
.approvals .section-sub { color: rgba(255,255,255,0.8); }
.approvals .section-kicker { color: var(--bronze); }
.auth-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; max-width: 1100px; margin: 0 auto; }
.auth-item { background: rgba(255,255,255,0.05); border: 1px solid rgba(184,146,75,0.3); padding: 1.4rem 1.2rem; border-radius: 8px; text-align: center; transition: all 0.2s; }
.auth-item:hover { background: rgba(184,146,75,0.1); border-color: var(--bronze); transform: translateY(-3px); }
.auth-item h4 { color: var(--bronze); font-size: 1rem; margin-bottom: 0.3rem; font-weight: 700; }
.auth-item p { color: rgba(255,255,255,0.75); font-size: 0.82rem; line-height: 1.45; }

/* PORTFOLIO */
.portfolio { background: var(--cream); }
.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.port-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px var(--shadow); transition: all 0.2s; }
.port-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
.port-img { aspect-ratio: 4 / 3; background: linear-gradient(135deg, var(--bronze), var(--bronze-dark)); position: relative; overflow: hidden; }
.port-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.port-body { padding: 1.4rem; }
.port-loc { color: var(--bronze); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.port-card h3 { color: var(--dark); font-size: 1.15rem; margin-bottom: 0.5rem; font-weight: 700; }
.port-card p { color: var(--text-light); font-size: 0.88rem; line-height: 1.5; margin-bottom: 0.9rem; }
.port-meta { display: flex; gap: 1.2rem; padding-top: 0.9rem; border-top: 1px solid #eee; }
.port-meta-item { font-size: 0.78rem; color: var(--text-light); }
.port-meta-item strong { color: var(--dark); display: block; }

/* COST CALCULATOR */
.calc { background: white; }
.calc-wrap { background: var(--dark); color: white; padding: 3rem 2rem; border-radius: 16px; max-width: 880px; margin: 0 auto; }
.calc-wrap h3 { color: var(--bronze); font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; margin-bottom: 0.4rem; text-align: center; }
.calc-wrap .calc-sub { color: rgba(255,255,255,0.85); text-align: center; margin-bottom: 2rem; font-size: 0.95rem; }
.calc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.5rem; }
.calc-field label { display: block; color: rgba(255,255,255,0.85); font-size: 0.85rem; margin-bottom: 0.4rem; font-weight: 500; }
.calc-field input, .calc-field select { width: 100%; padding: 0.85rem 1rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); color: white; font-size: 0.95rem; font-family: inherit; }
.calc-field input::placeholder { color: rgba(255,255,255,0.4); }
.calc-field select option { background: var(--dark); color: white; }
.calc-result { background: rgba(184,146,75,0.1); border: 1px solid var(--bronze); padding: 1.5rem; border-radius: 8px; text-align: center; margin-top: 1.5rem; display: none; }
.calc-result.active { display: block; }
.calc-result h4 { color: var(--bronze); font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; margin-bottom: 0.5rem; }
.calc-result p { color: rgba(255,255,255,0.85); font-size: 0.9rem; }

/* TESTIMONIALS */
.testimonials { background: var(--beige); }
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.tst-card { background: white; padding: 2rem 1.8rem; border-radius: 12px; box-shadow: 0 4px 20px var(--shadow); border-top: 3px solid var(--bronze); }
.tst-stars { color: #ffc107; font-size: 1.05rem; margin-bottom: 0.8rem; letter-spacing: 0.08em; }
.tst-text { color: var(--text); font-style: italic; line-height: 1.6; margin-bottom: 1.2rem; font-size: 0.94rem; }
.tst-author { display: flex; align-items: center; gap: 0.8rem; padding-top: 1rem; border-top: 1px solid #eee; }
.tst-avatar { width: 44px; height: 44px; border-radius: 9999px; background: var(--bronze); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; }
.tst-meta strong { color: var(--dark); display: block; font-size: 0.92rem; }
.tst-meta span { color: var(--text-light); font-size: 0.82rem; }

/* RECENT WINS */
.wins { background: white; }
.wins-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.wins-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.win-stat { background: var(--cream); padding: 1.8rem 1.2rem; border-radius: 10px; text-align: center; border: 1px solid var(--border); }
.win-stat .num { font-family: 'Playfair Display', Georgia, serif; color: var(--bronze); font-size: 2.2rem; font-weight: 700; display: block; }
.win-stat .desc { color: var(--text-light); font-size: 0.85rem; margin-top: 0.3rem; }
.recent-list { background: var(--dark); color: white; padding: 2rem; border-radius: 12px; }
.recent-list h4 { color: var(--bronze); font-family: 'Playfair Display', Georgia, serif; margin-bottom: 1.2rem; font-size: 1.2rem; }
.recent-list ul { list-style: none; }
.recent-list li { padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.88rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.recent-list li:last-child { border-bottom: none; }
.recent-list .approval-status { color: #28a745; font-size: 0.78rem; font-weight: 600; }

/* CERTIFICATIONS */
.certs { background: var(--cream); padding: 3.5rem 1.5rem; }
.cert-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2.5rem; max-width: 1100px; margin: 0 auto; }
.cert-item { text-align: center; padding: 0.5rem; }
.cert-item strong { color: var(--bronze); font-size: 0.95rem; display: block; font-weight: 700; }
.cert-item span { color: var(--text-light); font-size: 0.78rem; }

/* FAQ */
.faq { background: white; }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { background: var(--cream); border-radius: 8px; margin-bottom: 0.8rem; border: 1px solid var(--border); overflow: hidden; }
.faq-q { padding: 1.2rem 1.5rem; cursor: pointer; font-weight: 600; color: var(--dark); display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1rem; }
.faq-q:hover { color: var(--bronze); }
.faq-q .icon { color: var(--bronze); font-size: 1.4rem; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: all 0.3s ease; color: var(--text-light); font-size: 0.94rem; line-height: 1.65; }
.faq-item.open .faq-a { padding: 0 1.5rem 1.4rem; max-height: 600px; }

/* FINAL CTA */
.final-cta { background: var(--dark); color: white; text-align: center; padding: 6rem 1.5rem; }
.final-cta h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; line-height: 1.2; }
.final-cta h2 span { color: var(--bronze); }
.final-cta p { font-size: 1.15rem; color: rgba(255,255,255,0.88); margin-bottom: 2.2rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.final-cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.final-phone { color: white; font-size: 1.05rem; margin-top: 1.2rem; opacity: 0.85; }
.final-phone strong { color: var(--bronze); font-weight: 700; }

/* STICKY MOBILE CTA */
.sticky-mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid var(--border); padding: 0.7rem; z-index: 100; box-shadow: 0 -4px 16px var(--shadow); }
.smc-row { display: flex; gap: 0.5rem; max-width: 600px; margin: 0 auto; align-items: stretch; }
.smc-call { flex: 0 0 52px; width: 52px; display: flex; align-items: center; justify-content: center; background: white; color: #0f0f0f; border: 1.5px solid rgba(184,146,75,0.4); border-radius: 12px; text-decoration: none; min-height: 50px; }
.smc-wa { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem; background: #25D366; color: white; padding: 0.85rem 1rem; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 0.95rem; min-height: 50px; box-shadow: 0 4px 16px rgba(37,211,102,0.32); }
.smc-row a:active { transform: scale(0.97); }



/* ═══════════════════════════════════════════════════════════════
   STANDALONE HEADER + DARK SECTION TEXT OVERRIDES
   (restored after mobile overhaul — these were lost in commit 0c879d0d)
   ═══════════════════════════════════════════════════════════════ */

/* ═══ STANDALONE HEADER (logo + menu + cta in one line) ═══ */
.arch-header { background: white; border-bottom: 1px solid var(--border); box-shadow: 0 2px 12px var(--shadow); position: sticky; top: 0; z-index: 95; padding: 0; }
.arch-header-inner { max-width: 1480px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 0.7rem 1.5rem; }

/* Brand */
.arch-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--dark); flex-shrink: 0; }
.arch-logo { width: 40px; height: 40px; flex-shrink: 0; }
.arch-brand-text { line-height: 1.1; min-width: 0; overflow: hidden; }
.arch-brand-name { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--dark); letter-spacing: 0.01em; white-space: nowrap; }
.arch-brand-name span { color: var(--bronze); }
.arch-brand-sub { color: var(--bronze); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.13em; margin-top: 2px; text-transform: uppercase; white-space: nowrap; }

/* Menu */
.arch-menu { display: flex; align-items: center; justify-content: center; gap: 0.4rem; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.arch-menu::-webkit-scrollbar { display: none; }
.arch-menu a { color: var(--text); text-decoration: none; font-size: 0.88rem; font-weight: 500; padding: 0.45rem 0.7rem; border-radius: 4px; white-space: nowrap; transition: all 0.15s; }
.arch-menu a:hover { color: var(--bronze); background: rgba(184,146,75,0.08); }

/* CTA group */
.arch-cta-group { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.arch-phone-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--dark); text-decoration: none; font-weight: 600; font-size: 0.88rem; padding: 0.45rem 0.7rem; border-radius: 6px; transition: all 0.15s; white-space: nowrap; }
.arch-phone-link:hover { color: var(--bronze); background: rgba(184,146,75,0.08); }
.arch-wa-cta { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--bronze); color: white !important; text-decoration: none; padding: 0.55rem 1rem; border-radius: 6px; font-weight: 600; font-size: 0.88rem; transition: all 0.15s; white-space: nowrap; }
.arch-wa-cta:hover { background: var(--bronze-dark); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(184,146,75,0.4); }

/* Header tablet */
@media (max-width: 1100px) {
  .arch-header-inner { grid-template-columns: auto 1fr auto; gap: 1rem; padding: 0.65rem 1rem; }
  .arch-brand-name { font-size: 0.95rem; }
  .arch-brand-sub { font-size: 0.55rem; }
  .arch-menu a { font-size: 0.82rem; padding: 0.4rem 0.55rem; }
  .arch-phone-text { display: none; }
  .arch-phone-link { padding: 0.45rem 0.55rem; }
}

/* Header mobile */
@media (max-width: 760px) {
  .arch-header-inner { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "brand cta" "menu menu"; gap: 0.6rem; padding: 0.6rem 0.8rem; }
  .arch-brand { grid-area: brand; min-width: 0; gap: 0.55rem; }
  .arch-cta-group { grid-area: cta; flex-shrink: 0; }
  .arch-menu { grid-area: menu; justify-content: flex-start; padding: 0.3rem 0; border-top: 1px solid var(--border); margin-top: 0.5rem; padding-top: 0.7rem; }
  .arch-brand-name { font-size: 0.98rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .arch-brand-sub { font-size: 0.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .arch-logo { width: 34px; height: 34px; flex-shrink: 0; }
  .arch-menu a { font-size: 0.85rem; padding: 0.4rem 0.65rem; }
  .arch-wa-cta { padding: 0.5rem 0.75rem; font-size: 0.82rem; }
}
@media (max-width: 480px) {
  .arch-brand-sub { display: none; }
  .arch-logo { width: 32px; height: 32px; }
  .arch-brand-name { font-size: 0.95rem; }
  .arch-wa-cta { padding: 0.45rem 0.65rem; font-size: 0.78rem; gap: 0.3rem; }
  .arch-phone-link { padding: 0.4rem 0.45rem; }
  .arch-cta-group { gap: 0.35rem; }
  .arch-header-inner { gap: 0.5rem; padding: 0.55rem 0.7rem; }
}

/* ═══ FORCE HERO + DARK SECTION TEXT COLORS (override global /styles.css) ═══ */
.hero, .hero * { color: white; }
.hero h1 { color: white !important; }
.hero h1 span { color: var(--bronze) !important; }
.hero-kicker { color: var(--bronze) !important; }
.hero-sub { color: rgba(255,255,255,0.92) !important; }
.hero-sub strong { color: white !important; font-weight: 700; }
.hero-rating { color: rgba(255,255,255,0.85) !important; }
.hero-rating strong { color: white !important; }
.hero-rating .stars { color: #ffc107 !important; }
.hero .btn { color: white !important; background: var(--bronze) !important; }
.hero .btn-secondary { color: white !important; background: transparent !important; border: 2px solid white !important; }
.hero .btn-secondary:hover { background: white !important; color: var(--dark) !important; }

/* Trust strip */
.trust-strip { background: var(--dark) !important; }
.trust-item, .trust-item * { color: white !important; }
.trust-item .number { color: var(--bronze) !important; }
.trust-item .label { color: rgba(255,255,255,0.85) !important; }

/* Final CTA dark section */
.final-cta, .final-cta * { color: white; }
.final-cta h2 { color: white !important; }
.final-cta h2 span { color: var(--bronze) !important; }
.final-cta p { color: rgba(255,255,255,0.88) !important; }
.final-phone, .final-phone strong { color: white !important; }
.final-phone strong { color: var(--bronze) !important; }

/* Approvals dark section */
.approvals { color: white !important; }
.approvals .section-title { color: white !important; }
.approvals .section-sub { color: rgba(255,255,255,0.8) !important; }
.approvals .section-kicker { color: var(--bronze) !important; }
.auth-item { color: white; }
.auth-item h4 { color: var(--bronze) !important; }
.auth-item p { color: rgba(255,255,255,0.75) !important; }

/* Calculator dark wrap */
.calc-wrap, .calc-wrap * { color: white; }
.calc-wrap h3 { color: var(--bronze) !important; }
.calc-wrap .calc-sub { color: rgba(255,255,255,0.85) !important; }
.calc-field label { color: rgba(255,255,255,0.85) !important; }
.calc-field input, .calc-field select { color: white !important; background: rgba(255,255,255,0.05) !important; border-color: rgba(255,255,255,0.2) !important; }
.calc-result h4 { color: var(--bronze) !important; }
.calc-result p { color: rgba(255,255,255,0.85) !important; }

/* Recent wins dark list */
.recent-list, .recent-list * { color: white; }
.recent-list h4 { color: var(--bronze) !important; }
.recent-list li { color: rgba(255,255,255,0.92) !important; }
.recent-list .approval-status { color: #28a745 !important; }

/* ═══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — comprehensive overhaul
   Breakpoints: 1100px tablet · 900px small tablet · 700px mobile · 480px small mobile
   ═══════════════════════════════════════════════════════════════ */

/* TABLET (≤1100px) */
@media (max-width: 1100px) {
  .container { padding: 0 1rem; }
  section { padding: 4rem 1.2rem; }
  /* hero-text padding handled above */
}

/* SMALL TABLET / LARGE MOBILE (≤900px) */
@media (max-width: 900px) {
  /* Hero — stack vertically */
  .hero { padding-top: 0.5rem; }
  .hero-text { padding: 1.6rem 1.2rem 1.8rem; }
  .hero-img { display: none; }
  .hero-img img { display: none; }
  .hero h1 { font-size: clamp(1.85rem, 6vw, 2.4rem); line-height: 1.15; }
  .hero-sub { font-size: 0.98rem; max-width: none; }
  .hero-cta-row { gap: 0.7rem; }
  .hero .btn { padding: 0.95rem 1.5rem; font-size: 0.92rem; flex: 1; justify-content: center; min-width: 140px; }
  
  /* Trust strip — 3 columns */
  .trust-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem 0.8rem; }
  .trust-item { padding: 0.4rem 0.3rem; }
  .trust-item .number { font-size: 1.5rem; }
  .trust-item .label { font-size: 0.72rem; }
  
  /* All multi-column grids → 1 column */
  .pain-grid, .pricing-grid, .process-timeline, .port-grid, .tst-grid, .wins-grid, .calc-form { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .auth-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  
  /* Section spacing tightening */
  section { padding: 3.5rem 1.2rem; }
  .section-title { font-size: clamp(1.7rem, 5vw, 2.2rem); }
  .section-sub { margin-bottom: 2.5rem; font-size: 0.95rem; }
  
  /* Pricing — featured card no scaling on mobile */
  .package.featured { transform: none; }
  .package { padding: 2rem 1.5rem; }
  .package h3 { font-size: 1.25rem; }
  .package li { padding: 0.5rem 0 0.5rem 1.5rem; font-size: 0.9rem; }
  .badge { font-size: 0.7rem; padding: 0.35rem 1.2rem; }
  
  /* Why cards mobile */
  .why-card { padding: 1.6rem 1.2rem; }
  .why-card h3 { font-size: 1rem; }
  .why-card p { font-size: 0.86rem; }
  .why-icon { width: 48px; height: 48px; font-size: 1.4rem; margin-bottom: 1rem; }
  
  /* Process steps */
  .process-step { padding: 1.6rem 1.3rem; }
  .step-number { width: 44px; height: 44px; font-size: 1.2rem; margin-bottom: 0.9rem; }
  .process-step h3 { font-size: 1.05rem; }
  
  /* Approvals dark section */
  .auth-item { padding: 1.1rem 0.9rem; }
  .auth-item h4 { font-size: 0.92rem; }
  .auth-item p { font-size: 0.78rem; }
  
  /* Portfolio cards — full-bleed edge-to-edge images on mobile (luxedesign style) */
  .port-grid { gap: 2.5rem; }
  .port-card { border-radius: 0; box-shadow: none; background: transparent; overflow: visible; }
  .port-card:hover { transform: none; box-shadow: none; }
  .port-img { width: 100vw; margin-left: calc(50% - 50vw); aspect-ratio: 5 / 4; border-radius: 0; }
  .port-body { padding: 1.4rem 0.2rem 0; }
  .port-card h3 { font-size: 1.25rem; line-height: 1.2; margin-bottom: 0.6rem; }
  .port-loc { font-size: 0.78rem; margin-bottom: 0.5rem; }
  .port-card p { font-size: 0.92rem; line-height: 1.55; margin-bottom: 1.2rem; }
  .port-meta { gap: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--border); }
  .port-meta-item { font-size: 0.78rem; }
  .port-meta-item strong { font-size: 0.95rem; }
  
  /* Cost calculator */
  .calc-wrap { padding: 2.2rem 1.3rem; }
  .calc-wrap h3 { font-size: 1.35rem; }
  .calc-form { gap: 1rem; }
  .calc-field input, .calc-field select { padding: 0.85rem 0.9rem; font-size: 1rem; min-height: 48px; }
  .calc-result h4 { font-size: 1.25rem; }
  
  /* Testimonials */
  .tst-card { padding: 1.7rem 1.4rem; }
  .tst-text { font-size: 0.9rem; }
  
  /* Recent wins */
  .recent-list { padding: 1.6rem 1.3rem; }
  .recent-list li { font-size: 0.84rem; gap: 0.7rem; }
  .wins-stats { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .win-stat { padding: 1.4rem 0.8rem; }
  .win-stat .num { font-size: 1.8rem; }
  .win-stat .desc { font-size: 0.78rem; }
  
  /* FAQ */
  .faq-q { padding: 1rem 1.2rem; font-size: 0.95rem; min-height: 56px; }
  .faq-item.open .faq-a { padding: 0 1.2rem 1.2rem; font-size: 0.9rem; }
  
  /* Final CTA */
  .final-cta { padding: 4.5rem 1.2rem; }
  .final-cta h2 { font-size: clamp(1.7rem, 5.5vw, 2.3rem); }
  .final-cta p { font-size: 1rem; }
  .final-cta-row { flex-direction: column; gap: 0.8rem; }
  .final-cta-row .btn { width: 100%; justify-content: center; }
  
  /* Show sticky-mobile-cta + add bottom padding */
  .sticky-mobile-cta { display: block; }
  body { padding-bottom: 76px; }
  
  /* Mobile compare table → card stack */
  .compare-table thead { display: none; }
  .compare-table { display: block; box-shadow: none; }
  .compare-wrapper { box-shadow: 0 4px 20px var(--shadow); border-radius: 12px; overflow: hidden; }
  .compare-table tbody, .compare-table tr, .compare-table td { display: block; width: 100%; }
  .compare-table tr { background: white; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 0.85rem; padding: 0.6rem 0; box-shadow: 0 2px 6px var(--shadow); }
  .compare-table tbody tr:hover { background: white; }
  .compare-table td { padding: 0.6rem 1rem; border-bottom: 1px solid #f1f1f1; font-size: 0.88rem; }
  .compare-table td:last-child { border-bottom: none; }
  .compare-table td.feature { font-weight: 700; color: var(--dark); background: var(--cream); border-bottom: 2px solid var(--bronze); padding: 0.7rem 1rem; font-size: 0.95rem; }
  .compare-table td:nth-child(2):before { content: "FUI: "; color: var(--bronze); font-weight: 700; font-size: 0.78rem; display: inline-block; margin-right: 0.3rem; }
  .compare-table td:nth-child(3) { color: #666; padding-top: 0.6rem; font-size: 0.85rem; }
  .compare-table td:nth-child(3):before { content: "Typical: "; color: #c0392b; font-weight: 700; font-size: 0.78rem; display: inline-block; margin-right: 0.3rem; }
  .compare-table .check, .compare-table .cross { font-size: 1.1rem; }
}

/* MOBILE (≤700px) */
@media (max-width: 700px) {
  /* Tighten further */
  section { padding: 3rem 1rem; }
  .hero-text { padding: 1.4rem 1.1rem 1.6rem; }
  .hero-kicker { font-size: 0.7rem; letter-spacing: 0.13em; margin-bottom: 1rem; }
  .hero-cta-row { flex-direction: column; gap: 0.7rem; }
  .hero-cta-row .btn { width: 100%; padding: 1rem; font-size: 0.94rem; }
  
  /* Why grid → 1 col on small screens */
  .why-grid { grid-template-columns: 1fr; }
  
  /* Pain bronze callout */
  .pain-callout { padding: 1.6rem 1.4rem; font-size: 0.92rem; }
  
  /* Pain items */
  .pain-item { padding: 1.4rem 1.2rem; }
  .pain-item h3 { font-size: 1.02rem; }
  .pain-item p { font-size: 0.88rem; }
  
  /* Hero image height further reduced */
  .hero-img, .hero-img img { display: none; } .hero-img { width: 100vw; margin-left: calc(-50vw + 50%); }
}

/* SMALL MOBILE (≤480px) */
@media (max-width: 480px) {
  section { padding: 2.5rem 0.85rem; } section.fbc { padding: 0 !important; margin: 0 -0.85rem; width: calc(100% + 1.7rem); }
  .container { padding: 0 0.5rem; }
  
  /* Trust strip → 2 columns at very small */
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 0.9rem 0.5rem; }
  
  /* Auth grid → 1 column */
  .auth-grid { grid-template-columns: 1fr; }
  
  /* Hero further compact */
  .hero h1 { font-size: 1.7rem; }
  .hero-sub { font-size: 0.9rem; }
  
  .section-title { font-size: 1.5rem; line-height: 1.2; }
  .section-sub { font-size: 0.9rem; margin-bottom: 2rem; }
  
  /* Calculator buttons full-width */
  .calc-wrap button { width: 100%; padding: 1.1rem; }
  
  /* Final CTA tighten */
  .final-cta { padding: 3.5rem 1rem; }
  .final-cta p { font-size: 0.92rem; }
  
  /* Wins stats single column at smallest */
  .wins-stats { grid-template-columns: 1fr; }
  
  /* Touch target minimums for accessibility */
  .arch-menu a, .package li, .auth-item, .smc-row a, .calc-result a, .pkg-cta { min-height: 44px; }
  
  /* Recent list flex wrap */
  .recent-list li { flex-direction: column; align-items: flex-start; gap: 0.3rem; padding: 0.8rem 0; }
  .recent-list .approval-status { padding: 0.2rem 0; }
}

/* SCROLL PADDING for sticky header (taller on mobile due to 2-row layout) */
@media (max-width: 760px) {
  html { scroll-padding-top: 130px; }
}
@media (min-width: 761px) {
  html { scroll-padding-top: 80px; }
}

/* TOUCH-FRIENDLY CTAs everywhere */
.btn, .pkg-cta, .smc-row a, .arch-wa-cta, .arch-phone-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Sticky mobile bottom CTA — improvements */
.sticky-mobile-cta { 
  background: white;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  padding: 0.55rem 0.5rem;
  padding-bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
}
.smc-row { display: flex; gap: 0.5rem; max-width: 600px; margin: 0 auto; align-items: stretch; }
.smc-call { flex: 0 0 52px; width: 52px; display: flex; align-items: center; justify-content: center; background: white; color: #0f0f0f; border: 1.5px solid rgba(184,146,75,0.4); border-radius: 12px; text-decoration: none; min-height: 50px; }
.smc-wa { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem; background: #25D366; color: white; padding: 0.85rem 1rem; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 0.95rem; min-height: 50px; box-shadow: 0 4px 16px rgba(37,211,102,0.32); }
.smc-row a:active { transform: scale(0.97); }
.smc-row a:active { transform: scale(0.97); }

/* Improve all input touch areas on mobile */
@media (max-width: 900px) {
  select, input { min-height: 48px !important; font-size: 16px !important; /* prevents iOS zoom */ }
}

@media (max-width: 768px) {
  .arch-menu { display: none !important; }
}
