
:root {
    --black: #050505;
    --near-black: #0d0d0f;
    --white: #ffffff;
    --off-white: #f7f7f5;
    --surface: #ffffff;
    --maroon: #8e0d29;
    --maroon-dark: #590013;
    --gold: #d49a18;
    --gold-dark: #a87100;
    --gold-soft: #fff7e4;
    --text: #171717;
    --muted: #66676b;
    --border: #e2e2df;
    --shadow: 0 15px 40px rgba(0, 0, 0, .08);
    --radius: 12px;
    --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: var(--off-white);
}

body.menu-open { overflow: hidden; }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.wrap {
    width: min(var(--wrap), calc(100% - 40px));
    margin-inline: auto;
}

/* =========================
    HEADER
========================= */
.site-header {
    height: 72px;
    background: var(--black);
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
}

.brand-mark {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 31px;
    letter-spacing: -2px;
    line-height: 1;
}

.brand-mark .x { color: var(--maroon); }

.brand-name {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: .7px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex: 1;
}

.nav-links a {
    font-size: 12px;
    font-weight: 700;
    transition: .2s ease;
}

.nav-links a:hover,
.nav-links a.active { color: #f0bc43; }

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--maroon-dark), #b41437);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    transition: .2s ease;
}

.nav-cta:hover { transform: translateY(-2px); }

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.18);
    background: transparent;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

/* =========================
    BUTTONS
========================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-gold {
    background: linear-gradient(135deg, #f0bd40, #cf8f00);
    color: #0d0d0d;
    box-shadow: 0 10px 25px rgba(212,154,24,.22);
}

.btn-maroon {
    background: linear-gradient(135deg, var(--maroon-dark), #b41437);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(89,0,19,.24);
}

.btn-outline {
    border: 1px solid var(--gold);
    color: white;
    background: rgba(0,0,0,.18);
}

/* =========================
    HERO
========================= */
.hero {
    min-height: 560px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    background:
    radial-gradient(circle at 85% 12%, rgba(212,154,24,.18), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(142,13,41,.28), transparent 30%),
    linear-gradient(100deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.93) 43%, rgba(0,0,0,.58) 68%, rgba(0,0,0,.18) 100%),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2000&q=88") center/cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: linear-gradient(90deg, var(--maroon-dark), var(--gold), var(--maroon));
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    align-items: center;
    gap: clamp(40px, 6vw, 84px);
    padding: 72px 0 78px;
}

.hero-content { max-width: 610px; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e6ae2e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: currentColor;
}

.hero h1 {
    margin: 0;
    max-width: 620px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(46px, 5.7vw, 72px);
    line-height: 1.02;
    letter-spacing: -2.4px;
}

.hero h1 span { color: #e3aa26; }

.hero-copy {
    margin: 22px 0 0;
    max-width: 570px;
    color: rgba(255,255,255,.83);
    font-size: 17px;
    line-height: 1.75;
}

.hero-value-card {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 20px;
    align-items: center;
    margin-top: 32px;
    padding: 20px 22px;
    border: 1px solid rgba(212,154,24,.55);
    border-radius: 10px;
    background: rgba(5,5,5,.72);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.26);
}

.hero-price {
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,.16);
}

.hero-price small {
    display: block;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.hero-price strong {
    display: block;
    margin-top: 3px;
    color: var(--gold);
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 1;
}

.hero-impact {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,.8);
    font-size: 12px;
    line-height: 1.6;
}

.hero-impact i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    border: 1px solid rgba(212,154,24,.45);
    border-radius: 50%;
    color: var(--gold);
    background: rgba(212,154,24,.08);
}

