:root{
    --orange:#f36c00;
    --orange-deep:#d95a00;
    --ink:#17212b;
    --ink-soft:#33414e;
    --muted:#697580;
    --line:#e6e9ec;
    --soft:#f7f8f9;
    --white:#ffffff;
    --shadow:0 30px 80px rgba(23,33,43,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    color:var(--ink);
    background:#fff;
    -webkit-font-smoothing:antialiased;
}
body.modal-open{overflow:hidden}
button,input,textarea{font:inherit}
button{border:0}
img{display:block;max-width:100%}
a{color:inherit}
.container{width:min(1280px,calc(100% - 48px));margin:0 auto}

.site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,255,255,.93);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(23,33,43,.08);
}
.header-inner{
    min-height:92px;
    display:flex;
    align-items:center;
    gap:38px;
}
.brand img{width:220px}
.main-nav{
    margin-left:auto;
    display:flex;
    gap:32px;
}
.main-nav a{
    text-decoration:none;
    font-size:14px;
    font-weight:650;
    color:var(--ink-soft);
}
.main-nav a:hover{color:var(--orange)}

.btn{
    min-height:54px;
    padding:0 26px;
    border-radius:9px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:750;
    cursor:pointer;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
    color:#fff;
    background:linear-gradient(135deg,#ff8612,var(--orange));
    box-shadow:0 14px 32px rgba(243,108,0,.24);
}
.btn-primary:hover{
    background:linear-gradient(135deg,#f47700,var(--orange-deep));
    box-shadow:0 18px 36px rgba(243,108,0,.3);
}
.btn-small{min-height:46px;padding:0 20px;font-size:14px}
.btn-large{min-width:210px}

.hero{
    position:relative;
    overflow:hidden;
    padding:90px 0 100px;
    background:
        radial-gradient(circle at 70% 20%,rgba(243,108,0,.08),transparent 30%),
        linear-gradient(180deg,#fff,#fafbfc);
}
.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:radial-gradient(rgba(23,33,43,.08) 1px,transparent 1px);
    background-size:26px 26px;
    mask-image:linear-gradient(to right,rgba(0,0,0,.24),transparent 42%);
    pointer-events:none;
}
.hero-decoration{
    position:absolute;
    border:1px solid rgba(243,108,0,.16);
    border-radius:50%;
}
.hero-decoration-one{width:420px;height:420px;right:-180px;top:-150px}
.hero-decoration-two{width:220px;height:220px;left:-90px;bottom:-100px}
.hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:80px;
    align-items:center;
}
.status-pill{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 14px;
    border-radius:999px;
    background:#fff3e9;
    color:var(--orange-deep);
    font-size:13px;
    font-weight:750;
}
.status-dot{
    width:8px;height:8px;border-radius:50%;
    background:var(--orange);
    box-shadow:0 0 0 6px rgba(243,108,0,.12);
}
h1{
    margin:26px 0 0;
    font-size:clamp(60px,6vw,96px);
    line-height:.96;
    letter-spacing:-.065em;
    max-width:780px;
}
h1 span{
    display:block;
    margin-top:20px;
    font-size:.52em;
    line-height:1.08;
    letter-spacing:-.035em;
    color:var(--ink-soft);
    font-weight:650;
}
.hero-lead{
    margin:30px 0 0;
    max-width:700px;
    color:var(--muted);
    font-size:20px;
    line-height:1.58;
}
.hero-actions{
    display:flex;
    align-items:center;
    gap:28px;
    margin-top:36px;
}
.text-link{
    display:inline-flex;
    gap:10px;
    text-decoration:none;
    font-weight:750;
    color:var(--ink);
}
.text-link:hover{color:var(--orange)}
.trust-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:54px;
    padding-top:28px;
    border-top:1px solid var(--line);
}
.trust-row strong,.trust-row span{display:block}
.trust-row strong{font-size:15px;margin-bottom:5px}
.trust-row span{font-size:12px;line-height:1.45;color:var(--muted)}

