:root {
  --purple: #58b0c0;
  --purple-dark: #3d8996;
  --magenta: #4b6584;
  --blue: #bddde2;
  --mint: #d6e7df;
  --peach: #e8a598;
  --lavender: #f8f6f0;
  --dark: #0a1837;
  --ink: #0a1837;
  --white: #fff;
  --muted: #536078;
  --line: rgba(10, 24, 55, .14);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--dark); font-family: "Poppins", sans-serif; }
h1, h2, h3, .marketing-brand, .marketing-nav, .marketing-btn, .section-kicker, .stat-value, .price { font-family: "Lexend", sans-serif; }
a { color: inherit; }
.container-xl { max-width: 1400px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--dark); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.marketing-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 15px 0; background: rgba(248, 246, 240, .82); border-bottom: 1px solid rgba(10, 24, 55, .08); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-inline: clamp(24px, 4vw, 64px); }
.marketing-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--dark); text-decoration: none; line-height: 1; }
.marketing-logo { display: block; width: 265px; height: 70px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.brand-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--magenta)); color: var(--white); font-size: 13px; font-weight: 700; box-shadow: 0 8px 20px rgba(107, 57, 244, .22); }
.brand-copy strong { display: block; font-size: 15px; font-weight: 600; }
.brand-copy small { display: block; margin-top: 7px; color: var(--muted); font-family: "Poppins", sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.marketing-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 43px); font-size: 14px; font-weight: 500; }
.marketing-nav a { position: relative; text-decoration: none; }
.marketing-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--purple); transform: scaleX(0); transition: transform .25s ease; }
.marketing-nav a:hover::after, .marketing-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 14px 20px; border-radius: 999px; background: var(--dark); color: var(--white); transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--purple); color: var(--white); transform: translateY(-2px); }
.nav-cta span, .marketing-btn span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.nav-cta:hover span, .marketing-btn:hover span { transform: rotate(45deg); }