.hero-impact strong { color: #f2bf46; }

/* Device mockups */
.device-stage {
    position: relative;
    min-height: 425px;
}

.device-screen {
    position: absolute;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 30px 70px rgba(0,0,0,.5);
}

.desktop-device {
    width: min(500px, 88%);
    right: 3%;
    top: 15px;
    border-radius: 13px;
    padding: 10px 10px 26px;
    background: linear-gradient(145deg, #2f3033, #111214);
}

.desktop-device::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 56px;
    left: 50%;
    bottom: -54px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #2c2d30, #111214, #2c2d30);
    clip-path: polygon(35% 0, 65% 0, 73% 78%, 100% 100%, 0 100%, 27% 78%);
    z-index: -1;
}

.laptop-device {
    width: 310px;
    right: 0;
    bottom: 12px;
    border-radius: 10px;
    padding: 8px 8px 16px;
    background: linear-gradient(145deg, #292a2d, #111214);
    transform: rotate(1.3deg);
}

.phone-device {
    width: 116px;
    right: 4px;
    bottom: 3px;
    z-index: 4;
    padding: 7px;
    border-radius: 23px;
    background: linear-gradient(145deg, #2b2c2f, #080808);
    transform: translateX(28px);
}

.device-screen img {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.desktop-device img { aspect-ratio: 16 / 10; }
.laptop-device img { aspect-ratio: 16 / 10; }
.phone-device img { aspect-ratio: 9 / 18.5; }

/* =========================
    HOW IT WORKS
========================= */
.how-section {
    padding: 70px 0 24px;
    background: var(--white);
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 9px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -1.2px;
}

.section-heading p {
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 26px;
    position: relative;
}

.step-card {
    position: relative;
    min-height: 310px;
    padding: 52px 24px 24px;
    border: 1px solid #dededb;
    border-radius: 10px;
    background: white;
    box-shadow: 0 10px 28px rgba(0,0,0,.055);
    text-align: center;
}

.step-number {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    border: 4px solid white;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, var(--maroon-dark), #b41437);
    box-shadow: 0 8px 20px rgba(89,0,19,.2);
    font-size: 18px;
}

.step-index {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.step-card h3 {
    margin: 9px 0 7px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.step-card > p {
    margin: 0 auto;
    max-width: 280px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.step-visual {
    height: 125px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #e5e5e2;
    border-radius: 7px;
    background: #f4f4f1;
}

.step-visual img {
    height: 100%;
    object-fit: cover;
}

.mini-form {
    padding: 15px;
    display: grid;
    gap: 9px;
    text-align: left;
    background: #fafaf8;
}

.mini-form span {
    display: block;
    height: 12px;
    width: 48%;
    border-radius: 3px;
    background: #d9d9d5;
}

.mini-form div {
    height: 23px;
    border: 1px solid #dededb;
    border-radius: 4px;
    background: white;
}

.mini-form div:last-child { height: 38px; }

.benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    margin-top: 34px;
    border: 1px solid #eadfc8;
    border-radius: 10px;
    background: #fffaf0;
    overflow: hidden;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 82px;
    padding: 16px;
    border-right: 1px solid #eadfc8;
    color: #292929;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.benefit-item:last-child { border-right: 0; }
.benefit-item i { color: var(--gold-dark); font-size: 22px; }

/* =========================
    TEMPLATE GALLERY
========================= */
.templates-section {
    padding: 62px 0 76px;
    background: #fbfbfa;
}

.template-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
}

.template-toolbar h2 {
    margin: 0 0 7px;
    font-family: "Poppins", sans-serif;
    font-size: 31px;
    letter-spacing: -.7px;
}

.template-toolbar h2 span { color: var(--maroon); }

.template-toolbar p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.view-all-link {
    color: var(--maroon);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 24px;
}

.filter-pill {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #dededb;
    border-radius: 5px;
    background: white;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.filter-pill:hover,
.filter-pill.active {
    border-color: var(--maroon);
    background: var(--maroon);
    color: white;
}

.template-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}

.template-card {
    overflow: hidden;
    border: 1px solid #dededb;
    border-radius: 9px;
    background: white;
    box-shadow: 0 8px 24px rgba(0,0,0,.055);
    transition: transform .22s ease, box-shadow .22s ease;
}

.template-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.template-image {
    position: relative;
    height: 215px;
    overflow: hidden;
    background: #ddd;
}

.template-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.template-card:hover .template-image img { transform: scale(1.045); }

.template-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 4px;
    color: white;
    background: rgba(5,5,5,.76);
    backdrop-filter: blur(6px);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.template-body { padding: 18px; }

.template-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.template-card h3 {
    margin: 0 0 5px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.template-category {
    color: var(--muted);
    font-size: 12px;
}

.template-price {
    color: var(--gold-dark);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.template-features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.template-feature {
    padding: 5px 8px;
    border-radius: 4px;
    color: #6d4d08;
    background: var(--gold-soft);
    font-size: 9px;
    font-weight: 700;
}

.template-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 17px;
}

.template-actions .btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 10px;
}

.btn-light {
    border: 1px solid #d6d6d2;
    background: #f7f7f5;
    color: #222;
}

/* =========================
    IMPACT STRIP
========================= */
.impact-strip {
    color: white;
    background:
    radial-gradient(circle at 80% 0, rgba(212,154,24,.18), transparent 27%),
    linear-gradient(135deg, var(--maroon-dark), #8e0d29 60%, #47000f);
    padding: 29px 0;
}

.impact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.impact-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 760px;
}

.impact-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 50%;
    color: #f2bd42;
    font-size: 22px;
}

.impact-copy h3 {
    margin: 0 0 5px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.impact-copy p {
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 1.65;
}

.impact-tagline {
    padding-left: 30px;
    border-left: 1px solid rgba(255,255,255,.2);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 1.25;
    white-space: nowrap;
}

.impact-tagline span { color: #f0bd40; }

/* =========================
    FOOTER
========================= */
footer {
    background: var(--black);
    color: white;
    padding: 42px 0 18px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    gap: 45px;
}

.footer-brand p {
    margin: 18px 0 0;
    max-width: 220px;
    color: #c2c2c2;
    font-size: 13px;
    line-height: 1.65;
}

.footer-col h4 { margin: 0 0 15px; font-size: 13px; }

.footer-col a,
.footer-col p {
    display: block;
    margin: 8px 0;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 1.5;
}

.footer-col a:hover { color: #e3aa26; }

.socials { display: flex; gap: 9px; }

.socials a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid #777;
    border-radius: 50%;
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #8f8f8f;
    font-size: 11px;
}


.hero-actions{
display:flex;
flex-wrap:wrap;
gap:1rem;
margin-top:1.75rem;
}

.btn-outline-gold{
display:inline-flex;
align-items:center;
justify-content:center;
gap:.65rem;
padding:14px 28px;
border:2px solid var(--gold);
border-radius:999px;
background:transparent;
color:#fff;
font-weight:700;
text-decoration:none;
transition:all .25s ease;
box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.btn-outline-gold:hover{
background:var(--gold);
color:#111;
transform:translateY(-2px);
}

.btn-outline-gold i{
font-size:1rem;
}


/* =========================
    RESPONSIVE
========================= */
@media (max-width: 1000px) {
    .nav-links, .nav-cta { display: none; }
    .menu-toggle { display: inline-flex; }

    .nav-links.open {
    display: flex;
    position: fixed;
    inset: 72px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px;
    background: #080808;
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 30px rgba(0,0,0,.35);
    }

    .nav-links.open a {
    padding: 15px 5px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    }

    .device-stage {
    width: min(720px, 100%);
    margin-inline: auto;
    }

    .template-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .wrap { width: min(100% - 28px, var(--wrap)); }

    .hero { min-height: 0; }
    .hero-grid { padding: 62px 0 70px; }
    .hero h1 { font-size: 48px; }
    .hero-value-card { grid-template-columns: 1fr; }
    .hero-price { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }

    .device-stage { min-height: 340px; }
    .desktop-device { width: 88%; left: 0; right: auto; }
    .laptop-device { width: 260px; }
    .phone-device { width: 93px; }

    .steps-grid { grid-template-columns: 1fr; gap: 48px; }
    .step-card { min-height: 280px; }
    .benefit-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .benefit-item:nth-child(2) { border-right: 0; }
    .benefit-item:nth-child(-n+2) { border-bottom: 1px solid #eadfc8; }

    .template-toolbar { align-items: flex-start; flex-direction: column; }
    .template-grid { grid-template-columns: 1fr; }

    .impact-inner { align-items: flex-start; flex-direction: column; }
    .impact-tagline { padding: 0; border-left: 0; white-space: normal; }

    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }

    .hero-actions{
        margin-top:1.5rem;
    }

    .btn-outline-gold{
        width:100%;
        padding:15px 20px;
        justify-content:center;
        text-align:center;
    }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 40px; }
    .hero-copy { font-size: 15px; }
    .device-stage { min-height: 285px; }
    .laptop-device { width: 215px; }
    .phone-device { width: 78px; }
    .desktop-device::after { display: none; }

    .benefit-strip { grid-template-columns: 1fr; }
    .benefit-item { border-right: 0; border-bottom: 1px solid #eadfc8; }
    .benefit-item:last-child { border-bottom: 0; }
    .template-actions { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}
