/* =========================================================
   HOSTINGER PAGE
   GetHostingCoupon
========================================================= */

:root {
    --hostinger-purple: #673de6;
    --hostinger-purple-dark: #4c20c9;
    --hostinger-purple-light: #f4efff;
    --hostinger-purple-border: #e4d9ff;

    --hostinger-text: #1d1135;
    --hostinger-muted: #655d78;

    --hostinger-green: #00d084;

    --hostinger-white: #ffffff;
}


/* =========================================================
   GENERATEPRESS / FULL WIDTH
========================================================= */

.single-hostinger .site-content {
    width: 100%;
    max-width: none;
    padding: 0;
}

.single-hostinger .content-area {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0;
}

.single-hostinger .site-main {
    margin: 0;
}

.single-hostinger .inside-article {
    padding: 0;
}

.single-hostinger .entry-header {
    display: none;
}

.single-hostinger .entry-content {
    margin: 0;
}


/* =========================================================
   GENERAL
========================================================= */

.ghc-hostinger-page {
    width: 100%;
    overflow: hidden;
    color: var(--hostinger-text);
    font-family: inherit;
}

.ghc-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.ghc-hostinger-page *,
.ghc-hostinger-page *::before,
.ghc-hostinger-page *::after {
    box-sizing: border-box;
}

.ghc-hostinger-page a {
    text-decoration: none;
}


/* =========================================================
   HERO
========================================================= */

.ghc-hero {
    position: relative;
    background:
        radial-gradient(
            circle at 80% 35%,
            rgba(103, 61, 230, 0.16),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8f4ff 55%,
            #eee5ff 100%
        );

    padding: 25px 0 75px;
}

.ghc-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;

    font-size: 13px;
    color: #716985;

    margin-bottom: 40px;
}

.ghc-breadcrumb a {
    color: var(--hostinger-purple);
}

.ghc-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.ghc-badge {
    display: inline-flex;
    align-items: center;

    background: var(--hostinger-purple);
    color: white;

    border-radius: 30px;

    padding: 9px 17px;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 20px;
}

.ghc-brand {
    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--hostinger-purple);

    font-size: 25px;
    font-weight: 800;

    margin-bottom: 20px;
}

.ghc-brand-logo {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--hostinger-purple);
    color: white;

    border-radius: 8px;

    font-weight: 800;
}

.ghc-hero h1 {
    margin: 0 0 22px;

    color: var(--hostinger-text);

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;

    font-weight: 600;
    letter-spacing: -2px;
}

.ghc-hero h1 strong {
    color: var(--hostinger-purple);
}

.ghc-hero-description {
    max-width: 620px;

    margin: 0 0 30px;

    font-size: 18px;
    line-height: 1.7;

    color: var(--hostinger-muted);
}

.ghc-hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 35px;
}

.ghc-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: var(--hostinger-purple);
    color: white;

    padding: 16px 25px;

    border-radius: 10px;

    font-size: 16px;
    font-weight: 700;

    box-shadow: 0 12px 30px rgba(103, 61, 230, 0.25);

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.ghc-primary-btn:hover {
    background: var(--hostinger-purple-dark);
    color: white;
    transform: translateY(-2px);
}

.ghc-primary-btn span {
    font-size: 20px;
}

.ghc-checked {
    color: #514961;
    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   BENEFITS
========================================================= */

.ghc-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid #ddd1f5;

    padding-top: 20px;
}

.ghc-benefit {
    display: flex;
    flex-direction: column;

    padding-right: 15px;

    border-right: 1px solid #ddd1f5;
}

.ghc-benefit:last-child {
    border-right: none;
}

.ghc-benefit-icon {
    color: var(--hostinger-purple);

    font-weight: 900;

    margin-bottom: 7px;
}

.ghc-benefit strong {
    font-size: 14px;
}