.marketing-hero { position: relative; min-height: 900px; display: flex; align-items: center; padding: 170px 0 155px; overflow: hidden; background-image: linear-gradient(90deg, rgba(248, 246, 240, .98) 0%, rgba(248, 246, 240, .91) 37%, rgba(248, 246, 240, .38) 62%, rgba(248, 246, 240, .06) 100%), url("../img/auckland-hero.png"); background-position: center; background-size: cover; }
.hero-ghost { position: absolute; top: 95px; left: 50%; color: rgba(33, 37, 41, .045); font-family: "Lexend", sans-serif; font-size: clamp(90px, 15vw, 235px); font-weight: 700; line-height: 1; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; -webkit-mask-image: linear-gradient(#000, transparent); mask-image: linear-gradient(#000, transparent); }
.hero-content { position: relative; z-index: 2; padding-inline: clamp(24px, 4vw, 64px); }
.hero-intro { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: #55565b; font-size: 15px; }
.gradient-pill { display: inline-block; padding: 8px 17px; border-radius: 999px; background: linear-gradient(90deg, var(--purple), var(--magenta)); color: var(--white); font-size: 13px; font-weight: 600; }
.hero-copy h1 { max-width: 720px; margin: 0 0 32px; color: var(--dark); font-size: clamp(48px, 5.4vw, 78px); font-weight: 400; letter-spacing: -.055em; line-height: 1.05; }
.hero-copy h1 strong { font-weight: 650; }
.marked { position: relative; z-index: 1; display: inline-block; font-weight: 600; }
.marked::before { content: ""; position: absolute; z-index: -1; right: -3%; bottom: 2px; left: -3%; height: 18px; border-radius: 3px; background: linear-gradient(90deg, var(--blue), var(--mint)); transform: rotate(-1deg); }
.hero-features { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-bottom: 30px; font-family: "Lexend", sans-serif; font-size: 15px; font-weight: 500; }
.hero-features span { display: inline-flex; align-items: center; gap: 9px; }
.hero-features i { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #ddd; border-radius: 50%; background: var(--white); color: var(--purple); font-style: normal; box-shadow: 0 8px 20px rgba(33, 37, 41, .08); }
.marketing-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 15px 28px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 550; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.marketing-btn:hover { transform: translateY(-3px); }
.dark-btn { background: var(--dark); color: var(--white); box-shadow: 0 13px 30px rgba(33, 37, 41, .18); }
.dark-btn:hover { background: var(--purple); color: var(--white); }
.hero-angle { position: absolute; right: -5%; bottom: -60px; left: -5%; height: 125px; background: var(--white); transform: rotate(-3deg); transform-origin: center; }

.hero-collage { position: relative; min-height: 510px; max-width: 600px; margin: 20px auto -70px; }
.collage-photo, .collage-card { position: absolute; overflow: hidden; border: 1px solid rgba(33, 37, 41, .09); border-radius: 12px; box-shadow: 0 24px 50px rgba(44, 31, 82, .12); animation: float-card 6s ease-in-out infinite; }
.collage-photo { z-index: 3; top: 80px; left: 23%; width: 51%; margin: 0; background: var(--blue); transform: rotate(-2deg); animation-delay: -.8s; }
.collage-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.collage-card { display: flex; flex-direction: column; justify-content: center; padding: 18px; background: var(--white); font-family: "Lexend", sans-serif; }
.card-a { z-index: 4; top: 17px; left: 2%; width: 220px; height: 126px; background: var(--dark); color: var(--white); transform: rotate(-5deg); animation-delay: -2s; }
.mini-label { margin-bottom: 8px; color: var(--blue); font-family: "Poppins", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.card-a strong { font-size: 22px; }
.card-b { z-index: 2; top: 15px; right: 0; width: 150px; height: 170px; background: linear-gradient(145deg, var(--purple), var(--magenta)); transform: rotate(7deg); animation-delay: -3s; }
.shape { position: absolute; display: block; border-radius: 50%; }
.shape-ring { width: 78px; height: 78px; top: 33px; left: 31px; border: 13px solid rgba(255,255,255,.84); }
.shape-dot { width: 31px; height: 31px; right: 23px; bottom: 24px; background: var(--mint); }
.card-c { z-index: 5; top: 235px; left: 0; width: 155px; height: 170px; background: var(--blue); transform: rotate(4deg); animation-delay: -1.4s; }
.metric { font-size: 52px; font-weight: 650; letter-spacing: -.07em; line-height: 1; }
.card-c > span:last-child { margin-top: 8px; font-family: "Poppins", sans-serif; font-size: 13px; line-height: 1.35; }
.card-d { z-index: 4; top: 342px; right: 3%; width: 200px; height: 130px; background: var(--white); transform: rotate(-5deg); animation-delay: -4s; }
.search-line { display: block; width: 100%; height: 9px; margin-bottom: 9px; border-radius: 9px; background: #e9e9ef; }
.search-line.short { width: 62%; }
.search-button { align-self: flex-start; margin-top: 5px; padding: 7px 11px; border-radius: 6px; background: var(--purple); color: var(--white); font-size: 10px; }
.card-e { z-index: 6; right: 2%; bottom: -10px; width: 158px; height: 140px; background: var(--mint); transform: rotate(5deg); animation-delay: -2.7s; }
.card-e .spark { color: var(--purple); font-size: 27px; }
.card-e strong { margin-top: 4px; font-size: 22px; line-height: 1.05; }
@keyframes float-card { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }

.marquee-band { position: relative; z-index: 5; width: 110%; margin: -56px -5% 0; overflow: hidden; background: linear-gradient(90deg, var(--blue), var(--mint)); color: var(--dark); transform: rotate(-3deg); }
.marquee-track { display: flex; width: max-content; padding: 22px 0; font-family: "Lexend", sans-serif; font-size: 20px; font-weight: 500; white-space: nowrap; animation: marquee 28s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about-section { padding: 150px 0 120px; }
.about-section .container-xl, .process-section .container-xl, .pricing-content, .contact-section .container-xl { padding-inline: clamp(24px, 4vw, 64px); }
.section-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; color: var(--purple); font-size: 13px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.section-kicker span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.section-kicker.light { color: var(--blue); }
.section-kicker.centered { justify-content: center; }
.about-section h2, .process-section h2, .pricing-section h2, .contact-section h2 { margin: 0; font-size: clamp(38px, 4.4vw, 62px); font-weight: 450; letter-spacing: -.05em; line-height: 1.08; }
.word-highlight { position: relative; z-index: 1; font-weight: 650; }
.word-highlight::after { content: ""; position: absolute; z-index: -1; right: -5px; bottom: 4px; left: -5px; height: 12px; border-radius: 8px; background: var(--mint); transform: rotate(-2deg); }
.lead-copy { margin: 0 0 18px; color: var(--dark); font-size: 20px; line-height: 1.65; }
.about-section .col-lg-6 > p:not(.lead-copy) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-block; margin-top: 11px; color: var(--purple); font-family: "Lexend", sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--magenta); }
.process-section { padding: 140px 0; background-image: linear-gradient(rgba(10, 24, 55, .40), rgba(10, 24, 55, .40)), url("../img/waitakere-ranges.png"); background-position: center; background-size: cover; color: var(--white); }
.process-section h2 { color: var(--white); text-shadow: 0 2px 18px rgba(10, 24, 55, .25); }
.process-section .section-kicker { color: var(--mint); }
.process-list { margin: 45px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .42); }
.process-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .42); }
.process-list > li > span { color: var(--mint); font-family: "Lexend", sans-serif; font-size: 13px; font-weight: 600; }
.process-list h3 { margin: 0 0 8px; color: var(--white); font-size: 19px; font-weight: 550; text-shadow: 0 2px 12px rgba(10, 24, 55, .3); }
.process-list p { margin: 0; color: rgba(255, 255, 255, .86); font-size: 14px; line-height: 1.65; text-shadow: 0 1px 8px rgba(10, 24, 55, .38); }

.pricing-section { position: relative; padding: 155px 0 140px; overflow: hidden; background: var(--white); }
.pricing-angle { position: absolute; top: -60px; right: -5%; left: -5%; height: 120px; background: var(--lavender); transform: rotate(3deg); }
.pricing-heading { max-width: 770px; margin: 0 auto 65px; }
.pricing-heading p { margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.pricing-grid { max-width: 1100px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0 auto; }
.pricing-column { min-width: 0; }
.price-card-alt { height: 100%; display: flex; flex-direction: column; padding: clamp(28px, 2.7vw, 38px); border: 1px solid #dcdce4; border-radius: 14px; background: var(--white); box-shadow: 0 18px 50px rgba(33,37,41,.06); }
.featured-price { border: 0; background: linear-gradient(145deg, var(--purple), var(--magenta)); color: var(--white); box-shadow: 0 25px 55px rgba(107,57,244,.24); }
.price-tag { display: inline-block; margin-bottom: 30px; padding: 7px 13px; border: 1px solid currentColor; border-radius: 999px; color: var(--purple); font-family: "Lexend", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.featured-price .price-tag { color: var(--white); }
.price-card-alt h3 { margin: 0; font-size: 22px; font-weight: 500; }
.price { margin: 23px 0 2px; color: var(--dark); font-size: clamp(50px, 4.8vw, 66px); font-weight: 600; letter-spacing: -.075em; line-height: 1; }
.featured-price .price { color: var(--white); }
.price span { margin-right: 6px; font-size: 17px; letter-spacing: 0; vertical-align: top; }
.care-plan-card { background: linear-gradient(145deg, #eef7f4, #d6e7df); }
.care-plan-price { font-size: clamp(42px, 4vw, 57px); white-space: nowrap; }
.care-plan-price small { margin-left: 5px; font-size: 15px; font-weight: 500; letter-spacing: 0; }
.price-note { color: var(--muted); font-size: 13px; }
.featured-price .price-note { color: rgba(255,255,255,.7); }
.price-card-alt ul { margin: 33px 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured-price ul { border-color: rgba(255,255,255,.22); }
.price-card-alt li { margin-bottom: 13px; font-size: 14px; }
.price-card-alt li::before { content: "✓"; margin-right: 9px; color: var(--purple); font-weight: 700; }
.featured-price li::before { color: var(--mint); }
.price-card-alt .marketing-btn { align-self: flex-start; margin-top: auto; }
.outline-btn { border: 1px solid var(--dark); color: var(--dark); }
.outline-btn:hover { background: var(--dark); color: var(--white); }
.light-btn { background: var(--white); color: var(--dark); }
.light-btn:hover { background: var(--mint); color: var(--dark); }

.contact-section { padding: 140px 0; background-image: linear-gradient(rgba(10, 24, 55, .20), rgba(10, 24, 55, .20)), url("../img/auckland-harbour.png"); background-position: center; background-size: cover; color: var(--white); }
.contact-section h2 { color: var(--white); text-shadow: 0 3px 20px rgba(10, 24, 55, .42); }
.contact-copy-alt > p { max-width: 530px; margin: 26px 0; color: rgba(255,255,255,.94); font-size: 17px; line-height: 1.75; text-shadow: 0 2px 12px rgba(10, 24, 55, .55); }
.contact-intro { margin-bottom: 45px; }
.whatsapp-cta { position: relative; margin: 0; padding: 42px 48px; background: rgba(247, 247, 247, .97); color: var(--dark); box-shadow: 0 18px 45px rgba(10, 24, 55, .18); clip-path: polygon(0 0, calc(50% - 15px) 0, 50% 15px, calc(50% + 15px) 0, 100% 0, 100% 100%, 0 100%); }
.whatsapp-heading { display: flex; align-items: center; gap: 14px; }
.whatsapp-mark { width: 48px; height: 48px; display: grid; flex: 0 0 48px; place-items: center; border-radius: 50%; background: #25d366; color: var(--white); font-family: "Lexend", sans-serif; font-size: 13px; font-weight: 700; }
.whatsapp-label, .form-label { display: block; margin-bottom: 4px; color: var(--purple-dark); font-family: "Lexend", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.whatsapp-cta h3, .form-heading h3 { margin: 0; color: var(--dark); font-family: "Lexend", sans-serif; font-size: 22px; font-weight: 550; }
.whatsapp-cta-content p { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.whatsapp-qr { width: 150px; display: block; margin: 0 auto; border-radius: 6px; background: var(--white); }
.whatsapp-qr img { display: block; width: 100%; height: auto; border-radius: 8px; }
.whatsapp-button-wrap { position: relative; width: 156px; margin: 42px auto 0; }
.whatsapp-button-arrow { position: absolute; top: -51px; right: -37px; width: 100px; height: 53px; overflow: visible; fill: none; stroke: var(--dark); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-button { width: 156px; min-height: 72px; display: flex; align-items: center; justify-content: center; padding: 13px 18px; border-radius: 5px; background: #212529; color: var(--white); font-family: "Lexend", sans-serif; font-size: 13px; font-weight: 650; line-height: 1.25; text-align: center; text-decoration: none; box-shadow: 0 8px 20px rgba(10, 24, 55, .12); transition: transform .2s, background .2s, box-shadow .2s; }
.whatsapp-button:hover { background: var(--dark); color: var(--white); box-shadow: 0 12px 24px rgba(10, 24, 55, .22); transform: translateY(-2px); }
.contact-or-horizontal { position: relative; display: flex; align-items: center; justify-content: center; min-height: 90px; }
.contact-or-horizontal::before { content: ""; position: absolute; right: 0; left: 0; height: 1px; background: rgba(255, 255, 255, .52); }
.contact-or-horizontal span { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--dark); color: var(--white); font-family: "Lexend", sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.marketing-form { padding: clamp(27px, 4vw, 48px); border-radius: 14px; background: var(--white); color: var(--dark); }
.form-heading { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #dedee3; }
.marketing-form label { display: block; margin-bottom: 9px; font-family: "Lexend", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.marketing-form input, .marketing-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #c9c9d0; border-radius: 0; background: transparent; color: var(--dark); outline: none; }
.marketing-form input:focus, .marketing-form textarea:focus { border-color: var(--purple); box-shadow: 0 2px 0 var(--purple); }
.marketing-form textarea { resize: vertical; }
.gradient-btn { background: linear-gradient(90deg, var(--purple), var(--magenta)); color: var(--white); }
.gradient-btn:hover { color: var(--white); box-shadow: 0 14px 30px rgba(107,57,244,.25); }
.honey { position: absolute !important; left: -9999px !important; }

.marketing-footer { padding: 38px 0; background: #181a1e; color: rgba(255,255,255,.55); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-inline: clamp(24px, 4vw, 64px); }
.footer-brand { padding: 0; background: transparent; color: var(--white); }
.footer-brand .marketing-logo { width: 225px; height: 58px; filter: invert(1) grayscale(1) brightness(1.9); mix-blend-mode: screen; }
.marketing-footer p { margin: 0; font-size: 12px; }
.marketing-footer > .footer-inner > a:last-child { color: var(--white); font-family: "Lexend", sans-serif; font-size: 13px; text-decoration: none; }

@media (max-width: 991px) {
  .marketing-header { position: absolute; padding: 11px 0; }
  .header-inner { padding-inline: 24px; }
  .marketing-nav { gap: 18px; }
  .marketing-hero { min-height: 820px; padding: 155px 0 135px; background-image: linear-gradient(90deg, rgba(248, 246, 240, .97) 0%, rgba(248, 246, 240, .88) 55%, rgba(248, 246, 240, .38) 100%), url("../img/auckland-hero.png"); background-position: 62% center; }
  .hero-collage { margin-top: 65px; }
  .about-section { padding: 120px 0 100px; }
  .whatsapp-cta { padding: 45px 32px; text-align: center; }
  .whatsapp-heading { justify-content: center; text-align: left; }
  .whatsapp-qr { margin-block: 8px 15px; }
}

@media (max-width: 650px) {
  .marketing-logo { width: 188px; height: 50px; }
  .marketing-nav { gap: 13px; font-size: 12px; }
  .marketing-nav a:nth-child(1), .marketing-nav a:nth-child(2) { display: none; }
  .nav-cta { padding: 12px 17px; }
  .marketing-hero { min-height: 810px; padding-top: 135px; background-image: linear-gradient(180deg, rgba(248, 246, 240, .98) 0%, rgba(248, 246, 240, .93) 48%, rgba(248, 246, 240, .42) 72%, rgba(248, 246, 240, .08) 100%), url("../img/auckland-hero.png"); background-position: 60% center; }
  .hero-intro { align-items: flex-start; flex-direction: column; }
  .hero-copy h1 { font-size: 48px; }
  .hero-collage { display: none; }
  .marquee-track { font-size: 16px; }
  .about-section { padding-top: 100px; }
  .process-section, .contact-section { padding-block: 100px; }
  .whatsapp-cta { padding: 44px 24px 36px; }
  .pricing-section { padding-block: 120px 100px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-brand .marketing-logo { width: 205px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
