:root {
  --navy: #0d1f3c;
  --navy-mid: #172d52;
  --navy-light: #1e3a6e;
  --gold: #b8963e;
  --gold-light: #d4af5a;
  --gold-pale: #f0e0b0;
  --cream: #faf7f2;
  --cream-dark: #f0ebe0;
  --text: #1a1a2e;
  --text-light: #4a5568;
  --white: #ffffff;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* ── UTILITIES ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.gold-rule { display: block; width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin: 0 auto 1.5rem; }
.gold-rule.left { margin: 0 0 1.5rem; }
.section-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--navy); line-height: 1.2; margin-bottom: 1.2rem; }
.section-title em { font-style: italic; color: var(--gold); }
.section-intro { font-size: 1rem; line-height: 1.8; color: var(--text-light); max-width: 600px; font-weight: 300; }
section { padding: 100px 0; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(13,31,60,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,150,62,0.3);
  padding: 0 2rem; display: flex; align-items: center; justify-content: space-between;
  height: 70px; transition: all 0.3s;
}
.nav-logo-icon { width: 40px; height: 40px; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--gold); letter-spacing: 1px; flex-shrink: 0; }
.nav-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--white); letter-spacing: 2px; line-height: 1.1; }
.nav-logo-sub { font-family: 'Jost', sans-serif; font-size: 0.6rem; font-weight: 300; color: var(--gold-light); letter-spacing: 4px; text-transform: uppercase; display: block; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.78rem; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; transition: color 0.3s; position: relative; padding-bottom: 4px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold-light); transition: width 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a.active::after, .nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 8px 20px !important; font-weight: 600 !important; border-radius: 0 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-cta::after { display: none !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: var(--gold); transition: all 0.3s; display: block; }

