/**
 * Offer / Built to Be Different — editorial, CTA-led
 * Shared: homepage + creare-site-prezentare
 */
#pachet-start,
.of26 {
    scroll-margin-top: 5.5rem;
}

.of26 {
    --of26-accent: #8fbf5a;
    --of26-accent-deep: #6bb832;
    --of26-ink: #f4f2ec;
    --of26-mute: rgba(244, 242, 236, 0.78);
    --of26-faint: rgba(244, 242, 236, 0.52);
    --of26-line: rgba(244, 242, 236, 0.14);
    --of26-panel: rgba(255, 255, 255, 0.035);
    --of26-panel-border: rgba(143, 191, 90, 0.22);
    --of26-display: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    position: relative;
    padding: clamp(2.5rem, 5vw, 4.25rem) 0;
    background: var(--bg-dark, #0a0a0f);
    overflow: hidden;
}

.of26__glow {
    position: absolute;
    inset: auto 0 0 0;
    height: 55%;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 70% at 18% 80%, rgba(107, 184, 50, 0.1), transparent 60%),
        radial-gradient(ellipse 40% 55% at 88% 30%, rgba(107, 184, 50, 0.06), transparent 55%);
}

.of26__shell {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 3rem));
    margin: 0 auto;
    padding: clamp(1.5rem, 3.2vw, 2.35rem) clamp(1.25rem, 2.8vw, 2.15rem);
    border-radius: 22px;
    border: 1px solid rgba(143, 191, 90, 0.34);
    background:
        linear-gradient(165deg, rgba(107, 184, 50, 0.08) 0%, transparent 40%),
        rgba(255, 255, 255, 0.03);
    box-shadow:
        inset 0 1px 0 rgba(143, 191, 90, 0.22),
        0 24px 64px rgba(0, 0, 0, 0.35),
        0 0 72px rgba(107, 184, 50, 0.07);
}

.of26__shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.35rem;
    right: 1.35rem;
    height: 2px;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(143, 191, 90, 0.85) 20%,
        rgba(167, 220, 110, 0.95) 50%,
        rgba(143, 191, 90, 0.85) 80%,
        transparent
    );
    pointer-events: none;
}

.of26__head {
    margin: 0 0 1.5rem;
    max-width: 46rem;
}

.of26__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--of26-accent);
}

.of26__title {
    margin: 0 0 0.75rem;
    font-family: var(--of26-display);
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.02;
    color: var(--of26-ink);
}

.of26__lead {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.55;
    color: var(--of26-mute);
}

.of26__lead strong {
    color: var(--of26-accent);
    font-weight: 700;
}

/* Hooks — clearer separation */
.of26__hooks {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.of26__hook {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    padding: 1.15rem 1.05rem;
    border: 1px solid var(--of26-line);
    border-radius: 14px;
    background: var(--of26-panel);
}

.of26__hook-k {
    font-family: var(--of26-display);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--of26-accent);
    line-height: 1.3;
    padding-top: 0.1rem;
}

.of26__hook-body strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--of26-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--of26-ink);
    line-height: 1.25;
}

.of26__hook-body p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--of26-faint);
}

/* Included — after CTA so action stays primary */
.of26__scope {
    margin: 0 0 1.5rem;
    padding: 1rem 1.15rem 1.05rem;
    border-radius: 14px;
    border: 1px solid var(--of26-line);
    background: rgba(255, 255, 255, 0.025);
}

.of26__pages {
    margin: 0 0 0.85rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem 0.75rem;
}

.of26__pages-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--of26-ink);
    line-height: 1.4;
}

.of26__included-label {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 6px;
    background: rgba(107, 184, 50, 0.18);
    border: 1px solid rgba(143, 191, 90, 0.4);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--of26-accent);
}

.of26__include-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 1.25rem;
}

.of26__include-list li {
    position: relative;
    padding-left: 1.05rem;
    font-size: 0.88rem;
    line-height: 1.4;
    color: var(--of26-mute);
}

.of26__include-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--of26-accent);
}

