/* ─────────────────────────────────────────
   YOUR TECHNOLOGY ADVISER — Shared Styles
   ───────────────────────────────────────── */

:root {
  --navy: #162040;
  --navy-mid: #1e2e58;
  --navy-light: #2a3f70;
  --gold: #C8913A;
  --gold-light: #d9a84e;
  --gold-pale: #f5e8d4;
  --warm-white: #FAFAF7;
  --off-white: #F2F0EB;
  --text-dark: #1a1a2e;
  --text-mid: #4a4a5a;
  --text-light: #7a7a8a;
  --hairline: rgba(22,32,64,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  color: var(--text-dark);
  background: var(--warm-white);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--navy);
}
.lora { font-family: 'Lora', serif; }
.lora-italic { font-family: 'Lora', serif; font-style: italic; }

/* ─── LAYOUT ─── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 48px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 48px; }
.container-wide { max-width: 1320px; margin: 0 auto; padding: 0 48px; }

/* ─── NAVIGATION ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 48px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(22,32,64,0.97);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 15px;
  color: #fff; letter-spacing: 0.04em; text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Source Sans 3', sans-serif; font-size: 14px; font-weight: 400;
  color: rgba(255,255,255,0.7); text-decoration: none; letter-spacing: 0.03em;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta {
  background: var(--gold) !important; color: #fff !important;
  padding: 10px 22px !important; border-radius: 2px;
  font-weight: 500 !important; letter-spacing: 0.06em;
  font-size: 13px !important; text-transform: uppercase;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-light) !important; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-block; font-family: 'Raleway', sans-serif;
  font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; padding: 16px 36px; border-radius: 2px;
  transition: all 0.25s; cursor: pointer; border: none;
}
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.45); }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-1px); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }
.btn-outline-gold { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: #fff; }

/* ─── SCROLL REVEAL ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ─── SECTION LABELS ─── */
.section-label {
  font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px; display: flex; align-items: center; gap: 12px;
}
.section-label::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.section-label.light { color: var(--gold-light); }
.section-label.light::before { background: var(--gold-light); }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  background: var(--navy); padding: 160px 0 100px;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  border: 1px solid rgba(200,145,58,0.1); pointer-events: none;
}
.page-hero-eyebrow {
  font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 24px; display: flex; align-items: center; gap: 14px;
}
.page-hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.page-hero h1 {
  font-size: clamp(38px, 5vw, 62px); color: #fff; margin-bottom: 24px;
  max-width: 700px;
}
.page-hero h1 em { font-family: 'Lora', serif; font-style: italic; color: var(--gold-light); font-weight: 400; }
.page-hero p { font-size: 18px; color: rgba(255,255,255,0.68); max-width: 560px; font-weight: 300; line-height: 1.7; }

/* ─── SPLIT SECTIONS ─── */
.split-section { display: grid; grid-template-columns: 1fr 1fr; }
.split-section.reverse { direction: rtl; }
.split-section.reverse > * { direction: ltr; }
.split-image { position: relative; overflow: hidden; min-height: 480px; }
.split-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.split-section:hover .split-image img { transform: scale(1.02); }
.split-image-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(22,32,64,0.3), transparent); }
.split-content { padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.split-content.on-white { background: var(--warm-white); }
.split-content.on-off { background: var(--off-white); }
.split-content.on-navy { background: var(--navy); }
.split-heading { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 24px; line-height: 1.25; }
.split-text { color: var(--text-mid); font-size: 16px; line-height: 1.75; margin-bottom: 16px; }

/* ─── FEATURE CARDS ─── */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); }
.feature-card { padding: 52px 44px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); transition: background 0.3s; }
.feature-card:hover { background: rgba(200,145,58,0.03); }
.feature-card-number { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 28px; display: block; }
.feature-card h3 { font-size: 22px; margin-bottom: 18px; line-height: 1.25; }
.feature-card p { color: var(--text-mid); font-size: 16px; line-height: 1.7; }

/* ─── TRUST SIGNALS ─── */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--hairline); }
.trust-item { padding: 0 40px; border-right: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 8px; }
.trust-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin-bottom: 4px; }
.trust-title { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 15px; color: var(--navy); }
.trust-desc { font-size: 14px; color: var(--text-mid); line-height: 1.55; }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.testimonial { background: var(--warm-white); padding: 44px 40px; border: 1px solid var(--hairline); position: relative; }
.testimonial::before { content: '\201C'; font-family: 'Lora', serif; font-size: 72px; color: var(--gold); opacity: 0.3; position: absolute; top: 20px; left: 32px; line-height: 1; }
.testimonial-text { font-family: 'Lora', serif; font-style: italic; font-size: 17px; line-height: 1.65; color: var(--navy); margin-bottom: 28px; padding-top: 24px; }
.testimonial-author { font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 500; color: var(--text-mid); letter-spacing: 0.06em; }
.testimonial-author span { color: var(--gold); }

/* ─── CTA SECTION ─── */
.cta-section { padding: 140px 0; background: var(--warm-white); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(200,145,58,0.1); }
.cta-section::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(200,145,58,0.08); }
.cta-content { position: relative; z-index: 1; }
.cta-heading { font-size: clamp(34px, 5vw, 58px); color: var(--navy); margin-bottom: 20px; line-height: 1.15; }
.cta-heading em { font-family: 'Lora', serif; font-style: italic; color: var(--gold); }
.cta-subhead { color: var(--text-mid); font-size: 18px; max-width: 520px; margin: 0 auto 52px; line-height: 1.65; font-weight: 300; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ─── ICON ROW ─── */
.icon-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); }
.icon-item { padding: 44px 36px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); text-align: center; transition: background 0.3s; }
.icon-item:hover { background: rgba(200,145,58,0.03); }
.icon-item img, .icon-item svg { width: 48px; height: 48px; margin: 0 auto 20px; display: block; }
.icon-item h3 { font-size: 15px; font-weight: 500; color: var(--navy); margin-bottom: 10px; }
.icon-item p { font-size: 13px; color: var(--text-mid); line-height: 1.55; }