/* ── HERO ── */
.hero {
  min-height: 100vh; padding-top: 70px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #0a1628 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(ellipse 800px 600px at 70% 40%, rgba(184,150,62,0.06) 0%, transparent 70%), radial-gradient(ellipse 400px 400px at 10% 80%, rgba(184,150,62,0.04) 0%, transparent 60%); }
.hero-lines { position: absolute; inset: 0; overflow: hidden; opacity: 0.07; }
.hero-lines::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; border: 1px solid var(--gold); border-radius: 50%; animation: rotateSlow 40s linear infinite; }
.hero-lines::after { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border: 1px solid var(--gold); border-radius: 50%; animation: rotateSlow 30s linear infinite reverse; }
@keyframes rotateSlow { to { transform: rotate(360deg); } }
.hero-content { position: relative; z-index: 1; text-align: center; max-width: 860px; padding: 0 2rem; animation: fadeUp 1.2s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.hero-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.hero-label::before, .hero-label::after { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 0.3rem; letter-spacing: 2px; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.1rem, 2.5vw, 1.6rem); font-weight: 300; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; font-style: italic; }
.hero-stats { display: flex; justify-content: center; gap: 3rem; margin-bottom: 3rem; flex-wrap: wrap; }
.hero-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 600; color: var(--gold-light); line-height: 1; display: block; }
.hero-stat-label { font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO (subpages) ── */
.page-hero {
  padding: 140px 2rem 80px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  position: relative; overflow: hidden;
}
.page-hero .hero-lines { opacity: 0.05; }
.page-hero-content { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto; }
.page-hero-breadcrumb { font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1rem; }
.page-hero-breadcrumb a { color: var(--gold-light); text-decoration: none; }
.page-hero-breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; color: var(--white); line-height: 1.1; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero-sub { font-size: 1rem; color: rgba(255,255,255,0.55); margin-top: 1rem; font-weight: 300; max-width: 540px; line-height: 1.7; }

/* ── BUTTONS ── */
.btn-primary { background: var(--gold); color: var(--navy); padding: 14px 36px; font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: all 0.3s; display: inline-block; position: relative; overflow: hidden; }
.btn-primary::before { content: ''; position: absolute; inset: 0; background: var(--gold-light); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.btn-primary:hover::before { transform: scaleX(1); }
.btn-primary span { position: relative; z-index: 1; }
.btn-outline { background: transparent; color: rgba(255,255,255,0.85); padding: 13px 36px; font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); cursor: pointer; transition: all 0.3s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-outline-navy { background: transparent; color: var(--navy); padding: 12px 28px; font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: 1px solid var(--navy); cursor: pointer; transition: all 0.3s; display: inline-block; }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

/* ── ABOUT (homepage) ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 60px; }
.about-image-placeholder { width: 100%; aspect-ratio: 4/5; background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%); position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.about-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,31,60,0.8) 0%, transparent 60%); }
.about-image-initials { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%); font-family: 'Cormorant Garamond', serif; font-size: 8rem; font-weight: 300; color: rgba(184,150,62,0.15); letter-spacing: -5px; user-select: none; }
.about-image-badge { position: absolute; bottom: -20px; right: -20px; width: 120px; height: 120px; background: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-image-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 600; color: var(--navy); line-height: 1; }
.about-image-badge-text { font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); text-align: center; line-height: 1.3; }
.about-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--navy); margin-bottom: 1rem; font-style: italic; }
.about-text p { font-size: 0.95rem; line-height: 1.9; color: var(--text-light); margin-bottom: 1.2rem; font-weight: 300; }
.about-features { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-feature { display: flex; gap: 10px; align-items: flex-start; }
.about-feature-icon { width: 32px; height: 32px; flex-shrink: 0; background: linear-gradient(135deg, var(--gold), var(--gold-light)); display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 0.9rem; }
.about-feature-text { font-size: 0.83rem; color: var(--text); font-weight: 500; line-height: 1.4; }
.about-feature-sub { font-size: 0.72rem; color: var(--text-light); font-weight: 300; }

/* ── SERVICES ── */
#services-section { background: var(--navy); }
#services-section .section-title { color: var(--white); }
#services-section .section-intro { color: rgba(255,255,255,0.6); }
#services-section .section-label { color: var(--gold-light); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; margin-top: 60px; background: rgba(184,150,62,0.15); border: 1px solid rgba(184,150,62,0.15); }
.service-card { background: var(--navy-mid); padding: 2.5rem 2rem; transition: background 0.3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.service-card:hover { background: rgba(30,58,110,0.95); }
.service-card:hover::before { transform: scaleX(1); }
.service-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: rgba(184,150,62,0.2); line-height: 1; margin-bottom: 1.2rem; transition: color 0.3s; }
.service-card:hover .service-num { color: rgba(184,150,62,0.4); }
.service-icon { width: 48px; height: 48px; border: 1px solid rgba(184,150,62,0.4); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.2rem; transition: border-color 0.3s, background 0.3s; }
.service-card:hover .service-icon { border-color: var(--gold); background: rgba(184,150,62,0.1); }
.service-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 0.8rem; }
.service-desc { font-size: 0.83rem; line-height: 1.75; color: rgba(255,255,255,0.55); font-weight: 300; }
.service-list { margin-top: 1rem; list-style: none; }
.service-list li { font-size: 0.78rem; color: rgba(255,255,255,0.5); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 8px; }
.service-list li::before { content: ''; width: 4px; height: 4px; background: var(--gold); flex-shrink: 0; }
.service-card-link { display: inline-block; margin-top: 1.2rem; font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: color 0.3s; }
.service-card-link:hover { color: var(--gold-light); }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 60px; align-items: start; }
.pricing-card { background: var(--white); border: 1px solid rgba(13,31,60,0.1); padding: 2.5rem 2rem; position: relative; transition: transform 0.3s, box-shadow 0.3s; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(13,31,60,0.12); }
.pricing-card.featured { background: var(--navy); border-color: var(--gold); transform: translateY(-12px); }
.pricing-card.featured:hover { transform: translateY(-18px); box-shadow: 0 30px 80px rgba(13,31,60,0.25); }
.pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 0.62rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 5px 16px; white-space: nowrap; }
.pricing-tier { font-size: 0.65rem; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.pricing-card.featured .pricing-tier { color: var(--gold-light); }
.pricing-name { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; color: var(--navy); margin-bottom: 1.2rem; }
.pricing-card.featured .pricing-name { color: var(--white); }
.pricing-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 0.3rem; }
.pricing-from { font-size: 0.72rem; color: var(--text-light); font-weight: 300; text-transform: uppercase; letter-spacing: 1px; }
.pricing-card.featured .pricing-from { color: rgba(255,255,255,0.5); }
.pricing-amount { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 600; color: var(--navy); line-height: 1; }
.pricing-card.featured .pricing-amount { color: var(--gold-light); }
.pricing-currency { font-size: 1.1rem; color: var(--text-light); font-weight: 300; }
.pricing-card.featured .pricing-currency { color: rgba(255,255,255,0.5); }
.pricing-note { font-size: 0.72rem; color: var(--text-light); margin-bottom: 1.5rem; font-style: italic; }
.pricing-card.featured .pricing-note { color: rgba(255,255,255,0.4); }
.pricing-divider { width: 40px; height: 1px; background: var(--gold); margin-bottom: 1.5rem; }
.pricing-features { list-style: none; margin-bottom: 2rem; }
.pricing-features li { font-size: 0.83rem; color: var(--text-light); padding: 7px 0; border-bottom: 1px solid rgba(13,31,60,0.06); display: flex; gap: 10px; align-items: flex-start; }
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,0.65); border-color: rgba(255,255,255,0.08); }
.pricing-features li::before { content: '✓'; color: var(--gold); font-weight: 600; flex-shrink: 0; font-size: 0.8rem; margin-top: 1px; }
.btn-pricing { width: 100%; padding: 13px; text-align: center; font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; display: block; cursor: pointer; border: none; transition: all 0.3s; }
.btn-pricing-outline { background: transparent; border: 1px solid var(--navy); color: var(--navy); }
.btn-pricing-outline:hover { background: var(--navy); color: var(--white); }
.btn-pricing-gold { background: var(--gold); color: var(--navy); }
.btn-pricing-gold:hover { background: var(--gold-light); }
.pricing-note-bottom { text-align: center; margin-top: 2.5rem; font-size: 0.82rem; color: var(--text-light); font-style: italic; }

