.page-kapcsolat {
    --ct-ink: #102f46;
    --ct-muted: #607586;
    --ct-blue: #2f7ead;
    --ct-cyan: #63cdd1;
    --ct-warm: #e5a766;
    --ct-cream: #fbfaf6;
    --ct-surface: #f2f8fa;
    --ct-border: rgba(16, 47, 70, 0.11);
}

.ct-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 28%, rgba(99, 205, 209, .22), transparent 31%),
        radial-gradient(circle at 68% 78%, rgba(229, 167, 102, .13), transparent 27%),
        var(--ct-cream);
}

.ct-hero-grid {
    min-height: 710px;
    padding-block: 96px;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 80px;
}

.ct-kicker {
    margin: 0 0 20px;
    color: var(--ct-blue);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.ct-hero h1,
.ct-section-heading h2,
.ct-person h2,
.ct-message h2,
.ct-final-cta h2 {
    margin: 0;
    color: var(--ct-ink);
    letter-spacing: -.045em;
    line-height: 1.08;
}

.ct-hero h1 {
    font-size: clamp(3.1rem, 5vw, 5.35rem);
}

.ct-hero h1 span,
.ct-section-heading h2 span,
.ct-person h2 span,
.ct-message h2 span {
    display: block;
    color: var(--ct-blue);
}

.ct-hero-lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: var(--ct-muted);
    font-size: 1.14rem;
}

.ct-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.ct-button-primary {
    color: #fff;
    background: var(--ct-blue);
    box-shadow: 0 15px 36px rgba(47,126,173,.22);
}

.ct-button-secondary {
    color: var(--ct-ink);
    border-color: var(--ct-border);
    background: rgba(255,255,255,.72);
}

.ct-hero-note {
    display: flex;
    gap: 10px;
    margin-top: 36px;
    color: var(--ct-muted);
    font-size: .86rem;
}

.ct-hero-note span {
    width: 8px;
    height: 8px;
    margin-top: .48em;
    border-radius: 50%;
    background: var(--ct-cyan);
    box-shadow: 0 0 14px rgba(99,205,209,.7);
}

.ct-hero-visual {
    position: relative;
    min-height: 530px;
}

.ct-contact-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(47,126,173,.17);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ct-contact-orbit-one {
    width: 420px;
    height: 420px;
}

.ct-contact-orbit-two {
    width: 280px;
    height: 280px;
}

.ct-contact-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle, #fff, rgba(99,205,209,.2));
    box-shadow: 0 0 65px rgba(99,205,209,.22);
    transform: translate(-50%, -50%);
}

.ct-contact-core-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ct-blue);
    box-shadow: 0 0 0 15px rgba(47,126,173,.08), 0 0 24px rgba(47,126,173,.34);
}

.ct-contact-bubble {
    position: absolute;
    width: 94px;
    height: 94px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ct-border);
    border-radius: 28px;
    color: var(--ct-blue);
    background: rgba(255,255,255,.88);
    box-shadow: 0 22px 55px rgba(16,47,70,.1);
}

.ct-contact-bubble svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ct-contact-bubble-phone {
    top: 10%;
    left: 11%;
    transform: rotate(-6deg);
}

.ct-contact-bubble-mail {
    top: 28%;
    right: 4%;
    transform: rotate(7deg);
}

.ct-contact-bubble-location {
    bottom: 8%;
    left: 22%;
    transform: rotate(-4deg);
}

.ct-contact,
.ct-person,
.ct-message,
.ct-location,
.ct-final-cta {
    padding-block: 110px;
}

.ct-section-heading {
    max-width: 900px;
}

.ct-section-heading h2,
.ct-person h2,
.ct-message h2 {
    font-size: clamp(2.35rem, 3.6vw, 4.05rem);
}

.ct-contact {
    background: var(--ct-surface);
}

.ct-contact-grid {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ct-contact-card {
    min-height: 330px;
    padding: 30px;
    border: 1px solid var(--ct-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(16,47,70,.07);
    transition: transform .22s ease, box-shadow .22s ease;
}

.ct-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 78px rgba(16,47,70,.13);
}

.ct-card-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: var(--ct-blue);
    background: rgba(99,205,209,.11);
}

.ct-card-icon svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ct-card-label {
    margin: 52px 0 10px;
    color: var(--ct-blue);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ct-contact-card h3 {
    margin: 0;
    color: var(--ct-ink);
    font-size: 1.3rem;
}

.ct-contact-card h3 a {
    color: inherit;
    text-decoration: none;
}

.ct-contact-card > p:last-child {
    color: var(--ct-muted);
}

.ct-person {
    background: var(--ct-cream);
}

.ct-person-grid,
.ct-message-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 88px;
}

.ct-person-scene {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 44%, rgba(99,205,209,.18), transparent 45%),
        #fff;
    box-shadow: 0 28px 74px rgba(16,47,70,.09);
}

.ct-person-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(47,126,173,.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ct-person-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ct-cyan), transparent);
}

.ct-person-line-one {
    top: 42%;
    right: 8%;
    left: 8%;
    transform: rotate(12deg);
}

.ct-person-line-two {
    top: 58%;
    right: 12%;
    left: 12%;
    transform: rotate(-15deg);
}

