:root {
    --green: #00843D;
    --green-dark: #005f2c;
    --green-soft: #e8f7ee;
    --gold: #FFCD00;
    --gold-soft: #fff6c7;
    --navy: #061d2c;
    --text: #173024;
    --muted: #64746b;
    --bg: #fbfff9;
    --card: #ffffff;
    --line: rgba(0, 132, 61, 0.16);
    --shadow: 0 24px 70px rgba(6, 29, 44, 0.12);
    --radius: 28px;
    --radius-sm: 18px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 10% 0%, rgba(255, 205, 0, 0.18), transparent 34%), linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
    line-height: 1.7;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(0,132,61,0.09) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 70%);
    z-index: -1;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 {
    font-family: 'Outfit', 'Manrope', sans-serif;
    color: var(--navy);
    line-height: 1.05;
    margin: 0 0 1rem;
    letter-spacing: -0.04em;
}
h1 { font-size: clamp(2.8rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: 1.35rem; }
.skip-link {
    position: absolute;
    left: -999px;
    top: 12px;
    background: var(--navy);
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    z-index: 20;
}
.skip-link:focus { left: 12px; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(18px);
    background: rgba(251, 255, 249, 0.94);
    border-bottom: 1px solid var(--line);
}
.top-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.45rem 1rem;
    font-size: 0.88rem;
    color: var(--navy);
    background: linear-gradient(90deg, var(--green), var(--gold));
    font-weight: 800;
}
.flag-badge {
    display: inline-grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    flex: 0 0 auto;
}
.flag-badge.large { width: 3rem; height: 3rem; font-size: 1.5rem; }
.flag-badge.huge { width: 5rem; height: 5rem; font-size: 2.8rem; }
.nav-shell {
    max-width: var(--max);
    margin: 0 auto;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    color: var(--navy);
}
.brand em { color: var(--green); font-style: normal; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 16px;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold), #fff3a0);
    box-shadow: 0 14px 30px rgba(255, 205, 0, 0.25);
}
.nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    border-radius: 999px;
    background: var(--green-soft);
    color: var(--green-dark);
    padding: 0.7rem 1rem;
    font-weight: 800;
}
.nav-toggle svg { width: 18px; }
.nav-links {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 100%;
    padding: 1rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}