/* ── DOCUMENTS ── */
.docs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 60px; }
.doc-card { border: 1px solid rgba(13,31,60,0.1); padding: 1.8rem 1.5rem; transition: all 0.3s; cursor: pointer; text-decoration: none; display: block; position: relative; overflow: hidden; background: var(--cream); }
.doc-card::after { content: ''; position: absolute; top: 0; right: 0; width: 0; height: 3px; background: var(--gold); transition: width 0.3s; }
.doc-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,31,60,0.1); }
.doc-card:hover::after { width: 100%; }
.doc-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.doc-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--navy); margin-bottom: 0.5rem; font-weight: 400; }
.doc-desc { font-size: 0.75rem; color: var(--text-light); line-height: 1.6; font-weight: 300; }
.doc-action { margin-top: 1.2rem; font-size: 0.68rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 6px; }
.doc-action::after { content: '→'; }

/* ── CONTACT ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; margin-top: 60px; align-items: start; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.8rem; }
.contact-item-icon { width: 44px; height: 44px; flex-shrink: 0; border: 1px solid rgba(184,150,62,0.4); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.contact-item-label { font-size: 0.62rem; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.contact-item-value { font-size: 0.92rem; color: var(--white); font-weight: 300; line-height: 1.6; }
.contact-item-value a { color: inherit; text-decoration: none; }
.contact-item-value a:hover { color: var(--gold-light); }
.contact-hours { margin-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; }
.contact-hours-title { font-size: 0.65rem; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.hours-row { display: flex; justify-content: space-between; font-size: 0.83rem; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: rgba(255,255,255,0.6); }
.hours-row span:first-child { font-weight: 400; color: rgba(255,255,255,0.9); }
.contact-form-wrapper { background: rgba(255,255,255,0.04); border: 1px solid rgba(184,150,62,0.2); padding: 2.5rem; }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--white); margin-bottom: 0.4rem; font-weight: 300; }
.form-sub { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 2rem; font-weight: 300; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; margin-bottom: 1rem; }
.form-group label { font-size: 0.65rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: var(--white); padding: 12px 14px; font-family: 'Jost', sans-serif; font-size: 0.88rem; font-weight: 300; outline: none; transition: border-color 0.3s; width: 100%; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--navy); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-checkbox { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 1rem; }
.form-checkbox input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); }
.form-checkbox label { font-size: 0.73rem; color: rgba(255,255,255,0.45); line-height: 1.5; letter-spacing: 0; text-transform: none; font-weight: 300; }
.form-submit { width: 100%; padding: 14px; background: var(--gold); color: var(--navy); border: none; cursor: pointer; font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: background 0.3s; }
.form-submit:hover { background: var(--gold-light); }
.map-wrapper { overflow: hidden; position: relative; border: 1px solid rgba(184,150,62,0.2); }
.map-wrapper iframe { width: 100%; height: 380px; border: none; display: block; filter: grayscale(40%) contrast(1.1); }
.map-overlay-address { position: absolute; bottom: 20px; left: 20px; background: var(--navy); border-left: 3px solid var(--gold); padding: 12px 16px; }
.map-overlay-address strong { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 4px; }
.map-overlay-address p { font-size: 0.78rem; color: rgba(255,255,255,0.85); line-height: 1.6; font-weight: 300; }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 60px; }
.testimonial-card { background: var(--white); border: 1px solid rgba(13,31,60,0.08); padding: 2rem; position: relative; }
.testimonial-card::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: rgba(184,150,62,0.15); position: absolute; top: 10px; left: 20px; line-height: 1; }
.testimonial-text { font-size: 0.9rem; line-height: 1.8; color: var(--text-light); font-style: italic; margin-bottom: 1.5rem; position: relative; z-index: 1; font-weight: 300; padding-top: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 42px; height: 42px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--navy); flex-shrink: 0; }
.testimonial-name { font-size: 0.85rem; font-weight: 600; color: var(--navy); }
.testimonial-role { font-size: 0.72rem; color: var(--text-light); font-weight: 300; }
.stars { color: var(--gold); font-size: 0.8rem; margin-bottom: 0.3rem; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--gold); padding: 60px 0; }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-strip h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 300; color: var(--navy); }
.cta-strip h2 em { font-style: italic; }
.cta-strip-btn { background: var(--navy); color: var(--white); padding: 14px 36px; font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s; flex-shrink: 0; display: inline-block; }
.cta-strip-btn:hover { background: var(--navy-mid); }

/* ── NEWS / AKTUALNOŚCI ── */
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 60px; }
.news-card { background: var(--white); border: 1px solid rgba(13,31,60,0.08); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; display: block; color: inherit; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 16px 50px rgba(13,31,60,0.12); }
.news-card-img { height: 180px; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; overflow: hidden; }
.news-card-img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.news-card-body { padding: 1.5rem; }
.news-card-date { font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.news-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.7rem; font-weight: 400; line-height: 1.3; }
.news-card-excerpt { font-size: 0.8rem; color: var(--text-light); line-height: 1.7; font-weight: 300; }
.news-card-more { display: inline-block; margin-top: 1rem; font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 500; }