.hero-panel{
    position:relative;
    min-height:590px;
    overflow:hidden;
    border-radius:26px;
    padding:34px;
    color:#fff;
    background:
        radial-gradient(circle at 70% 20%,rgba(243,108,0,.42),transparent 34%),
        linear-gradient(145deg,#1e2b36,#0f171e);
    box-shadow:var(--shadow);
}
.panel-glow{
    position:absolute;
    width:260px;height:260px;border-radius:50%;
    background:rgba(243,108,0,.18);
    filter:blur(50px);
    top:40px;right:-40px;
}
.panel-badge{
    position:relative;
    z-index:2;
    display:inline-flex;
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    font-size:12px;
    font-weight:750;
}
.network-visual{
    position:relative;
    height:305px;
    margin-top:25px;
}
.network-center{
    position:absolute;
    left:50%;top:50%;
    width:96px;height:96px;
    transform:translate(-50%,-50%);
    display:grid;place-items:center;
    border-radius:50%;
    background:#fff;
    box-shadow:0 16px 40px rgba(0,0,0,.28);
    z-index:3;
}
.network-center img{width:58px}
.network-node{
    position:absolute;
    z-index:3;
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:10px;
    background:rgba(255,255,255,.09);
    backdrop-filter:blur(10px);
    color:#e9edf0;
    font-size:12px;
    font-weight:650;
}
.node-one{top:18px;left:10px}
.node-two{top:40px;right:0}
.node-three{bottom:25px;left:0}
.node-four{bottom:8px;right:18px}
.network-line{
    position:absolute;
    left:50%;top:50%;
    height:1px;
    background:linear-gradient(90deg,rgba(243,108,0,.85),rgba(255,255,255,.16));
    transform-origin:left center;
    z-index:1;
}
.line-one{width:185px;transform:rotate(210deg)}
.line-two{width:180px;transform:rotate(-28deg)}
.line-three{width:185px;transform:rotate(150deg)}
.line-four{width:190px;transform:rotate(28deg)}
.panel-copy{position:relative;z-index:2}
.panel-kicker{
    display:block;
    margin-bottom:12px;
    color:#ffab66;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:11px;
    font-weight:800;
}
.panel-copy h2{
    margin:0;
    font-size:31px;
    line-height:1.14;
    letter-spacing:-.035em;
}
.panel-copy p{
    margin:16px 0 0;
    color:#b9c2ca;
    line-height:1.58;
}

.audience-section{padding:100px 0}
.section-heading{max-width:680px;margin-bottom:38px}
.section-kicker{
    display:block;
    color:var(--orange);
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:11px;
    font-weight:850;
}
.section-heading h2,.relaunch-inner h2,.contact-cta h2{
    margin:12px 0 0;
    font-size:clamp(38px,4vw,58px);
    line-height:1.05;
    letter-spacing:-.05em;
}
.audience-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.audience-card{
    position:relative;
    min-height:390px;
    padding:30px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    transition:transform .25s ease,box-shadow .25s ease;
}
.audience-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(23,33,43,.10)}
.audience-card-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.card-number{
    position:absolute;right:24px;top:24px;
    color:#c5cbd0;font-size:12px;font-weight:800;
}
.audience-card-dark .card-number{color:#5d6872}
.card-icon{
    width:58px;height:58px;border-radius:14px;
    display:grid;place-items:center;
    background:#fff1e6;color:var(--orange);
    font-size:27px;font-weight:800;
}
.audience-card-dark .card-icon{background:rgba(255,255,255,.08);color:#ff9948}
.audience-card h3{margin:38px 0 16px;font-size:27px;letter-spacing:-.03em}
.audience-card p{margin:0;color:var(--muted);line-height:1.65}
.audience-card-dark p{color:#b9c2ca}
.card-link{
    position:absolute;left:30px;bottom:30px;
    padding:0;
    background:none;
    color:var(--orange);
    font-weight:800;
    cursor:pointer;
}
.audience-card-dark .card-link{color:#ff9948}

.relaunch-section{
    padding:95px 0;
    color:#fff;
    background:var(--ink);
}
.relaunch-inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:start;
}
.relaunch-inner h2{max-width:600px}
.relaunch-list{border-top:1px solid rgba(255,255,255,.15)}
.relaunch-list div{
    display:grid;
    grid-template-columns:55px 1fr;
    gap:20px;
    padding:24px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
}
.relaunch-list span{color:#ff9948;font-size:12px;font-weight:850}
.relaunch-list p{margin:0;color:#d6dce1;line-height:1.5}

.contact-cta{padding:90px 0;background:#fff6ee}
.contact-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}
.contact-cta h2{font-size:48px}
.contact-cta p{margin:16px 0 0;color:var(--muted);font-size:17px}

.site-footer{border-top:1px solid var(--line)}
.footer-inner{
    min-height:110px;
    display:grid;
    grid-template-columns:210px 1fr auto;
    align-items:center;
    gap:30px;
    color:var(--muted);
    font-size:13px;
}
.footer-inner img{width:175px}
.footer-inner nav{display:flex;justify-content:center;gap:26px}
.footer-inner a{text-decoration:none}
.footer-inner a:hover{color:var(--orange)}

.contact-modal{
    position:fixed;
    inset:0;
    z-index:100;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
}
.contact-modal.is-open{display:flex}
.modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(8,14,19,.72);
    backdrop-filter:blur(8px);
}
.modal-dialog{
    position:relative;
    z-index:2;
    width:min(760px,100%);
    max-height:calc(100vh - 48px);
    overflow:auto;
    padding:38px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 34px 90px rgba(0,0,0,.3);
}
.modal-close{
    position:absolute;
    right:20px;top:16px;
    width:42px;height:42px;border-radius:50%;
    background:var(--soft);
    color:var(--ink);
    font-size:27px;
    cursor:pointer;
}
.modal-heading{margin-bottom:28px}
.modal-heading h2{margin:10px 0 8px;font-size:38px;letter-spacing:-.04em}
.modal-heading p{margin:0;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:16px}
.field label{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:750;
}
.field label span{font-weight:500;color:var(--muted)}
.field input,.field textarea{
    width:100%;
    border:1px solid #d8dde1;
    border-radius:9px;
    padding:14px 15px;
    outline:none;
    transition:.2s ease;
}
.field input:focus,.field textarea:focus{
    border-color:var(--orange);
    box-shadow:0 0 0 4px rgba(243,108,0,.09);
}
.field textarea{resize:vertical}
.field-error{display:block;color:#b52e2e;font-size:12px;margin-top:5px}
.has-error input,.has-error textarea{border-color:#b52e2e}
.checkbox-row{
    display:flex;gap:10px;align-items:flex-start;
    margin:4px 0 20px;
    color:var(--muted);
    font-size:12px;
    line-height:1.5;
}
.checkbox-row input{margin-top:3px;accent-color:var(--orange)}
.checkbox-row.has-error{color:#b52e2e}
.submit-button{width:100%}
.form-status{text-align:center;margin:14px 0 0;font-size:13px}
.form-status.is-success{color:#147347}
.form-status.is-error{color:#b52e2e}
.button-loader{
    display:none;
    width:18px;height:18px;border-radius:50%;
    border:2px solid rgba(255,255,255,.45);
    border-top-color:#fff;
    animation:spin .7s linear infinite;
}
.submit-button.is-loading .button-label{display:none}
.submit-button.is-loading .button-loader{display:block}
.submit-button:disabled{opacity:.75;cursor:wait}
.honeypot{
    position:absolute!important;
    width:1px!important;height:1px!important;
    overflow:hidden!important;
    clip:rect(1px,1px,1px,1px)!important;
}
@keyframes spin{to{transform:rotate(360deg)}}

@media(max-width:1020px){
    .main-nav{display:none}
    .hero-grid{grid-template-columns:1fr;gap:50px}
    .hero-panel{min-height:560px}
    .audience-grid{grid-template-columns:1fr}
    .audience-card{min-height:300px}
    .relaunch-inner{grid-template-columns:1fr;gap:50px}
}
@media(max-width:700px){
    .container{width:min(100% - 24px,1280px)}
    .header-inner{min-height:78px}
    .brand img{width:185px}
    .header-inner>.btn{display:none}
    .hero{padding:60px 0 70px}
    h1{font-size:52px}
    h1 span{font-size:.55em}
    .hero-lead{font-size:17px}
    .hero-actions{align-items:flex-start;flex-direction:column}
    .trust-row{grid-template-columns:1fr}
    .hero-panel{padding:24px;min-height:535px}
    .network-visual{height:280px}
    .audience-section{padding:70px 0}
    .relaunch-section{padding:70px 0}
    .contact-cta-inner{align-items:flex-start;flex-direction:column}
    .contact-cta h2{font-size:38px}
    .footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center;padding:28px 0}
    .form-grid{grid-template-columns:1fr;gap:0}
    .modal-dialog{padding:30px 20px}
    .modal-heading h2{font-size:31px}
}


/* =========================================================
   DIPEO V4 – PREMIUM UI POLISH
   ========================================================= */

:root {
    --orange: #f56a00;
    --orange-light: #ff9a32;
    --orange-deep: #dc5700;
    --ink: #18232e;
    --ink-soft: #3c4a57;
    --muted: #73808c;
    --shadow-soft: 0 22px 55px rgba(25, 39, 52, 0.10);
    --shadow-orange: 0 18px 42px rgba(245, 106, 0, 0.28);
}

/* Header */

.site-header {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    border-bottom: 1px solid rgba(24, 35, 46, 0.07);
    box-shadow: 0 7px 30px rgba(24, 35, 46, 0.035);
}

/* Hero background – lighter and warmer */

.hero {
    background:
        radial-gradient(
            circle at 77% 15%,
            rgba(255, 153, 50, 0.13),
            transparent 29%
        ),
        radial-gradient(
            circle at 18% 78%,
            rgba(245, 106, 0, 0.055),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fffdfb 55%,
            #fafbfd 100%
        );
}

.hero::before {
    opacity: 0.58;
}

/* Status badge */

.status-pill {
    color: #d85600;
    background:
        linear-gradient(
            135deg,
            rgba(255, 245, 235, 0.96),
            rgba(255, 236, 218, 0.88)
        );
    border: 1px solid rgba(245, 106, 0, 0.11);
    box-shadow: 0 8px 22px rgba(245, 106, 0, 0.07);
}

/* Main buttons */

.btn-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #ff9b32 0%,
            #ff7c0a 45%,
            #ed6100 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 16px 34px rgba(245, 106, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease;
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -35%;
    width: 36%;
    height: 260%;
    transform: rotate(20deg);
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.28),
            transparent
        );
    transition: left 0.55s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    filter: saturate(1.06);
    box-shadow:
        0 22px 44px rgba(245, 106, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.btn-primary:hover::before {
    left: 115%;
}

/* Right hero card – brighter, softer and more premium */

.hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(255, 129, 32, 0.47),
            transparent 37%
        ),
        radial-gradient(
            circle at 22% 92%,
            rgba(56, 90, 116, 0.26),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #253542 0%,
            #172631 52%,
            #111e27 100%
        );
    box-shadow:
        0 32px 72px rgba(24, 35, 46, 0.18),
        0 10px 26px rgba(24, 35, 46, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 1px;
    pointer-events: none;
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.045),
            transparent 36%
        );
}

.panel-glow {
    width: 310px;
    height: 310px;
    right: -45px;
    top: -15px;
    background: rgba(255, 112, 8, 0.22);
    filter: blur(58px);
}

/* Relaunch badge */

.panel-badge {
    border-color: rgba(255, 255, 255, 0.19);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.12),
            rgba(255, 255, 255, 0.055)
        );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Network center icon */

.network-center {
    width: 104px;
    height: 104px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f5f7f8
        );
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.25),
        0 0 0 10px rgba(255, 255, 255, 0.035);
}

.network-center img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

/* Network labels */

.network-node {
    border-color: rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.13),
            rgba(255, 255, 255, 0.065)
        );
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.network-line {
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 124, 26, 0.94),
            rgba(255, 167, 95, 0.30),
            rgba(255, 255, 255, 0.12)
        );
    filter: drop-shadow(0 0 4px rgba(245, 106, 0, 0.22));
}

