:root {
    --bg: #f4f1ec;
    --ink: #101828;
    --muted: #667085;
    --line: rgba(16, 24, 40, 0.12);
    --panel: rgba(255, 255, 255, 0.78);
    --dark: #111827;
    --dark-2: #1f2937;
    --gold: #c79a52;
    --gold-soft: #f3dfb8;
    --error: #b42318;
    --success: #027a48;
    --shadow: 0 28px 90px rgba(16, 24, 40, 0.18);
    --radius-xl: 34px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 15% 10%, rgba(199, 154, 82, 0.28), transparent 27rem),
        radial-gradient(circle at 86% 18%, rgba(17, 24, 39, 0.18), transparent 30rem),
        linear-gradient(135deg, #fbfaf7 0%, #eee7dd 52%, #e8e2d7 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(16, 24, 40, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 24, 40, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 72%);
}

.ambient {
    position: fixed;
    width: 30rem;
    height: 30rem;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.38;
    pointer-events: none;
}

.ambient-one {
    left: -14rem;
    top: 10vh;
    background: radial-gradient(circle, rgba(199, 154, 82, 0.5), transparent 68%);
}

.ambient-two {
    right: -14rem;
    bottom: 5vh;
    background: radial-gradient(circle, rgba(17, 24, 39, 0.24), transparent 70%);
}

.landing-shell {
    width: min(1180px, calc(100% - 40px));
    min-height: min(760px, calc(100vh - 56px));
    margin: 28px auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    border: 1px solid rgba(255,255,255,0.64);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow: hidden;
    position: relative;
}

.hero-panel,
.form-panel {
    position: relative;
    z-index: 1;
}

.hero-panel {
    padding: clamp(28px, 5vw, 58px);
    background:
        linear-gradient(145deg, rgba(17, 24, 39, 0.97), rgba(31, 41, 55, 0.95)),
        radial-gradient(circle at 80% 20%, rgba(199, 154, 82, 0.45), transparent 25rem);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 680px;
    overflow: hidden;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(199,154,82,0.36), transparent 22rem),
        linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,0.05) 48% 49%, transparent 49% 100%);
    pointer-events: none;
}

.hero-panel::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -160px;
    bottom: -170px;
    border: 1px solid rgba(243, 223, 184, 0.2);
    border-radius: 50%;
    box-shadow: inset 0 0 0 32px rgba(255,255,255,0.025), inset 0 0 0 78px rgba(255,255,255,0.018);
}

.hero-topbar {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-grid;
    place-items: center;
    color: var(--dark);
    background: linear-gradient(135deg, #f9e6bf, #c79a52);
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 14px 34px rgba(199,154,82,0.28);
}

.domain-card {
    margin: 72px 0 64px;
    max-width: 660px;
}

.small-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold-soft);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.form-panel .small-label {
    color: var(--gold);
}

.small-label::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: 0.75;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin: 20px 0 24px;
    font-size: clamp(44px, 7vw, 82px);
    line-height: 0.94;
    letter-spacing: -0.075em;
    overflow-wrap: anywhere;
}

h1 span {
    color: var(--gold-soft);
}

.domain-card p {
    max-width: 560px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.78);
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.45;
}

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

.trust-grid div {
    min-height: 118px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: var(--radius-lg);
    padding: 18px;
    background: rgba(255,255,255,0.055);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.trust-grid strong,
.trust-grid span {
    display: block;
}

.trust-grid strong {
    margin-bottom: 24px;
    color: var(--gold-soft);
    font-size: 13px;
    letter-spacing: 0.12em;
}

.trust-grid span {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.35;
}

.form-panel {
    padding: clamp(26px, 4.4vw, 54px);
    background: rgba(255,255,255,0.82);
}

.form-heading {
    margin-bottom: 28px;
}

h2 {
    margin: 14px 0 10px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.form-heading p {
    max-width: 470px;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.notice {
    margin: 0 0 22px;
    padding: 15px 16px;
    border-radius: var(--radius-md);
    font-size: 14px;
    line-height: 1.45;
    border: 1px solid transparent;
}

.notice.success {
    color: var(--success);
    background: #ecfdf3;
    border-color: #abefc6;
}

.notice.error {
    color: var(--error);
    background: #fef3f2;
    border-color: #fecdca;
}

.contact-form {
    display: grid;
    gap: 17px;
}

.hp-field {
    display: none;
}

.form-row {
    display: grid;
    gap: 8px;
}

.two-cols {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

label {
    color: #344054;
    font-size: 13px;
    font-weight: 750;
}

label span,
.privacy-row span {
    color: #475467;
}

.form-row label span {
    color: var(--gold);
}

input,
textarea {
    width: 100%;
    appearance: none;
    border: 1px solid rgba(16, 24, 40, 0.13);
    border-radius: 15px;
    background: rgba(255,255,255,0.84);
    color: var(--ink);
    font: inherit;
    font-size: 15px;
    padding: 14px 15px;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

textarea {
    min-height: 128px;
    resize: vertical;
    line-height: 1.55;
}

input:focus,
textarea:focus {
    border-color: rgba(199,154,82,0.88);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(199,154,82,0.14);
}

.privacy-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
}

.privacy-row input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
}

.privacy-row input:checked {
    background: var(--dark);
    border-color: var(--dark);
    box-shadow: inset 0 0 0 3px #fff;
}

.submit-button {
    border: 0;
    border-radius: 18px;
    min-height: 58px;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: linear-gradient(135deg, #111827, #2c3546 58%, #111827);
    box-shadow: 0 18px 42px rgba(17,24,39,0.24);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.submit-button svg {
    width: 21px;
    height: 21px;
    transition: transform 0.18s ease;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(17,24,39,0.28);
}

.submit-button:hover svg {
    transform: translateX(3px);
}

.submit-button:active {
    transform: translateY(0);
}

.submit-button.is-loading {
    pointer-events: none;
    opacity: 0.78;
}

.micro-footer {
    margin-top: 24px;
    color: #98a2b3;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .landing-shell {
        grid-template-columns: 1fr;
        width: min(760px, calc(100% - 28px));
    }

    .hero-panel {
        min-height: auto;
        gap: 44px;
    }

    .domain-card {
        margin: 34px 0 0;
    }
}

@media (max-width: 680px) {
    body {
        background:
            radial-gradient(circle at 20% 0%, rgba(199, 154, 82, 0.28), transparent 22rem),
            linear-gradient(135deg, #fbfaf7 0%, #eee7dd 100%);
    }

    .landing-shell {
        width: calc(100% - 18px);
        margin: 9px auto;
        border-radius: 26px;
        min-height: auto;
    }

    .hero-panel,
    .form-panel {
        padding: 28px 20px;
    }

    .hero-topbar {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    h1 {
        font-size: clamp(38px, 15vw, 58px);
        letter-spacing: -0.065em;
    }

    .domain-card p {
        font-size: 17px;
    }

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

    .trust-grid div {
        min-height: auto;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .trust-grid strong {
        margin: 0;
        min-width: 36px;
    }

    .two-cols {
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: 32px;
    }

    input,
    textarea {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