/* ── USŁUGI detail page ── */
.service-detail { padding: 80px 0; }
.service-detail:nth-child(even) { background: var(--cream-dark); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.service-detail:nth-child(even) .service-detail-grid { direction: rtl; }
.service-detail:nth-child(even) .service-detail-grid > * { direction: ltr; }
.service-detail-visual { aspect-ratio: 1; background: linear-gradient(145deg, var(--navy), var(--navy-mid)); display: flex; align-items: center; justify-content: center; font-size: 5rem; position: relative; overflow: hidden; }
.service-detail-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(184,150,62,0.1) 0%, transparent 70%); }
.service-detail h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--navy); margin-bottom: 1rem; }
.service-detail h2 em { font-style: italic; color: var(--gold); }
.service-detail p { font-size: 0.93rem; line-height: 1.9; color: var(--text-light); margin-bottom: 1rem; font-weight: 300; }
.service-detail-list { list-style: none; margin: 1.5rem 0; }
.service-detail-list li { padding: 8px 0; border-bottom: 1px solid rgba(13,31,60,0.07); font-size: 0.88rem; color: var(--text); display: flex; gap: 10px; align-items: flex-start; }
.service-detail-list li::before { content: ''; width: 5px; height: 5px; background: var(--gold); flex-shrink: 0; margin-top: 6px; }