/* Text refinements */

.hero-lead {
    color: #6e7b87;
}

h1 span {
    color: #394957;
}

.trust-row {
    border-top-color: rgba(24, 35, 46, 0.09);
}

/* Cards */

.audience-card {
    box-shadow: 0 10px 28px rgba(24, 35, 46, 0.035);
}

.audience-card:hover {
    box-shadow:
        0 28px 58px rgba(24, 35, 46, 0.11),
        0 8px 22px rgba(24, 35, 46, 0.06);
}

.audience-card-dark {
    background:
        radial-gradient(
            circle at 80% 5%,
            rgba(245, 106, 0, 0.20),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #25343f,
            #17232d
        );
}

/* Contact CTA */

.contact-cta {
    background:
        radial-gradient(
            circle at 83% 25%,
            rgba(255, 142, 52, 0.13),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #fff7f0,
            #fffaf6
        );
}

/* Modal */

.modal-dialog {
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 38px 95px rgba(0, 0, 0, 0.28),
        0 10px 35px rgba(24, 35, 46, 0.14);
}

.modal-close {
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.modal-close:hover {
    transform: rotate(7deg);
    background: #fff0e4;
}

/* Mobile polish */

@media (max-width: 700px) {
    .hero-panel {
        box-shadow:
            0 25px 55px rgba(24, 35, 46, 0.16),
            0 7px 20px rgba(24, 35, 46, 0.08);
    }

    .btn-primary {
        box-shadow:
            0 14px 30px rgba(245, 106, 0, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
}


/* =========================================================
   DIPEO V5 – HERO LAYOUT POLISH
   ========================================================= */

/*
|--------------------------------------------------------------------------
| Floating header
|--------------------------------------------------------------------------
*/

.site-header {
    position: sticky;
    top: 14px;
    margin-top: 14px;

    background: transparent;
    border-bottom: 0;
    box-shadow: none;
}

.header-inner {
    min-height: 86px;
    padding: 0 26px;

    border: 1px solid rgba(24, 35, 46, 0.07);
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.93);

    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);

    box-shadow:
        0 18px 48px rgba(24, 35, 46, 0.07),
        0 3px 12px rgba(24, 35, 46, 0.035);
}

/*
|--------------------------------------------------------------------------
| More breathing room above hero
|--------------------------------------------------------------------------
*/

.hero {
    padding-top: 72px;
    padding-bottom: 90px;
}

.hero-grid {
    gap: 68px;
    align-items: center;
}

/*
|--------------------------------------------------------------------------
| Hero typography
|--------------------------------------------------------------------------
*/

h1 {
    max-width: 720px;

    font-size: clamp(62px, 5.45vw, 88px);
    line-height: 0.96;
    letter-spacing: -0.063em;
}

h1 span {
    margin-top: 24px;

    font-size: 0.49em;
    line-height: 1.12;
    letter-spacing: -0.038em;
}

.hero-lead {
    max-width: 670px;
    margin-top: 32px;

    font-size: 19px;
    line-height: 1.62;
}

/*
|--------------------------------------------------------------------------
| Hero actions
|--------------------------------------------------------------------------
*/

.hero-actions {
    margin-top: 38px;
    gap: 32px;
}

.hero-actions .btn-primary {
    min-width: 218px;
}

/*
|--------------------------------------------------------------------------
| Compact premium hero card
|--------------------------------------------------------------------------
*/

.hero-panel {
    min-height: 545px;
    padding: 32px;

    border-radius: 25px;
}

.network-visual {
    height: 270px;
    margin-top: 18px;
}

.network-center {
    width: 96px;
    height: 96px;
}

.network-center img {
    width: 57px;
    height: 57px;
}

.panel-copy h2 {
    max-width: 510px;

    font-size: 29px;
    line-height: 1.17;
}

.panel-copy p {
    max-width: 520px;
}

/*
|--------------------------------------------------------------------------
| Trust bar
|--------------------------------------------------------------------------
*/

.trust-row {
    position: relative;

    grid-template-columns: repeat(3, 1fr);

    gap: 0;
    margin-top: 46px;
    padding: 23px 10px;

    border: 1px solid rgba(24, 35, 46, 0.075);
    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.96),
            rgba(250, 251, 252, 0.92)
        );

    box-shadow:
        0 14px 36px rgba(24, 35, 46, 0.055);
}

