:root {
    --g360-navy: #0b1f3a;
    --g360-navy-2: #102a4d;
    --g360-blue: #1d5d8f;
    --g360-blue-light: #5da4d4;
    --g360-green: #45a84f;
    --g360-green-dark: #2f7e38;
    --g360-ink: #142033;
    --g360-muted: #607086;
    --g360-line: #d8e1e9;
    --g360-soft: #f2f6f8;
    --g360-white: #ffffff;
    --g360-shadow: 0 24px 60px rgba(11, 31, 58, 0.14);
    --g360-radius: 22px;
    --g360-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--g360-ink);
    background: var(--g360-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.g360-nav-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.g360-container { width: min(calc(100% - 40px), var(--g360-container)); margin-inline: auto; }
.g360-content-narrow { max-width: 820px; }
.g360-skip-link {
    position: fixed;
    z-index: 9999;
    top: -100px;
    left: 20px;
    padding: 12px 18px;
    background: var(--g360-white);
    color: var(--g360-navy);
    border-radius: 8px;
}
.g360-skip-link:focus { top: 20px; }

.g360-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    padding: 18px 0;
    transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.g360-header.is-scrolled {
    padding: 10px 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(11,31,58,.09);
    backdrop-filter: blur(15px);
}
.g360-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.g360-brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 235px; }
.g360-brand { position: relative; }
.g360-brand__logo, .custom-logo { width: 260px; max-height: 72px; object-fit: contain; object-position: left center; }
.g360-brand__logo--reverse { position: absolute; inset: 0 auto auto 0; opacity: 0; pointer-events: none; }
.g360-header:not(.is-scrolled) .g360-brand__logo--standard { opacity: 0; }
.g360-header:not(.is-scrolled) .g360-brand__logo--reverse { opacity: 1; }
.g360-header:not(.is-scrolled) .custom-logo-link { padding: 6px 10px; border-radius: 10px; background: rgba(255,255,255,.92); }
.g360-nav { display: flex; align-items: center; gap: 28px; }
.g360-nav__list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.g360-nav__list a { color: var(--g360-navy); font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .01em; }
.g360-header:not(.is-scrolled) .g360-nav__list a { color: rgba(255,255,255,.88); }
.g360-nav__list a:hover, .g360-nav__list a:focus { color: var(--g360-green); }
.g360-nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 12px; background: var(--g360-white); cursor: pointer; }
.g360-nav-toggle__line { display: block; height: 2px; margin: 5px 0; background: var(--g360-navy); }

.g360-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 1px solid var(--g360-green);
    border-radius: 12px;
    background: var(--g360-green);
    color: var(--g360-white);
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(69,168,79,.24);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.g360-button:hover, .g360-button:focus { transform: translateY(-2px); background: var(--g360-green-dark); box-shadow: 0 16px 34px rgba(69,168,79,.3); }
.g360-button--small { min-height: 44px; padding: 11px 17px; font-size: 14px; }
.g360-button--ghost { border-color: rgba(255,255,255,.45); background: transparent; color: var(--g360-white); box-shadow: none; }
.g360-button--ghost:hover, .g360-button--ghost:focus { background: rgba(255,255,255,.1); }
.g360-button--full { width: 100%; }