/* ── ACCORDION (FAQ) ── */
.faq-list { margin-top: 60px; }
.faq-item { border-bottom: 1px solid rgba(13,31,60,0.1); }
.faq-q { padding: 1.3rem 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 0.95rem; font-weight: 500; color: var(--navy); gap: 1rem; }
.faq-q::after { content: '+'; font-size: 1.4rem; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; font-weight: 300; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-a-inner { padding: 0 0 1.3rem; font-size: 0.88rem; line-height: 1.8; color: var(--text-light); font-weight: 300; }
.faq-item.open .faq-a { max-height: 400px; }

/* ── RODO / PRIVACY TEXT ── */
.text-page { padding: 80px 0; }
.text-page h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--navy); margin-bottom: 1rem; margin-top: 2rem; font-weight: 400; }
.text-page h2:first-child { margin-top: 0; }
.text-page p { font-size: 0.92rem; line-height: 1.9; color: var(--text-light); margin-bottom: 0.9rem; font-weight: 300; }
.text-page ul { margin: 0.8rem 0 0.8rem 1.5rem; }
.text-page ul li { font-size: 0.88rem; line-height: 1.7; color: var(--text-light); margin-bottom: 0.4rem; }

/* ── FOOTER ── */
footer { background: #070f1d; }
.footer-top { padding: 70px 0 50px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 4rem; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 1.5rem; }
.footer-tagline { font-size: 0.83rem; color: rgba(255,255,255,0.4); line-height: 1.7; font-weight: 300; margin-bottom: 1rem; }
.footer-since { font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.3s; font-weight: 300; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-contact-list { list-style: none; }
.footer-contact-list li { display: flex; gap: 10px; margin-bottom: 0.8rem; align-items: flex-start; font-size: 0.8rem; color: rgba(255,255,255,0.4); font-weight: 300; }
.footer-contact-list a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.3s; }
.footer-contact-list a:hover { color: var(--gold-light); }
.fci { flex-shrink: 0; }
.footer-bottom { padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.25); font-weight: 300; }
.footer-copy strong { color: rgba(255,255,255,0.4); font-weight: 400; }
.footer-legal { display: flex; gap: 1.5rem; list-style: none; }
.footer-legal a { font-size: 0.7rem; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.3s; }
.footer-legal a:hover { color: var(--gold-light); }

/* ── SCROLL TOP & NOTIF ── */
.scroll-top { position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px; background: var(--gold); color: var(--navy); border: none; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 50; }
.scroll-top.visible { opacity: 1; pointer-events: auto; }
.notif { position: fixed; top: 90px; right: 20px; background: var(--navy); border: 1px solid var(--gold); color: var(--white); padding: 14px 20px; font-size: 0.82rem; z-index: 200; transform: translateX(120%); transition: transform 0.4s; max-width: 300px; line-height: 1.5; }
.notif.show { transform: translateX(0); }

/* ── REVEAL ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── BREADCRUMB ── */
.breadcrumb { font-size: 0.72rem; color: var(--text-light); letter-spacing: 1px; margin-bottom: 2rem; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 8px; color: rgba(0,0,0,0.3); }

/* ── HIGHLIGHT BOX ── */
.highlight-box { background: var(--navy); padding: 2.5rem; border-left: 4px solid var(--gold); margin: 2rem 0; }
.highlight-box p { color: rgba(255,255,255,0.8); font-size: 0.92rem; line-height: 1.8; font-weight: 300; margin: 0; }
.highlight-box strong { color: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 1050px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--navy); padding: 1.5rem 2rem; gap: 1rem; border-bottom: 1px solid rgba(184,150,62,0.3); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-image-badge { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .docs-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail-grid { direction: ltr; }
  .service-detail-visual { aspect-ratio: 16/7; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .docs-grid { grid-template-columns: 1fr; }
  .about-features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