.of26__footnote {
    margin: 0.85rem 0 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--of26-faint);
}

/* Act band: price panel + CTAs — early in the section */
.of26__act {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: stretch;
    margin: 0 0 1.35rem;
    padding: 0.35rem;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(107, 184, 50, 0.12), transparent 45%),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(143, 191, 90, 0.28);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.of26__price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.35rem 1.35rem 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(143, 191, 90, 0.4);
    background:
        radial-gradient(ellipse 80% 70% at 10% 0%, rgba(107, 184, 50, 0.2), transparent 55%),
        rgba(107, 184, 50, 0.07);
}

.of26__price-label {
    margin: 0 0 0.65rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--of26-accent);
}

.of26__was {
    margin: 0 0 0.3rem;
    display: flex;
    gap: 0.45rem;
    align-items: center;
    font-size: 0.88rem;
    color: var(--of26-faint);
}

.of26__was s {
    text-decoration: line-through;
    opacity: 0.9;
}

.of26__now {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
}

.of26__amount {
    font-family: var(--of26-display);
    font-size: clamp(3.1rem, 6vw, 4.1rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.95;
    color: var(--of26-accent);
    font-variant-numeric: tabular-nums;
}

.of26__currency {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--of26-ink);
    letter-spacing: 0.04em;
}

.of26__vat {
    margin: 0.55rem 0 0;
    font-size: 0.92rem;
    color: var(--of26-mute);
}

.of26__vat strong {
    color: var(--of26-ink);
    font-weight: 800;
}

.of26__year2 {
    margin: 0.65rem 0 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--of26-faint);
}

.of26__year2 strong {
    color: var(--of26-mute);
    font-weight: 700;
}

.of26__trust {
    margin: 0.7rem 0 0;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(143, 191, 90, 0.22);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--of26-faint);
}

.of26__flow {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--of26-faint);
}

.of26__cta-block {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    gap: 0.65rem;
    min-width: 0;
    width: 100%;
    padding: 1.2rem 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(143, 191, 90, 0.28);
    background:
        radial-gradient(ellipse 70% 60% at 90% 20%, rgba(107, 184, 50, 0.1), transparent 55%),
        rgba(10, 10, 15, 0.55);
}

.of26__cta-kicker {
    margin: 0 0 0.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--of26-accent);
}

.of26__btn {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 3.7rem;
    padding: 0.9rem 1.25rem;
    border-radius: 12px;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.of26__btn svg {
    flex-shrink: 0;
}

.of26__btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    min-width: 0;
    text-align: left;
}

.of26__btn-main {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.2;
}

.of26__btn-sub {
    display: block;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.8;
    line-height: 1.25;
}