/* ─── GUARANTEE BOX ─── */
.guarantee-box { background: var(--navy); padding: 28px 32px; border-radius: 2px; border-left: 3px solid var(--gold); margin-top: 28px; }
.guarantee-box p { color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.7; }
.guarantee-box strong { color: var(--gold-light); font-weight: 500; }

/* ─── BADGE ─── */
.badge-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-pale); border: 1px solid rgba(200,145,58,0.3);
  padding: 8px 16px; border-radius: 2px; margin-bottom: 24px;
  font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); width: fit-content;
}
.badge-gold::before { content: '✦'; font-size: 10px; }

/* ─── PRICING COMPONENTS ─── */
.pricing-step {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  padding: 56px 52px; position: relative; transition: background 0.3s;
}
.pricing-step:hover { background: rgba(255,255,255,0.07); }
.pricing-step-number { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.step-num-circle { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--gold); }
.pricing-step h3 { color: #fff; font-size: 24px; margin-bottom: 8px; }
.pricing-amount { font-family: 'Raleway', sans-serif; font-size: 52px; font-weight: 300; color: var(--gold-light); line-height: 1; margin: 20px 0 6px; }
.pricing-amount sup { font-size: 22px; font-weight: 400; vertical-align: super; margin-right: 2px; }
.pricing-amount span { font-size: 18px; color: rgba(255,255,255,0.5); font-weight: 300; }
.pricing-note { color: rgba(255,255,255,0.45); font-size: 14px; margin-bottom: 32px; }
.pricing-includes { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }
.pricing-includes li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.5; }
.pricing-includes li::before { content: '—'; color: var(--gold); font-family: 'Raleway', sans-serif; flex-shrink: 0; margin-top: 1px; }

/* ─── FOOTER ─── */
footer { background: var(--navy); padding: 72px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 64px; margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand-name { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 16px; color: #fff; margin-bottom: 16px; }
.footer-brand-name span { color: var(--gold); }
.footer-brand-desc { color: rgba(255,255,255,0.45); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: rgba(255,255,255,0.6); font-size: 14px; text-decoration: none; transition: color 0.2s; }
.footer-contact-item:hover { color: var(--gold-light); }
.footer-contact-item svg { width: 15px; height: 15px; stroke: var(--gold); flex-shrink: 0; }
.footer-col-title { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.85); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-legal { color: rgba(255,255,255,0.3); font-size: 13px; }
.footer-legal a { color: rgba(255,255,255,0.4); text-decoration: none; margin-left: 20px; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }
.footer-abn { color: rgba(255,255,255,0.25); font-size: 12px; margin-top: 6px; }

/* ─── FAQ ACCORDION ─── */
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-question { padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 17px; color: var(--navy); gap: 24px; list-style: none; transition: color 0.2s; }
.faq-question:hover { color: var(--gold); }
.faq-question .faq-icon { width: 20px; height: 20px; flex-shrink: 0; stroke: var(--gold); transition: transform 0.3s; }
.faq-item.open .faq-question .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-answer-inner { padding: 0 0 24px; color: var(--text-mid); font-size: 16px; line-height: 1.75; max-width: 760px; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ─── CONTACT FORM ─── */
.form-group { margin-bottom: 24px; }
.form-label { display: block; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 14px 18px; background: #fff; border: 1px solid var(--hairline);
  border-radius: 2px; font-family: 'Source Sans 3', sans-serif; font-size: 16px; color: var(--text-dark);
  transition: border-color 0.2s; outline: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--gold); }
.form-textarea { resize: vertical; min-height: 140px; }

/* ─── CONTACT DETAILS CARD ─── */
.contact-card { background: var(--navy); padding: 48px; border-radius: 2px; }
.contact-card-title { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; }
.contact-card-title::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-detail:last-child { margin-bottom: 0; }
.contact-detail-icon { width: 42px; height: 42px; background: rgba(200,145,58,0.15); border: 1px solid rgba(200,145,58,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 18px; height: 18px; stroke: var(--gold); }
.contact-detail-label { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 4px; }
.contact-detail-value { color: #fff; font-size: 17px; text-decoration: none; transition: color 0.2s; display: block; }
.contact-detail-value:hover { color: var(--gold-light); }

/* ─── DIVIDER ─── */
hr.section-divider { border: none; border-top: 1px solid var(--hairline); margin: 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  nav { padding: 0 28px; }
  .container, .container-narrow, .container-wide { padding: 0 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .icon-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .feature-cards { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 32px; border-left: none; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--hairline); padding: 0 0 24px; }
  .split-section { grid-template-columns: 1fr; }
  .split-section.reverse { direction: ltr; }
  .split-image { min-height: 260px; }
  .split-content { padding: 48px 28px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .icon-row { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 130px 0 72px; }
}

@media (max-width: 480px) {
  .container, .container-narrow, .container-wide { padding: 0 20px; }
  nav { padding: 0 20px; }
  .feature-card { padding: 36px 28px; }
  .pricing-step { padding: 36px 28px; }
  .pricing-amount { font-size: 40px; }
  .icon-row { grid-template-columns: 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
}