.ct-person-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--ct-blue);
    box-shadow: 0 0 18px rgba(47,126,173,.45);
}

.ct-person-dot-one { top: 24%; left: 22%; }
.ct-person-dot-two { top: 44%; right: 19%; }
.ct-person-dot-three { bottom: 20%; left: 43%; }

.ct-person-copy > p:not(.ct-kicker) {
    color: var(--ct-muted);
}

.ct-person-copy blockquote {
    margin: 30px 0 0;
    padding: 22px 24px;
    border-left: 3px solid var(--ct-cyan);
    color: var(--ct-ink);
    background: rgba(255,255,255,.72);
    font-size: 1.05rem;
}

.ct-message {
    background: var(--ct-surface);
}

.ct-message-grid {
    align-items: start;
}

.ct-message-grid > div:first-child > p:not(.ct-kicker) {
    color: var(--ct-muted);
}

.ct-form {
    display: grid;
    gap: 18px;
    padding: 32px;
    border: 1px solid var(--ct-border);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 28px 72px rgba(16,47,70,.08);
}

.ct-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

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

.ct-form label > span {
    color: var(--ct-ink);
    font-size: .84rem;
    font-weight: 760;
}

.ct-form input,
.ct-form textarea {
    width: 100%;
    border: 1px solid rgba(16,47,70,.15);
    border-radius: 14px;
    color: var(--ct-ink);
    background: #fbfdfe;
    font: inherit;
}

.ct-form input {
    min-height: 48px;
    padding: 0 14px;
}

.ct-form textarea {
    padding: 14px;
    resize: vertical;
}

.ct-consent {
    grid-template-columns: 20px 1fr;
    align-items: start;
}

.ct-consent input {
    min-height: auto;
    margin-top: 3px;
}

.ct-consent a {
    color: var(--ct-blue);
}

.ct-location {
    background: var(--ct-cream);
}

.ct-location-card {
    margin-top: 58px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 28px 75px rgba(16,47,70,.09);
}

.ct-map-visual {
    position: relative;
    min-height: 420px;
    background:
        linear-gradient(145deg, rgba(99,205,209,.12), rgba(47,126,173,.08)),
        #f7fbfc;
}

.ct-map-visual svg {
    width: 100%;
    height: 100%;
}

.ct-map-visual path {
    fill: none;
    stroke: rgba(47,126,173,.22);
    stroke-width: 5;
    stroke-linecap: round;
}

.ct-map-pin {
    position: absolute;
    top: 48%;
    left: 54%;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50% 50% 50% 0;
    background: var(--ct-blue);
    box-shadow: 0 18px 40px rgba(47,126,173,.28);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ct-map-pin span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

.ct-location-info {
    padding: 42px;
}

.ct-location-info h3 {
    margin: 0;
    color: var(--ct-ink);
    font-size: 1.55rem;
}

.ct-location-info > p:not(.ct-card-label) {
    color: var(--ct-muted);
}

.ct-final-cta {
    color: #fff;
    background: var(--ct-blue);
}

.ct-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.ct-final-cta h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.2rem, 3.4vw, 3.8rem);
}

.ct-final-cta .ct-kicker {
    color: rgba(255,255,255,.74);
}

.ct-final-actions {
    display: flex;
    gap: 12px;
}

.ct-button-light {
    color: var(--ct-ink);
    background: #fff;
}

.ct-button-ghost {
    color: #fff;
    border-color: rgba(255,255,255,.36);
    background: transparent;
}

@media (max-width: 1050px) {
    .ct-hero-grid,
    .ct-person-grid,
    .ct-message-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .ct-hero-content {
        text-align: center;
    }

    .ct-hero-lead {
        margin-inline: auto;
    }

    .ct-hero-actions,
    .ct-hero-note {
        justify-content: center;
    }

    .ct-contact-grid {
        grid-template-columns: 1fr;
    }

    .ct-location-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ct-hero-grid {
        min-height: auto;
        padding-block: 76px;
    }

    .ct-hero h1 {
        font-size: clamp(2.8rem, 12vw, 4rem);
    }

    .ct-contact,
    .ct-person,
    .ct-message,
    .ct-location,
    .ct-final-cta {
        padding-block: 78px;
    }

    .ct-form-row {
        grid-template-columns: 1fr;
    }

    .ct-final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .ct-final-actions {
        width: 100%;
        flex-direction: column;
    }

    .ct-final-actions .button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .ct-hero-actions {
        flex-direction: column;
    }

    .ct-hero-actions .button {
        width: 100%;
    }

    .ct-hero-visual {
        min-height: 420px;
    }

    .ct-contact-orbit-one {
        width: 330px;
        height: 330px;
    }

    .ct-contact-orbit-two {
        width: 225px;
        height: 225px;
    }

    .ct-contact-core {
        width: 120px;
        height: 120px;
    }

    .ct-contact-bubble {
        width: 74px;
        height: 74px;
        border-radius: 22px;
    }

    .ct-contact-bubble svg {
        width: 32px;
        height: 32px;
    }

    .ct-section-heading h2,
    .ct-person h2,
    .ct-message h2 {
        font-size: 2.35rem;
    }

    .ct-location-info {
        padding: 28px;
    }
}