.nav-links.open { display: grid; gap: 0.5rem; }
.nav-links a {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    font-weight: 800;
    color: var(--navy);
}
.nav-links a.active, .nav-links a:hover { background: var(--green-soft); color: var(--green-dark); }
.nav-links .nav-cta { background: var(--navy); color: #fff; }
.hero, .section, .page-hero, .article-hero, .article-body, .related-posts {
    max-width: var(--max);
    margin: 0 auto;
    padding: 5rem 1.2rem;
}
.hero-home {
    display: grid;
    gap: 3rem;
    align-items: center;
    padding-top: 4rem;
}
.eyebrow, .kicker, .post-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--green-dark);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    margin-bottom: 1rem;
}
.hero-content p { font-size: 1.16rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 2rem 0; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.35rem;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--green); color: #fff; box-shadow: 0 16px 34px rgba(0, 132, 61, 0.25); }
.btn.primary:hover { background: var(--green-dark); }
.btn.secondary { background: var(--gold-soft); color: var(--navy); border: 1px solid rgba(255, 205, 0, 0.5); }
.btn.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.9rem;
    background: rgba(255,255,255,0.8);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 800;
    color: var(--navy);
}
.trust-row svg, .feature-list svg, .info-card svg, .text-link svg { width: 18px; height: 18px; }
.hero-visual { position: relative; }
.hero-visual img, .image-stack .main-img, .image-frame img, .post-preview img, .article-card img, .article-hero img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    object-fit: cover;
}
.hero-visual img { aspect-ratio: 4 / 3; width: 100%; }
.hero-visual::before {
    content: "✦ ✦ ✦";
    position: absolute;
    right: -0.5rem;
    top: -1.2rem;
    color: var(--gold);
    font-size: 2.2rem;
    letter-spacing: 0.4rem;
    z-index: 2;
}
.aussie-card {
    position: absolute;
    left: 1rem;
    bottom: -1.2rem;
    max-width: 260px;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
}
.aussie-card span { font-size: 2rem; }
.aussie-card strong {
    display: block;
    color: var(--navy);
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
}
.intro-band {
    display: grid;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(0,132,61,0.08), rgba(255,205,0,0.14));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 3rem 1.4rem;
    margin-top: 3rem;
}
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading.narrow { max-width: 850px; margin-bottom: 0; }
.section-heading.with-action { max-width: none; display: grid; gap: 1rem; align-items: end; }
.stat-grid, .card-grid, .article-grid { display: grid; gap: 1rem; }
.stat-grid article, .info-card, .sidebar-card, .mini-post, .contact-card, .tool-card, .takeaway-box {
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 1.4rem;
    box-shadow: 0 14px 40px rgba(6,29,44,0.07);
}
.stat-grid strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 2.8rem;
    color: var(--green);
    line-height: 1;
}
.stat-grid span { color: var(--muted); font-weight: 800; }
.split { display: grid; gap: 3rem; align-items: center; }
.feature-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.feature-list div {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}
.feature-list svg, .info-card svg { color: var(--green); flex: 0 0 auto; }
.image-stack { position: relative; min-height: 430px; }
.image-stack .main-img { width: 88%; aspect-ratio: 4 / 3; }
.image-stack .float-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    border-radius: 22px;
    border: 8px solid #fff;
    box-shadow: var(--shadow);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.tool-section {
    display: grid;
    gap: 2rem;
    align-items: start;
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius);
    margin-top: 2rem;
    padding: 3rem 1.4rem;
    position: relative;
    overflow: hidden;
}
.tool-section::after {
    content: "🇦🇺";
    position: absolute;
    right: -1rem;
    top: -2rem;
    font-size: 8rem;
    opacity: 0.14;
    transform: rotate(12deg);
}
.tool-section h2, .tool-section p { color: #fff; }
.tool-section .kicker { color: var(--gold); }
.tool-card { position: relative; z-index: 1; background: #fff; color: var(--text); }
.tool-card label { display: block; margin: 0.9rem 0 0.35rem; font-weight: 900; color: var(--navy); }
.tool-card select, .tool-card input[type="range"] { width: 100%; }
.tool-card select {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    font: inherit;
    background: var(--bg);
    color: var(--navy);
}
.tool-card input[type="range"] { accent-color: var(--green); }
.range-labels { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--muted); font-weight: 800; }
.tool-result {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 16px;
    background: var(--green-soft);
    border: 1px solid var(--line);
    color: var(--green-dark);
    font-weight: 700;
}
.info-card { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.info-card:hover, .article-card:hover, .post-preview:hover, .mini-post:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.featured-card { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.featured-card h3, .featured-card p, .featured-card svg { color: #fff; }
.article-grid { grid-template-columns: 1fr; }
.article-card, .post-preview {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(6,29,44,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.article-card img { width: 100%; aspect-ratio: 16 / 10; border-radius: 0; }
.article-card div, .post-preview div { padding: 1.35rem; }
.article-card span { color: var(--green); font-weight: 900; text-transform: uppercase; font-size: 0.78rem; }
.article-card a:hover, .post-preview a:hover, .mini-post a:hover, .footer-grid a:hover { color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--green-dark); font-weight: 900; }
.cta-panel {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    background: linear-gradient(135deg, var(--gold), #fff1a3);
    border-radius: var(--radius);
    padding: 3rem 1.4rem;
    margin-bottom: 4rem;
}
.cta-panel h2, .cta-panel p { color: var(--navy); }
.page-hero { padding-top: 5rem; padding-bottom: 3rem; }
.page-hero > div { max-width: 850px; }
.page-hero p { font-size: 1.18rem; }
.contact-hero a { color: var(--green-dark); font-weight: 900; }
.blog-layout { display: grid; gap: 2rem; align-items: start; }
.post-list { display: grid; gap: 1.3rem; }
.post-preview { display: grid; }
.post-preview img { width: 100%; height: 100%; min-height: 260px; border-radius: 0; }
.blog-sidebar { display: grid; gap: 1rem; }
.sidebar-card.gold { background: var(--gold-soft); }
.article-page { max-width: 980px; margin: 0 auto; }
.crumb { display: inline-block; margin-bottom: 1rem; color: var(--green-dark); font-weight: 900; }
.article-hero { padding-bottom: 2rem; }
.article-hero img { width: 100%; aspect-ratio: 16 / 8; margin-top: 2rem; }
.article-body { padding-top: 1rem; max-width: 820px; }
.article-body section { margin-bottom: 2.2rem; }
.article-body p { font-size: 1.05rem; }
.takeaway-box { background: linear-gradient(135deg, var(--green-soft), var(--gold-soft)); }
.related-posts { padding-top: 2rem; }
.contact-card-section { padding-top: 2rem; }
.contact-card { text-align: center; max-width: 720px; margin: 0 auto; padding: 3rem 1.4rem; }
.contact-card h2 { word-break: break-word; }
.image-frame img { aspect-ratio: 4 / 3; }
.error-page { min-height: 52vh; }
.site-footer { background: var(--navy); color: #fff; margin-top: 2rem; padding: 4rem 1.2rem 1.5rem; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; gap: 2rem; }
.footer-grid h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-grid p, .footer-grid a, .footer-bottom { color: rgba(255,255,255,0.72); }
.footer-grid a { display: block; margin: 0.45rem 0; font-weight: 700; }
.footer-brand { color: #fff; margin-bottom: 1rem; }
.footer-card { padding: 1.2rem; border-radius: 20px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); }
.footer-card strong { display: block; margin-top: 0.8rem; }
.footer-bottom {
    max-width: var(--max);
    margin: 2.5rem auto 0;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.14);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.reveal-on-scroll {
    opacity: 1;
    transform: none;
}
body.js-enabled .reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
body.js-enabled .reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 680px) {
    .stat-grid, .card-grid.three, .article-grid, .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .section-heading.with-action, .cta-panel { grid-template-columns: 1fr auto; }
    .post-preview { grid-template-columns: 0.8fr 1.2fr; }
}
@media (min-width: 900px) {
    .nav-toggle { display: none; }
    .nav-links {
        display: flex;
        align-items: center;
        position: static;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .nav-links a { padding: 0.65rem 0.9rem; }
    .hero-home, .split, .tool-section, .blog-layout { grid-template-columns: 1fr 1fr; }
    .blog-layout { grid-template-columns: minmax(0, 1fr) 320px; }
    .blog-sidebar { position: sticky; top: 130px; }
    .intro-band { grid-template-columns: 1.5fr 1fr; padding: 4rem; }
    .tool-section { padding: 4rem; }
    .cta-panel { padding: 4rem; }
}
@media (min-width: 1200px) {
    .hero, .section, .page-hero, .article-hero, .article-body, .related-posts { padding-left: 0; padding-right: 0; }
}
@media (max-width: 420px) {
    .top-strip { font-size: 0.76rem; }
    .brand { font-size: 1rem; }
    .hero, .section, .page-hero, .article-hero, .article-body, .related-posts { padding-top: 3.5rem; padding-bottom: 3.5rem; }
    .hero-actions .btn { width: 100%; }
}