.of26__btn--primary {
    min-height: 4.35rem;
    padding: 1.05rem 1.35rem;
    background: linear-gradient(180deg, #7ac63a 0%, var(--of26-accent-deep) 100%);
    color: #0a0a0f !important;
    border: 1px solid rgba(167, 220, 110, 0.65);
    box-shadow:
        0 0 0 1px rgba(107, 184, 50, 0.2),
        0 16px 40px rgba(107, 184, 50, 0.38);
    animation: of26-cta-pulse 2.8s ease-in-out infinite;
}

.of26__btn--primary .of26__btn-main {
    font-size: 1.12rem;
}

.of26__btn--primary:hover {
    background: linear-gradient(180deg, #8ad448 0%, #74c234 100%);
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(107, 184, 50, 0.35),
        0 20px 46px rgba(107, 184, 50, 0.45);
    animation: none;
}

@keyframes of26-cta-pulse {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(107, 184, 50, 0.2),
            0 16px 40px rgba(107, 184, 50, 0.38);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(107, 184, 50, 0.35),
            0 18px 48px rgba(107, 184, 50, 0.5);
    }
}

@media (prefers-reduced-motion: reduce) {
    .of26__btn--primary {
        animation: none;
    }
}

.of26__btn--ghost {
    background: rgba(10, 10, 15, 0.45);
    color: var(--of26-ink) !important;
    border: 1.5px solid rgba(143, 191, 90, 0.45);
}

.of26__btn--ghost:hover {
    border-color: rgba(143, 191, 90, 0.7);
    background: rgba(107, 184, 50, 0.1);
}

/* Form — higher contrast */
.of26__form-wrap {
    padding: 1.25rem 1.25rem 1.35rem;
    border-radius: 16px;
    border: 1px solid var(--of26-line);
    background: rgba(255, 255, 255, 0.03);
}

.of26__form-head {
    margin-bottom: 0.95rem;
}

.of26__form-title {
    margin: 0 0 0.3rem;
    font-family: var(--of26-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--of26-ink);
}

.of26__form-hint {
    margin: 0;
    font-size: 0.9rem;
    color: var(--of26-faint);
}

.of26__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

.of26__field {
    min-width: 0;
}

.of26__field--message {
    grid-column: 1 / -1;
}

.of26__field--btn {
    margin-top: 0.85rem;
}

.of26__field input,
.of26__field textarea {
    width: 100%;
    padding: 0.8rem 0.95rem;
    border-radius: 10px;
    border: 1px solid rgba(244, 242, 236, 0.22);
    background: rgba(255, 255, 255, 0.07);
    color: var(--of26-ink);
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.of26__field textarea {
    min-height: 3.75rem;
    resize: vertical;
    line-height: 1.4;
}

.of26__field input::placeholder,
.of26__field textarea::placeholder {
    color: rgba(244, 242, 236, 0.48);
}

.of26__field input:focus,
.of26__field textarea:focus {
    border-color: rgba(143, 191, 90, 0.65);
    background: rgba(107, 184, 50, 0.08);
    box-shadow: 0 0 0 3px rgba(107, 184, 50, 0.12);
}

.of26__field input.field-error,
.of26__field textarea.field-error {
    border-color: #ef4444;
}

.of26__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3rem;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    background: rgba(107, 184, 50, 0.12);
    color: var(--of26-ink);
    border: 1px solid rgba(143, 191, 90, 0.5);
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.of26__submit:hover {
    background: rgba(107, 184, 50, 0.2);
    border-color: rgba(143, 191, 90, 0.75);
    transform: translateY(-1px);
}

.of26__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.of26__form-foot {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem 1rem;
    align-items: start;
    margin-top: 0.85rem;
}

.of26__consent {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.of26__consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: rgba(244, 242, 236, 0.55);
    font-size: 0.72rem;
    line-height: 1.4;
}

.of26__consent input[type="checkbox"] {
    margin-top: 0.12rem;
    width: 0.85rem;
    height: 0.85rem;
    accent-color: #6bb832;
    flex-shrink: 0;
}

.of26__consent a {
    color: var(--of26-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.of26__verify .bw-turnstile,
.of26__verify .cf-turnstile {
    margin: 0 !important;
    transform: scale(0.85);
    transform-origin: top left;
}

.of26__status {
    margin-top: 0.55rem;
    padding: 0.55rem 0.8rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    text-align: center;
}

.of26__status.status-success {
    background: rgba(107, 184, 50, 0.1);
    border: 1px solid rgba(143, 191, 90, 0.3);
    color: var(--of26-accent);
}

.of26__status.status-error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #ef4444;
}

@media (max-width: 900px) {
    .of26__hooks {
        grid-template-columns: 1fr;
    }

    .of26__act {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .of26__include-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .of26__shell {
        width: min(100%, calc(100% - 1.5rem));
        padding: 1.15rem 1rem 1.25rem;
        border-radius: 16px;
    }

    .of26__fields {
        grid-template-columns: 1fr;
    }

    .of26__form-foot {
        grid-template-columns: 1fr;
    }

    .of26__verify .bw-turnstile,
    .of26__verify .cf-turnstile {
        transform: none;
    }

    .of26__btn {
        min-height: 3.4rem;
    }

    .of26__price,
    .of26__cta-block,
    .of26__form-wrap,
    .of26__scope {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .of26__btn,
    .of26__submit {
        transition: none;
    }
}