.trust-row > div {
    position: relative;
    padding: 0 24px;
}

.trust-row > div:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;

    width: 1px;

    background: rgba(24, 35, 46, 0.09);
}

.trust-row strong {
    font-size: 15px;
}

.trust-row span {
    margin-top: 5px;

    font-size: 12px;
    line-height: 1.42;
}

/*
|--------------------------------------------------------------------------
| Softer background detail
|--------------------------------------------------------------------------
*/

.hero-decoration-one {
    right: -205px;
    top: -120px;
}

.hero-decoration-two {
    left: -125px;
    bottom: -125px;
}

/*
|--------------------------------------------------------------------------
| Button finish
|--------------------------------------------------------------------------
*/

.btn-primary {
    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #ff9e38 0%,
            #ff7a08 47%,
            #ea5d00 100%
        );

    box-shadow:
        0 18px 42px rgba(245, 106, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.btn-primary:hover {
    box-shadow:
        0 24px 52px rgba(245, 106, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.33);
}

/*
|--------------------------------------------------------------------------
| Desktop alignment refinement
|--------------------------------------------------------------------------
*/

@media (min-width: 1021px) {
    .hero-copy {
        padding-top: 4px;
    }

    .hero-panel {
        margin-top: 8px;
    }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 1020px) {
    .site-header {
        top: 8px;
        margin-top: 8px;
    }

    .header-inner {
        border-radius: 17px;
    }

    .hero {
        padding-top: 64px;
    }

    .hero-grid {
        gap: 54px;
    }

    .hero-panel {
        min-height: 540px;
    }
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 700px) {
    .site-header {
        top: 0;
        margin-top: 0;
    }

    .header-inner {
        width: 100%;
        min-height: 76px;
        padding: 0 12px;

        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .hero {
        padding-top: 52px;
        padding-bottom: 66px;
    }

    h1 {
        font-size: 50px;
    }

    h1 span {
        margin-top: 19px;
        font-size: 0.54em;
    }

    .hero-lead {
        margin-top: 25px;
        font-size: 17px;
    }

    .hero-panel {
        min-height: 520px;
        padding: 23px;
    }

    .network-visual {
        height: 265px;
    }

    .trust-row {
        grid-template-columns: 1fr;
        padding: 8px 20px;
    }

    .trust-row > div {
        padding: 17px 0;
    }

    .trust-row > div:not(:last-child)::after {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;

        width: auto;
        height: 1px;
    }
}

/* =========================================================
   HEADER ALIGNMENT FIX
   ========================================================= */

.header-inner > .btn {
    margin-left: auto;
}

@media (max-width: 700px) {
    .header-inner > .btn {
        margin-left: auto;
    }
}