.g360-hero {
    position: relative;
    min-height: 790px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 155px 0 100px;
    background:
        linear-gradient(115deg, rgba(7,24,45,.98) 0%, rgba(12,38,68,.95) 52%, rgba(15,58,79,.92) 100%),
        url('../images/hero-property.jpg') center/cover no-repeat;
    color: var(--g360-white);
}
.g360-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(to top, rgba(11,31,58,.42), transparent);
}
.g360-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; align-items: center; }
.g360-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--g360-blue); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.g360-eyebrow span { width: 28px; height: 3px; border-radius: 2px; background: var(--g360-green); }
.g360-eyebrow--light { color: #9bd2f0; }
.g360-hero .g360-eyebrow { color: #b4d9ee; }
.g360-hero h1 { max-width: 760px; margin: 0; font-size: clamp(43px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.g360-hero__lead { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.6; }
.g360-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.g360-hero__trust { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; color: rgba(255,255,255,.64); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.g360-hero__trust span::before { content: "✓"; margin-right: 8px; color: var(--g360-green); }
.g360-hero__glow { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .25; }
.g360-hero__glow--one { width: 500px; height: 500px; right: -100px; top: -100px; background: radial-gradient(circle, var(--g360-blue-light), transparent 70%); }
.g360-hero__glow--two { width: 300px; height: 300px; left: 34%; bottom: -130px; background: radial-gradient(circle, var(--g360-green), transparent 70%); }

.g360-dashboard { padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.96); color: var(--g360-ink); box-shadow: 0 35px 80px rgba(0,0,0,.34); backdrop-filter: blur(20px); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.g360-dashboard__topbar, .g360-dashboard__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.g360-dashboard__topbar strong { display: block; margin-top: 4px; font-size: 16px; }
.g360-dashboard__label { color: var(--g360-muted); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.g360-status { flex-shrink: 0; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; }
.g360-status--review { background: #e8f3fa; color: var(--g360-blue); }
.g360-score-panel { display: grid; grid-template-columns: 116px 1fr; gap: 22px; align-items: center; margin-top: 25px; padding: 22px; border-radius: 18px; background: linear-gradient(135deg, #f2f8fb, #eef7ef); }
.g360-score-ring { position: relative; display: grid; place-content: center; width: 106px; height: 106px; border-radius: 50%; background: conic-gradient(var(--g360-green) 0 82%, #d9e3e9 82% 100%); }
.g360-score-ring::before { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: var(--g360-white); }
.g360-score-ring span, .g360-score-ring small { position: relative; z-index: 1; }
.g360-score-ring span { font-size: 32px; font-weight: 900; line-height: 1; }
.g360-score-ring small { color: var(--g360-muted); font-size: 11px; text-align: center; }
.g360-score-panel__title { display: block; margin-top: 2px; color: var(--g360-green-dark); font-size: 23px; }
.g360-score-panel p { margin: 4px 0 0; color: var(--g360-muted); font-size: 13px; line-height: 1.45; }
.g360-metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.g360-metric { padding: 15px; border: 1px solid var(--g360-line); border-radius: 14px; background: var(--g360-white); }
.g360-metric span, .g360-metric small { display: block; color: var(--g360-muted); font-size: 11px; }
.g360-metric strong { display: block; margin: 3px 0 1px; color: var(--g360-navy); font-size: 21px; }
.g360-dashboard__bar { height: 7px; margin: 20px 0 13px; overflow: hidden; border-radius: 999px; background: #dce6eb; }
.g360-dashboard__bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--g360-blue), var(--g360-green)); }
.g360-dashboard__footer { color: var(--g360-muted); font-size: 10px; }
.g360-dashboard__footer span::before { content: "•"; margin-right: 5px; color: var(--g360-green); }

.g360-proof { position: relative; z-index: 3; margin-top: -35px; }
.g360-proof__grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border-radius: 18px; background: var(--g360-white); box-shadow: var(--g360-shadow); }
.g360-proof__grid div { padding: 27px 24px; border-right: 1px solid var(--g360-line); text-align: center; }
.g360-proof__grid div:last-child { border-right: 0; }
.g360-proof strong { display: block; color: var(--g360-navy); font-size: 26px; line-height: 1.2; }
.g360-proof span { color: var(--g360-muted); font-size: 13px; }

.g360-section { padding: 110px 0; }
.g360-section--soft { background: var(--g360-soft); }
.g360-section--dark { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--g360-navy), #113d5a); color: var(--g360-white); }
.g360-section--dark::before { content: ""; position: absolute; width: 480px; height: 480px; right: -120px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(93,164,212,.18), transparent 68%); }
.g360-section-heading { max-width: 790px; margin-bottom: 55px; }
.g360-section-heading--center { margin-inline: auto; text-align: center; }
.g360-section-heading--center .g360-eyebrow { justify-content: center; }
.g360-section h2, .g360-insight h2, .g360-contact h2 { margin: 0; color: var(--g360-navy); font-size: clamp(36px, 4.3vw, 54px); line-height: 1.12; letter-spacing: -.035em; }
.g360-section--dark h2, .g360-contact h2 { color: var(--g360-white); }
.g360-section-heading > p:last-child { margin: 22px 0 0; color: var(--g360-muted); font-size: 19px; }

.g360-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.g360-card { padding: 31px; border: 1px solid var(--g360-line); border-radius: var(--g360-radius); background: var(--g360-white); box-shadow: 0 10px 35px rgba(11,31,58,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.g360-card:hover { transform: translateY(-5px); border-color: rgba(29,93,143,.35); box-shadow: 0 20px 44px rgba(11,31,58,.1); }
.g360-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 14px; background: #edf6fa; color: var(--g360-blue); }
.g360-card__icon img { width: 28px; height: 28px; }
.g360-card h3 { margin: 0; color: var(--g360-navy); font-size: 21px; }
.g360-card p { margin: 12px 0 0; color: var(--g360-muted); font-size: 15px; }

.g360-framework { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.g360-framework__content > p:not(.g360-eyebrow) { color: rgba(255,255,255,.7); font-size: 18px; }
.g360-check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.g360-check-list li { position: relative; padding-left: 31px; color: rgba(255,255,255,.84); }
.g360-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--g360-green); font-weight: 900; }
.g360-text-link { color: var(--g360-white); font-weight: 800; text-decoration: none; }
.g360-text-link span { margin-left: 5px; color: var(--g360-green); }
.g360-orbit { position: relative; min-height: 475px; }
.g360-orbit__ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; transform: translate(-50%, -50%); }
.g360-orbit__ring--one { width: 390px; height: 390px; }
.g360-orbit__ring--two { width: 260px; height: 260px; }
.g360-orbit__core { position: absolute; left: 50%; top: 50%; display: grid; place-content: center; width: 165px; height: 165px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: linear-gradient(145deg, rgba(93,164,212,.28), rgba(69,168,79,.18)); text-align: center; transform: translate(-50%,-50%); box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.g360-orbit__core strong { font-size: 37px; }
.g360-orbit__core span { color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.g360-orbit__node { position: absolute; min-width: 105px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); color: var(--g360-white); font-size: 12px; font-weight: 800; text-align: center; backdrop-filter: blur(10px); }
.g360-orbit__node--one { left: 12%; top: 20%; }
.g360-orbit__node--two { right: 3%; top: 28%; }
.g360-orbit__node--three { left: 5%; bottom: 20%; }
.g360-orbit__node--four { right: 10%; bottom: 16%; }

.g360-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--g360-line); border-radius: var(--g360-radius); background: var(--g360-white); box-shadow: 0 18px 50px rgba(11,31,58,.06); }
.g360-process article { min-height: 290px; padding: 32px; border-right: 1px solid var(--g360-line); }
.g360-process article:last-child { border-right: 0; }
.g360-process article > span { display: inline-block; margin-bottom: 45px; color: var(--g360-green); font-size: 14px; font-weight: 900; }
.g360-process h3 { margin: 0; color: var(--g360-navy); font-size: 25px; }
.g360-process p { margin: 12px 0 0; color: var(--g360-muted); font-size: 15px; }

.g360-audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.g360-audience-grid article { padding: 28px; border-radius: 18px; background: var(--g360-white); box-shadow: 0 10px 35px rgba(11,31,58,.06); }
.g360-audience-grid strong { display: block; color: var(--g360-navy); font-size: 18px; }
.g360-audience-grid p { margin: 10px 0 0; color: var(--g360-muted); font-size: 14px; }

.g360-insight { padding: 0; background: var(--g360-white); }
.g360-insight__grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; max-width: none; width: 100%; }
.g360-insight__image { min-height: 560px; background: linear-gradient(rgba(11,31,58,.06),rgba(11,31,58,.06)), url('../images/insight-property.jpg') center/cover no-repeat; }
.g360-insight__content { display: flex; flex-direction: column; justify-content: center; max-width: 650px; padding: 80px 8vw; }
.g360-insight__content > p:not(.g360-eyebrow) { color: var(--g360-muted); font-size: 18px; }
.g360-thresholds { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 22px; }
.g360-thresholds div { padding: 18px; border: 1px solid var(--g360-line); border-radius: 14px; }
.g360-thresholds span { display: block; color: var(--g360-muted); font-size: 11px; }
.g360-thresholds strong { display: block; margin-top: 4px; color: var(--g360-navy); font-size: 19px; }

.g360-contact { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--g360-navy), #0f4660); color: var(--g360-white); }
.g360-contact::before { content: ""; position: absolute; width: 500px; height: 500px; left: -200px; bottom: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(69,168,79,.22), transparent 68%); }
.g360-contact__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.g360-contact__content > p:not(.g360-eyebrow) { color: rgba(255,255,255,.7); font-size: 18px; }
.g360-contact__points { display: grid; gap: 12px; margin-top: 27px; }
.g360-contact__points span::before { content: "✓"; margin-right: 10px; color: var(--g360-green); font-weight: 900; }
.g360-form-card { padding: 36px; border-radius: 24px; background: var(--g360-white); color: var(--g360-ink); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.g360-form-card form { display: grid; gap: 9px; }
.g360-form-card label { margin-top: 7px; color: var(--g360-navy); font-size: 13px; font-weight: 800; }
.g360-form-card input, .g360-form-card select, .g360-form-card textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd7df; border-radius: 10px; background: var(--g360-white); color: var(--g360-ink); }
.g360-form-card input:focus, .g360-form-card select:focus, .g360-form-card textarea:focus { outline: 3px solid rgba(29,93,143,.18); border-color: var(--g360-blue); }
.g360-form-card textarea { resize: vertical; }
.g360-form-card__privacy { margin: 8px 0 0; color: var(--g360-muted); font-size: 11px; text-align: center; }
.g360-alert { margin-bottom: 17px; padding: 12px 14px; border-radius: 10px; font-size: 14px; }
.g360-alert--success { background: #e9f7eb; color: #246b2d; }
.g360-alert--error { background: #fff0f0; color: #8b2f2f; }
.g360-honeypot { position: absolute !important; left: -9999px !important; }

.g360-footer { padding: 75px 0 25px; background: #071629; color: rgba(255,255,255,.68); }
.g360-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; }
.g360-footer__logo { width: 250px; margin-bottom: 16px; }
.g360-footer p { margin: 0; font-size: 14px; }
.g360-footer__heading { margin: 0 0 17px; color: var(--g360-white); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.g360-footer__links, .g360-footer__links .g360-nav__list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.g360-footer__links a, .g360-footer__links .g360-nav__list a { color: rgba(255,255,255,.7); font-size: 14px; text-decoration: none; }
.g360-footer__links a:hover { color: var(--g360-green); }
.g360-footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.g360-footer__disclaimer { max-width: 650px; text-align: right; }

.g360-default-page { padding-top: 160px; min-height: 65vh; }
.g360-default-page h1 { color: var(--g360-navy); font-size: clamp(38px,5vw,60px); line-height: 1.1; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
    .g360-nav-toggle { display: block; }
    .g360-nav { position: fixed; inset: 83px 20px auto; display: none; align-items: stretch; padding: 24px; border-radius: 18px; background: var(--g360-white); box-shadow: var(--g360-shadow); }
    .g360-nav.is-open { display: grid; }
    .g360-nav__list { display: grid; gap: 12px; }
    .g360-header:not(.is-scrolled) .g360-nav__list a { color: var(--g360-navy); }
    .g360-hero__grid { grid-template-columns: 1fr; gap: 55px; }
    .g360-hero__content { max-width: 800px; }
    .g360-dashboard { max-width: 720px; transform: none; }
    .g360-feature-grid { grid-template-columns: repeat(2,1fr); }
    .g360-framework { grid-template-columns: 1fr; }
    .g360-orbit { max-width: 650px; width: 100%; margin-inline: auto; }
    .g360-process { grid-template-columns: repeat(2,1fr); }
    .g360-process article:nth-child(2) { border-right: 0; }
    .g360-process article:nth-child(-n+2) { border-bottom: 1px solid var(--g360-line); }
    .g360-audience-grid { grid-template-columns: repeat(2,1fr); }
    .g360-contact__grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 760px) {
    body { font-size: 16px; }
    .g360-container { width: min(calc(100% - 28px), var(--g360-container)); }
    .g360-header { padding: 12px 0; }
    .g360-brand { min-width: 0; }
    .g360-brand__logo, .custom-logo { width: 215px; max-height: 58px; }
    .g360-nav { inset: 74px 14px auto; }
    .g360-hero { min-height: auto; padding: 135px 0 90px; }
    .g360-hero h1 { font-size: 42px; }
    .g360-hero__lead { font-size: 17px; }
    .g360-dashboard { padding: 17px; }
    .g360-dashboard__topbar { align-items: flex-start; }
    .g360-score-panel { grid-template-columns: 90px 1fr; padding: 16px; }
    .g360-score-ring { width: 82px; height: 82px; }
    .g360-score-ring span { font-size: 25px; }
    .g360-score-panel__title { font-size: 19px; }
    .g360-dashboard__footer { display: grid; gap: 3px; }
    .g360-proof { margin-top: -25px; }
    .g360-proof__grid { grid-template-columns: repeat(2,1fr); }
    .g360-proof__grid div:nth-child(2) { border-right: 0; }
    .g360-proof__grid div:nth-child(-n+2) { border-bottom: 1px solid var(--g360-line); }
    .g360-section { padding: 80px 0; }
    .g360-feature-grid, .g360-audience-grid { grid-template-columns: 1fr; }
    .g360-process { grid-template-columns: 1fr; }
    .g360-process article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--g360-line); }
    .g360-process article:last-child { border-bottom: 0; }
    .g360-process article > span { margin-bottom: 24px; }
    .g360-orbit { min-height: 390px; transform: scale(.82); margin: -30px auto; }
    .g360-insight__grid { grid-template-columns: 1fr; }
    .g360-insight__image { min-height: 360px; }
    .g360-insight__content { padding: 65px 25px; }
    .g360-thresholds { grid-template-columns: 1fr; }
    .g360-form-card { padding: 24px; }
    .g360-footer__grid { grid-template-columns: 1fr; gap: 38px; }
    .g360-footer__bottom { display: grid; }
    .g360-footer__disclaimer { text-align: left; }
}

@media (max-width: 440px) {
    .g360-hero h1 { font-size: 37px; }
    .g360-hero__actions { display: grid; }
    .g360-metric-grid { grid-template-columns: 1fr; }
    .g360-score-panel { grid-template-columns: 1fr; }
    .g360-proof__grid { grid-template-columns: 1fr; }
    .g360-proof__grid div { border-right: 0; border-bottom: 1px solid var(--g360-line); }
    .g360-orbit { transform: scale(.68); margin: -65px auto; }
}

/* Version 1.1 editable-theme enhancements */
.g360-hero--custom-image {
    background-image: linear-gradient(90deg, rgba(7,22,41,.96) 0%, rgba(7,22,41,.88) 45%, rgba(7,22,41,.62) 100%), var(--g360-hero-image);
    background-size: cover;
    background-position: center;
}
.g360-hero__grid--single { grid-template-columns: minmax(0, 850px); }
.g360-page-content { padding-top: 70px; padding-bottom: 70px; }
.g360-entry-content { max-width: 1000px; }
.g360-entry-content > *:first-child { margin-top: 0; }
.g360-entry-content > *:last-child { margin-bottom: 0; }
.g360-entry-content h1,
.g360-entry-content h2,
.g360-entry-content h3 { color: var(--g360-navy); }
.g360-entry-content img { max-width: 100%; height: auto; border-radius: 12px; }
.g360-footer__custom-logo .custom-logo-link { display: inline-block; }
.g360-footer__custom-logo .custom-logo { width: 250px; max-height: 90px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.g360-nav__list .menu-item-has-children { position: relative; }
.g360-nav__list .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 210px;
    margin: 0;
    padding: 10px;
    border-radius: 12px;
    list-style: none;
    background: var(--g360-white);
    box-shadow: var(--g360-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.g360-nav__list .menu-item-has-children:hover > .sub-menu,
.g360-nav__list .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.g360-nav__list .sub-menu a,
.g360-header:not(.is-scrolled) .g360-nav__list .sub-menu a { display: block; padding: 9px 10px; color: var(--g360-navy); white-space: nowrap; }
.g360-nav__list .sub-menu a:hover { color: var(--g360-blue); }

@media (max-width: 1050px) {
    .g360-nav__list .sub-menu {
        position: static;
        display: grid;
        gap: 6px;
        min-width: 0;
        margin: 6px 0 0 14px;
        padding: 0 0 0 12px;
        border-left: 2px solid var(--g360-line);
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .g360-nav__list .sub-menu a { padding: 4px 0; white-space: normal; }
}
.g360-brand__fallback { position: relative; display: inline-flex; align-items: center; text-decoration: none; }