.ghc-benefit small {
    color: var(--hostinger-muted);
    margin-top: 4px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.ghc-hero-visual {
    position: relative;

    min-height: 470px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ghc-browser {
    width: 90%;

    background: white;

    border-radius: 15px;

    box-shadow:
        0 30px 70px rgba(61, 25, 125, 0.2);

    transform: rotate(2deg);

    overflow: hidden;
}

.ghc-browser-top {
    height: 35px;

    display: flex;
    align-items: center;

    gap: 7px;

    padding-left: 15px;

    background: #f7f5fa;
}

.ghc-browser-top span {
    width: 8px;
    height: 8px;

    background: #d3c9df;

    border-radius: 50%;
}

.ghc-browser-body {
    display: flex;
    min-height: 310px;
}

.ghc-browser-sidebar {
    width: 75px;

    background: linear-gradient(
        180deg,
        #6b21e8,
        #8b24ef
    );

    padding: 30px 18px;
}

.ghc-browser-sidebar div {
    height: 8px;

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

    border-radius: 10px;

    margin-bottom: 22px;
}

.ghc-browser-content {
    flex: 1;
    padding: 45px 35px;
}

.ghc-browser-content h3 {
    margin: 0 0 25px;

    color: var(--hostinger-text);

    font-size: 24px;
}

.ghc-line {
    width: 65%;
    height: 10px;

    background: #e6d9fa;

    border-radius: 10px;

    margin-bottom: 12px;
}

.ghc-line.large {
    width: 90%;
}

.ghc-mini-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 30px;
}

.ghc-mini-cards div {
    height: 80px;

    background: #f1e9fc;

    border-radius: 10px;
}

.ghc-discount-bubble {
    position: absolute;

    right: 0;
    top: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 145px;
    height: 100px;

    background: var(--hostinger-green);
    color: white;

    border-radius: 15px;

    transform: rotate(8deg);

    box-shadow: 0 15px 35px rgba(0, 180, 110, 0.25);
}

.ghc-discount-bubble strong {
    font-size: 27px;
}

.ghc-discount-bubble span {
    font-size: 12px;
    font-weight: 700;
}

.ghc-save-bubble {
    position: absolute;

    left: 0;
    bottom: 35px;

    display: flex;
    flex-direction: column;

    background: white;

    padding: 20px;

    border-radius: 15px;

    box-shadow: 0 15px 40px rgba(50,20,100,0.15);
}

.ghc-save-bubble strong {
    color: var(--hostinger-purple);
}

.ghc-save-bubble span {
    font-size: 13px;
    color: var(--hostinger-muted);
}


/* =========================================================
   DEAL SECTION
========================================================= */

.ghc-deal-section {
    padding: 80px 0;
    background: white;
}

.ghc-deal-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 55px;

    border: 1px solid var(--hostinger-purple-border);

    border-radius: 22px;

    box-shadow: 0 15px 50px rgba(70, 30, 140, 0.06);
}

.ghc-eyebrow {
    display: block;

    color: var(--hostinger-purple);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1.5px;

    margin-bottom: 12px;
}

.ghc-deal-content {
    max-width: 700px;
}

.ghc-deal-card h2 {
    margin: 0 0 15px;

    font-size: 38px;
    line-height: 1.15;
}

.ghc-deal-card h2 strong {
    color: var(--hostinger-purple);
}

.ghc-deal-card p {
    color: var(--hostinger-muted);

    font-size: 17px;
    line-height: 1.7;

    margin-bottom: 25px;
}

.ghc-deal-discount {
    min-width: 170px;
    height: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--hostinger-purple-light);

    color: var(--hostinger-purple);
}

.ghc-deal-discount span {
    font-size: 12px;
    font-weight: 800;
}

.ghc-deal-discount strong {
    font-size: 55px;
    line-height: 1;
}

.ghc-deal-discount small {
    font-weight: 800;
}


/* =========================================================
   FEATURES
========================================================= */

.ghc-features {
    padding: 90px 0;

    background: #faf8ff;
}

.ghc-section-heading {
    max-width: 650px;

    margin-bottom: 45px;
}

.ghc-section-heading h2 {
    margin: 0 0 15px;

    font-size: 46px;
    line-height: 1.1;
}

.ghc-section-heading p {
    margin: 0;

    color: var(--hostinger-muted);

    font-size: 17px;
}

.ghc-feature-grid {
    display: grid;

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

    gap: 20px;
}

.ghc-feature-card {
    background: white;

    border: 1px solid #e8e0f5;

    border-radius: 16px;

    padding: 30px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ghc-feature-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 40px rgba(60, 30, 120, 0.1);
}

.ghc-feature-icon {
    font-size: 28px;

    margin-bottom: 20px;
}

.ghc-feature-card h3 {
    margin: 0 0 12px;

    font-size: 21px;
}

.ghc-feature-card p {
    margin: 0;

    color: var(--hostinger-muted);

    line-height: 1.6;
}


/* =========================================================
   REWARD SECTION
========================================================= */

.ghc-reward-section {
    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            #f5efff,
            #ffffff
        );
}

.ghc-reward-card {
    background: white;

    border: 1px solid var(--hostinger-purple-border);

    border-radius: 25px;

    padding: 60px;

    box-shadow:
        0 25px 70px rgba(70, 30, 140, 0.08);
}

.ghc-reward-top {
    max-width: 800px;
}

.ghc-reward-top h2 {
    margin: 0 0 18px;

    font-size: 44px;
    line-height: 1.15;
}

.ghc-reward-top h2 strong {
    color: var(--hostinger-purple);
}

.ghc-reward-top p {
    color: var(--hostinger-muted);

    font-size: 17px;

    line-height: 1.7;
}


/* Reward boxes */

.ghc-reward-grid {
    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 25px;

    margin: 40px 0;
}

.ghc-reward-box {
    display: flex;
    align-items: center;

    gap: 20px;

    padding: 25px;

    background: var(--hostinger-purple-light);

    border-radius: 16px;

    border: 1px solid var(--hostinger-purple-border);
}

.ghc-reward-number {
    font-size: 42px;

    font-weight: 800;

    color: var(--hostinger-purple);

    line-height: 1;
}

.ghc-reward-box strong {
    display: block;

    color: var(--hostinger-text);

    font-size: 17px;
}

.ghc-reward-box span {
    display: block;

    margin-top: 5px;

    color: var(--hostinger-muted);

    font-size: 14px;

    line-height: 1.4;
}

.ghc-reward-plus {
    font-size: 35px;

    font-weight: 800;

    color: var(--hostinger-purple);
}


/* Explanation */

.ghc-reward-explanation {
    margin: 30px 0;

    padding: 25px;

    background: #faf9fc;

    border-radius: 15px;
}

.ghc-reward-row {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 15px;
}

.ghc-reward-row:last-child {
    margin-bottom: 0;
}

.ghc-reward-row > span {
    color: var(--hostinger-purple);

    font-weight: 900;
}

.ghc-reward-row p {
    margin: 0;

    color: var(--hostinger-muted);

    line-height: 1.6;
}


/* Referral CTA */

.ghc-referral-box {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 35px;

    padding: 30px;

    background: var(--hostinger-text);

    border-radius: 18px;
}

.ghc-referral-label {
    color: #c9b8ff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}

.ghc-referral-text h3 {
    color: white;

    margin: 7px 0;

    font-size: 25px;
}

.ghc-referral-text p {
    color: #bcb5c9;

    margin: 0;

    font-size: 14px;
}

.ghc-disclaimer {
    margin: 25px 0 0;

    color: #81798e;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ghc-final-cta {
    padding: 90px 0;

    background: var(--hostinger-purple);
}

.ghc-final-card {
    text-align: center;

    max-width: 750px;

    margin: auto;
}

.ghc-final-card .ghc-eyebrow {
    color: #dcd0ff;
}

.ghc-final-card h2 {
    color: white;

    margin: 0 0 15px;

    font-size: 48px;
}

.ghc-final-card p {
    color: #e3dbf5;

    font-size: 18px;

    line-height: 1.6;

    margin-bottom: 30px;
}

.ghc-large-btn {
    background: white;

    color: var(--hostinger-purple);

    padding: 18px 30px;
}

.ghc-large-btn:hover {
    background: #f3edff;

    color: var(--hostinger-purple-dark);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .ghc-hero-grid {
        grid-template-columns: 1fr;
    }

    .ghc-hero-visual {
        min-height: 380px;
    }

    .ghc-benefits {
        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
    }

    .ghc-benefit:nth-child(2) {
        border-right: none;
    }

    .ghc-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ghc-deal-card {
        padding: 40px;
    }

    .ghc-reward-card {
        padding: 40px;
    }

}


@media (max-width: 650px) {

    .ghc-container {
        width: min(100% - 28px, 1200px);
    }

    .ghc-hero {
        padding: 20px 0 55px;
    }

    .ghc-breadcrumb {
        margin-bottom: 25px;
    }

    .ghc-hero h1 {
        font-size: 42px;

        letter-spacing: -1px;
    }

    .ghc-hero-description {
        font-size: 16px;
    }

    .ghc-hero-actions {
        flex-direction: column;

        align-items: flex-start;
    }

    .ghc-primary-btn {
        width: 100%;
    }

    .ghc-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .ghc-hero-visual {
        min-height: 300px;
    }

    .ghc-browser {
        width: 100%;
    }

    .ghc-discount-bubble {
        width: 105px;
        height: 75px;

        right: -5px;
        top: 25px;
    }

    .ghc-discount-bubble strong {
        font-size: 20px;
    }

    .ghc-save-bubble {
        left: -5px;
        bottom: 15px;

        padding: 12px;
    }

    .ghc-deal-section,
    .ghc-features,
    .ghc-reward-section,
    .ghc-final-cta {
        padding: 60px 0;
    }

    .ghc-deal-card {
        flex-direction: column;

        align-items: flex-start;

        padding: 30px;
    }

    .ghc-deal-card h2 {
        font-size: 30px;
    }

    .ghc-deal-discount {
        min-width: 140px;
        width: 140px;
        height: 140px;
    }

    .ghc-feature-grid {
        grid-template-columns: 1fr;
    }

    .ghc-section-heading h2 {
        font-size: 35px;
    }

    .ghc-reward-card {
        padding: 28px;
    }

    .ghc-reward-top h2 {
        font-size: 34px;
    }

    .ghc-reward-grid {
        grid-template-columns: 1fr;
    }

    .ghc-reward-plus {
        text-align: center;
    }

    .ghc-referral-box {
        flex-direction: column;

        align-items: flex-start;
    }

    .ghc-final-card h2 {
        font-size: 36px;
    }

}