:root {
    --gd-primary: #f5b301;
    --gd-primary-dark: #d79b00;
    --gd-blue: #155a93;
    --gd-blue-dark: #0f4777;
    --gd-dark: #111827;
    --gd-text: #536783;
    --gd-muted: #64748b;
    --gd-soft: #f5f8fc;
    --gd-border: #dfe7f1;
    --gd-radius: 26px;
    --gd-shadow: 0 28px 70px rgba(15, 23, 42, .13);
    --gd-shadow-soft: 0 18px 42px rgba(15, 23, 42, .08);
}

.gd-landing {
    background: #f8fbff;
    color: var(--gd-text);
    overflow: hidden;
}

.gd-landing * {
    box-sizing: border-box;
}

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

.gd-section,
.gd-hero {
    padding: 92px 0;
    scroll-margin-top: 88px;
}

.gd-section-soft {
    background: rgba(248, 250, 252, .78);
    border-top: 1px solid rgba(226, 232, 240, .72);
    border-bottom: 1px solid rgba(226, 232, 240, .72);
}

.gd-chip,
.gd-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid rgba(245, 179, 1, .35);
    border-radius: 999px;
    background: rgba(245, 179, 1, .12);
    color: #7a5200;
    font-weight: 800;
    letter-spacing: .02em;
    font-size: .82rem;
    padding: 8px 13px;
    margin-bottom: 16px;
}

.gd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: 54px;
    align-items: center;
}

.gd-hero h1,
.gd-section-header h2,
.gd-trust-grid h2,
.gd-final-cta h2 {
    color: var(--gd-dark);
    line-height: 1.03;
    letter-spacing: -0.04em;
    margin: 0;
}

.gd-hero h1 {
    font-size: clamp(2.55rem, 5vw, 5.35rem);
    max-width: 790px;
}

.gd-hero p {
    font-size: 1.18rem;
    line-height: 1.75;
    color: var(--gd-text);
    margin: 24px 0 0;
    max-width: 720px;
}

.gd-hero-actions,
.gd-final-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.gd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 850;
    border: 1px solid transparent;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
}

.gd-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.gd-btn-primary {
    background: var(--gd-blue);
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(21, 90, 147, .22);
}

.gd-btn-primary:hover {
    background: var(--gd-blue-dark);
    color: #ffffff !important;
}

.gd-btn-secondary {
    background: #ffffff;
    color: var(--gd-dark) !important;
    border-color: var(--gd-border);
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
}

.gd-btn-ghost {
    background: transparent;
    color: var(--gd-dark) !important;
    border-color: rgba(15, 23, 42, .14);
}

.gd-btn-full {
    width: 100%;
}

.gd-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.gd-hero-points div,
.gd-band article,
.gd-benefit,
.gd-modules-grid article,
.gd-plan-card,
.gd-trust-list div,
.gd-faq details,
.gd-plan-note {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 20px;
    box-shadow: var(--gd-shadow-soft);
}

.gd-hero-points div {
    padding: 16px;
}

.gd-hero-points strong,
.gd-band strong,
.gd-trust-list strong {
    display: block;
    color: var(--gd-dark);
    font-size: .98rem;
    margin-bottom: 5px;
}

.gd-hero-points span,
.gd-band span,
.gd-trust-list span {
    display: block;
    color: var(--gd-muted);
    font-size: .92rem;
    line-height: 1.5;
}

.gd-hero-visual {
    position: relative;
}

.gd-hero-browser {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #111827;
    box-shadow: var(--gd-shadow);
    border: 1px solid rgba(15, 23, 42, .1);
    transform: rotate(1deg);
}

.gd-browser-top {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: #94a3b8;
    background: #0f172a;
}

.gd-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #475569;
}

.gd-browser-top small {
    margin-left: 8px;
    font-size: .82rem;
}

.gd-hero-browser img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    cursor: zoom-in;
}

.gd-floating-card {
    position: absolute;
    max-width: 245px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(226, 232, 240, .9);
    box-shadow: var(--gd-shadow);
    backdrop-filter: blur(14px);
}

.gd-floating-card strong {
    display: block;
    color: var(--gd-dark);
    margin-bottom: 5px;
}

.gd-floating-card span {
    display: block;
    color: var(--gd-muted);
    font-size: .88rem;
    line-height: 1.45;
}

.gd-floating-card-one {
    top: -24px;
    right: -18px;
}

.gd-floating-card-two {
    left: -18px;
    bottom: -22px;
}

.gd-band {
    padding: 26px 0;
    background: rgba(15, 23, 42, .96);
}

.gd-band-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gd-band article {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none;
    padding: 18px;
}

.gd-band strong {
    color: #ffffff;
}

.gd-band span {
    color: #cbd5e1;
}

.gd-section-header {
    max-width: 820px;
    margin-bottom: 36px;
}

.gd-section-header h2,
.gd-trust-grid h2,
.gd-final-cta h2 {
    font-size: clamp(2rem, 3.2vw, 3.65rem);
}

.gd-section-header p,
.gd-trust-grid p,
.gd-final-cta p {
    font-size: 1.08rem;
    color: var(--gd-muted);
    line-height: 1.75;
    margin: 16px 0 0;
}

.gd-problem-solution {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.gd-problem-solution article {
    padding: 28px;
    border: 1px solid var(--gd-border);
    border-radius: var(--gd-radius);
    background: #ffffff;
    box-shadow: var(--gd-shadow-soft);
}

.gd-problem-solution h3,
.gd-modules-grid h3,
.gd-plan-card h3,
.gd-faq summary {
    color: var(--gd-dark);
}

.gd-problem-solution h3 {
    margin: 0 0 16px;
    font-size: 1.42rem;
}

.gd-problem-solution p {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid var(--gd-border);
    line-height: 1.62;
}

.gd-card-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #fff8df 100%) !important;
    border-color: rgba(245, 179, 1, .38) !important;
}

.gd-enaire-section {
    background:
        linear-gradient(180deg, rgba(248, 251, 255, .78), rgba(255, 255, 255, .94)),
        #ffffff;
    border-top: 1px solid rgba(226, 232, 240, .72);
}

.gd-enaire-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    gap: 42px;
    align-items: center;
}

.gd-enaire-content h2 {
    color: var(--gd-dark);
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1.04;
    margin: 0;
}

.gd-enaire-content > p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--gd-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.gd-enaire-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.gd-enaire-features article {
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--gd-shadow-soft);
}

.gd-enaire-features strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gd-dark);
}

.gd-enaire-features span {
    display: block;
    color: var(--gd-muted);
    font-size: .94rem;
    line-height: 1.55;
}

.gd-enaire-note {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding: 11px 14px;
    border: 1px solid rgba(245, 179, 1, .48);
    border-radius: 14px;
    background: rgba(255, 248, 223, .82);
    color: #7a5200;
}

.gd-enaire-note strong,
.gd-enaire-note span {
    line-height: 1.35;
}

.gd-enaire-demo {
    overflow: hidden;
    border: 1px solid var(--gd-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--gd-shadow);
}

.gd-enaire-tabs {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid var(--gd-border);
    background: #f8fafc;
}

.gd-enaire-tabs button {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--gd-muted);
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
    padding: 10px 14px;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.gd-enaire-tabs button.is-active {
    background: var(--gd-blue);
    border-color: var(--gd-blue);
    color: #ffffff;
}

.gd-enaire-screen {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #ffffff;
}

.gd-enaire-screen img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.01);
    transition: opacity .28s ease, transform .28s ease;
}

.gd-enaire-screen img.is-active {
    opacity: 1;
    transform: scale(1);
}

.gd-dji-section {
    background:
        linear-gradient(135deg, rgba(21, 90, 147, .09), rgba(248, 250, 252, .92)),
        #f8fbff;
    border-top: 1px solid rgba(226, 232, 240, .72);
    border-bottom: 1px solid rgba(226, 232, 240, .72);
}

.gd-dji-grid {
    display: grid;
    grid-template-columns: minmax(430px, 1.12fr) minmax(0, .88fr);
    gap: 42px;
    align-items: center;
}

.gd-dji-content h2 {
    color: var(--gd-dark);
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1.04;
    margin: 0;
}

.gd-dji-content > p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--gd-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.gd-dji-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.gd-dji-features article {
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--gd-shadow-soft);
}

.gd-dji-features strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gd-dark);
}

.gd-dji-features span {
    display: block;
    color: var(--gd-muted);
    font-size: .94rem;
    line-height: 1.55;
}

.gd-dji-note {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding: 11px 14px;
    border: 1px solid rgba(245, 179, 1, .48);
    border-radius: 14px;
    background: rgba(255, 248, 223, .86);
    color: #7a5200;
}

.gd-dji-note strong,
.gd-dji-note span {
    line-height: 1.35;
}

.gd-dji-demo {
    overflow: hidden;
    border: 1px solid var(--gd-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--gd-shadow);
}

.gd-dji-tabs {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid var(--gd-border);
    background: #f8fafc;
}

.gd-dji-tabs button {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--gd-muted);
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
    padding: 10px 14px;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.gd-dji-tabs button.is-active {
    background: var(--gd-blue);
    border-color: var(--gd-blue);
    color: #ffffff;
}

.gd-dji-screen {
    position: relative;
    aspect-ratio: 2 / 1;
    background: #ffffff;
}

.gd-dji-screen img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: scale(1.01);
    transition: opacity .28s ease, transform .28s ease;
}

.gd-dji-screen img.is-active {
    opacity: 1;
    transform: scale(1);
}

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

.gd-modules-grid article {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    overflow: hidden;
}

.gd-module-card-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 20px;
    align-items: start;
}

.gd-module-card-title {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.gd-modules-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    background: rgba(245, 179, 1, .16);
    color: #7a5200;
    font-weight: 900;
    font-size: .82rem;
}

.gd-module-card-media {
    width: 140px;
    height: 92px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--gd-border);
    background: #ffffff;
    justify-self: end;
}

.gd-module-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8fafc;
    cursor: zoom-in;
}

.gd-modules-grid h3,
.gd-plan-card h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.22;
}

.gd-modules-grid p,
.gd-plan-card p,
.gd-faq p {
    margin: 0;
    color: var(--gd-muted);
    line-height: 1.65;
}

.gd-modules-grid article > p {
    margin-top: 0;
}

.gd-gallery {
    border-radius: 28px;
    padding: 18px;
    background: #ffffff;
    box-shadow: var(--gd-shadow);
    border: 1px solid var(--gd-border);
}

.gd-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--gd-border);
    background: #0f172a;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-gallery-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
    cursor: zoom-in;
}

.gd-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, .78);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: background .18s ease, transform .18s ease;
}

.gd-gallery-nav:hover {
    background: rgba(15, 23, 42, .92);
}

.gd-gallery-nav-prev {
    left: 14px;
}

.gd-gallery-nav-next {
    right: 14px;
}

.gd-gallery-caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(15, 23, 42, .82);
    color: #ffffff;
    padding: 9px 14px;
    font-size: .9rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.gd-gallery-details {
    margin-top: 14px;
    border: 1px solid var(--gd-border);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.gd-gallery-details summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--gd-dark);
    font-weight: 900;
    user-select: none;
}

.gd-gallery-details summary::-webkit-details-marker {
    display: none;
}

.gd-gallery-details summary span {
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .9rem;
}

.gd-gallery-details summary small {
    color: var(--gd-muted);
    font-size: .82rem;
    font-weight: 700;
    text-align: right;
}

.gd-gallery-details summary::after {
    content: '+';
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: rgba(21, 90, 147, .1);
    color: var(--gd-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}

.gd-gallery-details[open] summary::after {
    content: '−';
}

.gd-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    max-height: 430px;
    overflow: auto;
    padding: 0 14px 14px;
}

.gd-thumb {
    border: 1px solid var(--gd-border);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    padding: 0;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    display: block;
    width: 100%;
}

.gd-thumb:hover,
.gd-thumb.is-active {
    transform: translateY(-2px);
    border-color: rgba(245, 179, 1, .8);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
}

.gd-thumb-title {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border-bottom: 1px solid var(--gd-border);
    color: var(--gd-dark);
    font-weight: 800;
    font-size: .8rem;
    line-height: 1.3;
    background: #ffffff;
    white-space: normal;
    text-align: left;
}

.gd-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f8fafc;
}

.gd-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 42px;
    align-items: start;
}

.gd-trust-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gd-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gd-trust-list div {
    padding: 20px;
}

.gd-trust-shot {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--gd-border);
    background: #ffffff;
    box-shadow: var(--gd-shadow);
}

.gd-trust-shot img {
    display: block;
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

.gd-security-section {
    background:
        linear-gradient(135deg, rgba(21, 90, 147, .08), rgba(245, 179, 1, .12)),
        #ffffff;
    border-top: 1px solid rgba(226, 232, 240, .72);
}

.gd-security-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    gap: 38px;
    align-items: center;
}

.gd-security-grid h2 {
    color: var(--gd-dark);
    font-size: clamp(2rem, 3.2vw, 3.55rem);
    line-height: 1.04;
    margin: 0;
}

.gd-security-grid p {
    max-width: 690px;
    margin: 18px 0 0;
    color: var(--gd-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.gd-security-panel {
    display: grid;
    gap: 14px;
}

.gd-security-panel article {
    position: relative;
    min-height: 112px;
    padding: 22px 24px 22px 66px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--gd-shadow-soft);
}

.gd-security-panel article::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background:
        linear-gradient(#ffffff, #ffffff) center 11px / 9px 7px no-repeat,
        linear-gradient(#155a93, #155a93) center 7px / 14px 10px no-repeat,
        linear-gradient(#155a93, #155a93) center 16px / 18px 14px no-repeat;
    box-shadow: 0 8px 18px rgba(21, 90, 147, .18);
}

.gd-security-panel strong {
    display: block;
    margin-bottom: 7px;
    color: var(--gd-dark);
    font-size: 1.02rem;
}

.gd-security-panel span {
    display: block;
    color: var(--gd-muted);
    line-height: 1.58;
}

.gd-plans-section {
    background:
        radial-gradient(circle at bottom right, rgba(245, 179, 1, .18), transparent 36rem),
        #ffffff;
}

.gd-plan-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.gd-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 26px;
    padding: 8px;
    border: 1px solid var(--gd-border);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: var(--gd-shadow);
}

.gd-billing-toggle > span {
    padding-left: 8px;
    color: var(--gd-muted);
    font-size: .88rem;
    font-weight: 900;
}

.gd-billing-toggle__options {
    display: inline-flex;
    gap: 4px;
    padding: 3px;
    border-radius: 10px;
    background: #eef4fb;
}

.gd-billing-toggle__options label {
    position: relative;
    cursor: pointer;
}

.gd-billing-toggle__options input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.gd-billing-toggle__options span {
    display: inline-flex;
    min-width: 86px;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--gd-muted);
    font-weight: 900;
    line-height: 1;
}

.gd-billing-toggle__options input:checked + span {
    background: #2a4f8a;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(42, 79, 138, .18);
}

.gd-plan-card {
    position: relative;
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 22px;
}

.gd-plan-card.is-featured {
    border-color: #2a4f8a;
    box-shadow: 0 20px 48px rgba(42, 79, 138, .18);
    transform: translateY(-2px);
}

.gd-plan-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.gd-plan-title-row h3 {
    margin: 0;
    min-width: 0;
}

.gd-plan-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(110, 193, 122, .22);
    color: #256c2d;
    font-weight: 900;
    font-size: .68rem;
    padding: 5px 8px;
    margin-top: 2px;
    white-space: nowrap;
}

.gd-plan-discount {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
    color: #256c2d;
    font-weight: 800;
    font-size: .82rem;
    line-height: 1.3;
}

.gd-plan-price {
    margin: 18px 0 10px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
}

.gd-price-monthly,
.gd-price-annual {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
}

.gd-price-monthly[hidden],
.gd-price-annual[hidden] {
    display: none;
}

.gd-price-annual del {
    color: var(--gd-muted);
    font-weight: 900;
    text-decoration-thickness: 2px;
}

.gd-plan-price strong {
    color: var(--gd-dark);
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    line-height: 1;
}

.gd-plan-price span {
    color: var(--gd-muted);
    font-weight: 800;
    font-size: .9rem;
}

.gd-plan-card p {
    min-height: 78px;
    font-size: .92rem;
    line-height: 1.45;
}

.gd-plan-card .gd-btn {
    margin-top: auto;
    min-height: 44px;
    border-radius: 10px;
    font-size: .86rem;
    padding: 10px 12px;
}

.gd-plan-note {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 18px;
    padding: 18px;
    color: var(--gd-muted);
}

.gd-plan-note strong {
    color: var(--gd-dark);
}

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

.gd-faq details {
    padding: 0;
    overflow: hidden;
}

.gd-faq summary {
    list-style: none;
    cursor: pointer;
    font-weight: 900;
    padding: 20px 22px;
}

.gd-faq summary::-webkit-details-marker {
    display: none;
}

.gd-faq p {
    padding: 0 22px 22px;
}

.gd-final-cta {
    padding: 84px 0;
}

.gd-final-cta-box {
    border-radius: 32px;
    padding: clamp(32px, 5vw, 64px);
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(245, 179, 1, .26), transparent 28rem),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    box-shadow: var(--gd-shadow);
}

.gd-final-cta h2,
.gd-final-cta p {
    color: #ffffff;
}

.gd-final-cta p {
    color: #dbe4ef;
    max-width: 720px;
}

.gd-final-cta .gd-eyebrow {
    background: rgba(245, 179, 1, .18);
    color: #ffe7a3;
    border-color: rgba(245, 179, 1, .34);
}

.gd-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, .84);
    backdrop-filter: blur(10px);
}

.gd-modal.is-open {
    display: flex;
}

.gd-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: min(1200px, 96vw);
}

.gd-modal img {
    max-width: min(1200px, 96vw);
    max-height: 80vh;
    border-radius: 18px;
    box-shadow: var(--gd-shadow);
    background: #ffffff;
}

.gd-modal-caption {
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    font-size: .98rem;
}

.gd-modal-close {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--gd-dark);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--gd-shadow-soft);
    z-index: 100001;
}

.gd-modal-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--gd-dark);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--gd-shadow-soft);
    z-index: 100001;
}

.gd-modal-nav-prev {
    left: 18px;
}

.gd-modal-nav-next {
    right: 18px;
}

@media (max-width: 1180px) {
    .gd-plan-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .gd-hero-grid,
    .gd-trust-grid,
    .gd-security-grid,
    .gd-enaire-grid,
    .gd-dji-grid {
        grid-template-columns: 1fr;
    }

    .gd-hero-visual {
        max-width: 820px;
        margin: 0 auto;
    }

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

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

    .gd-gallery-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .gd-container {
        width: min(100% - 24px, 1180px);
    }

    .gd-section,
    .gd-hero {
        padding: 58px 0;
    }

    .gd-hero h1 {
        font-size: 2.55rem;
    }

    .gd-hero p {
        font-size: 1rem;
    }

    .gd-hero-actions,
    .gd-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gd-btn {
        width: 100%;
    }

    .gd-hero-points,
    .gd-band-grid,
    .gd-problem-solution,
    .gd-enaire-features,
    .gd-dji-features,
    .gd-modules-grid,
    .gd-trust-list,
    .gd-security-grid,
    .gd-plan-grid,
    .gd-faq-grid {
        grid-template-columns: 1fr;
    }

    .gd-billing-toggle {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .gd-billing-toggle > span {
        padding-left: 4px;
    }

    .gd-billing-toggle__options,
    .gd-billing-toggle__options label,
    .gd-billing-toggle__options span {
        width: 100%;
    }

    .gd-gallery {
        padding: 10px;
        border-radius: 20px;
    }

    .gd-gallery-main {
        border-radius: 16px;
    }

    .gd-gallery-caption {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        justify-content: center;
        text-align: center;
        border-radius: 14px;
    }

    .gd-gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .gd-gallery-details summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .gd-gallery-details summary::after {
        position: absolute;
        right: 16px;
    }

    .gd-gallery-details summary {
        position: relative;
        padding-right: 58px;
    }

    .gd-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 360px;
    }

    .gd-thumb-title {
        min-height: 48px;
    }

    .gd-plan-card p {
        min-height: auto;
    }

    .gd-enaire-tabs,
    .gd-dji-tabs {
        align-items: stretch;
        flex-direction: column;
    }

    .gd-enaire-tabs button,
    .gd-dji-tabs button {
        width: 100%;
    }

    .gd-dji-content {
        order: -1;
    }

    .gd-modal-nav {
        width: 44px;
        height: 44px;
        font-size: 28px;
    }

    .gd-modal-nav-prev {
        left: 10px;
    }

    .gd-modal-nav-next {
        right: 10px;
    }

    .gd-floating-card {
        position: static;
        margin-top: 12px;
        max-width: none;
    }

    .gd-hero-browser {
        transform: none;
        border-radius: 20px;
    }
    
    .gd-module-card-media {
        width: 132px;
        height: 86px;
        flex-basis: 132px;
    }
    
    .gd-modules-grid article {
        padding: 22px;
    }

    .gd-security-panel article {
        min-height: auto;
        padding: 20px 20px 20px 60px;
    }

    .gd-security-panel article::before {
        left: 20px;
    }

    .gd-module-card-top {
        grid-template-columns: minmax(0, 1fr) 118px;
        gap: 16px;
    }

    .gd-module-card-media {
        width: 118px;
        height: 76px;
    }

    .gd-module-card-title {
        gap: 14px;
    }
}

/* ===============================
   GESTORÍA UAS
================================= */

.gd-gestoria-section {
    background:
        radial-gradient(circle at top left, rgba(245, 179, 1, .18), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-top: 1px solid rgba(226, 232, 240, .72);
    border-bottom: 1px solid rgba(226, 232, 240, .72);
}

.gd-gestoria-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 44px;
    align-items: center;
}

.gd-gestoria-content h2 {
    color: var(--gd-dark);
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin: 0;
}

.gd-gestoria-content > p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--gd-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.gd-gestoria-highlight {
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(245, 179, 1, .48);
    border-radius: 18px;
    background: rgba(255, 248, 223, .88);
    box-shadow: var(--gd-shadow-soft);
}

.gd-gestoria-highlight strong {
    display: block;
    margin-bottom: 6px;
    color: #7a5200;
    font-size: 1rem;
}

.gd-gestoria-highlight span {
    display: block;
    color: #7a5200;
    line-height: 1.6;
}

.gd-gestoria-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.gd-gestoria-visual {
    position: relative;
}

.gd-gestoria-browser {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 28px;
    background: #111827;
    box-shadow: var(--gd-shadow);
    transform: rotate(-1deg);
}

.gd-gestoria-browser img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 320px;
    object-fit: cover;
    background: #ffffff;
    cursor: zoom-in;
}

.gd-gestoria-floating {
    position: absolute;
    max-width: 250px;
    padding: 15px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(226, 232, 240, .9);
    box-shadow: var(--gd-shadow);
    backdrop-filter: blur(14px);
}

.gd-gestoria-floating strong {
    display: block;
    margin-bottom: 5px;
    color: var(--gd-dark);
}

.gd-gestoria-floating span {
    display: block;
    color: var(--gd-muted);
    font-size: .88rem;
    line-height: 1.45;
}

.gd-gestoria-floating-one {
    top: -22px;
    right: -16px;
}

.gd-gestoria-floating-two {
    left: -16px;
    bottom: -22px;
}

.gd-gestoria-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 48px;
}

.gd-gestoria-flow article {
    padding: 24px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 22px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--gd-shadow-soft);
}

.gd-gestoria-flow article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(245, 179, 1, .16);
    color: #7a5200;
    font-size: .82rem;
    font-weight: 900;
}

.gd-gestoria-flow article strong {
    display: block;
    margin-bottom: 10px;
    color: var(--gd-dark);
    font-size: 1.06rem;
    line-height: 1.3;
}

.gd-gestoria-flow article p {
    margin: 0;
    color: var(--gd-muted);
    line-height: 1.62;
}

.gd-gestoria-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.gd-gestoria-benefits div {
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--gd-shadow-soft);
}

.gd-gestoria-benefits strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gd-dark);
    font-size: .98rem;
}

.gd-gestoria-benefits span {
    display: block;
    color: var(--gd-muted);
    font-size: .92rem;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .gd-gestoria-grid {
        grid-template-columns: 1fr;
    }

    .gd-gestoria-visual {
        max-width: 820px;
        margin: 0 auto;
    }

    .gd-gestoria-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gd-gestoria-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .gd-gestoria-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gd-gestoria-browser {
        transform: none;
        border-radius: 20px;
    }

    .gd-gestoria-browser img {
        min-height: 220px;
    }

    .gd-gestoria-floating {
        position: static;
        margin-top: 12px;
        max-width: none;
    }

    .gd-gestoria-flow,
    .gd-gestoria-benefits {
        grid-template-columns: 1fr;
    }

    .gd-gestoria-flow {
        margin-top: 34px;
    }
}

/* ===============================
   CONTACTO PÚBLICO
================================= */

.gd-contact-hero {
    background:
        radial-gradient(circle at top right, rgba(245, 179, 1, .18), transparent 34rem),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.gd-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 44px;
    align-items: start;
}

.gd-contact-content h1 {
    color: var(--gd-dark);
    font-size: clamp(2.4rem, 4.4vw, 4.8rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    margin: 0;
}

.gd-contact-content > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--gd-text);
    font-size: 1.12rem;
    line-height: 1.75;
}

.gd-contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
}

.gd-contact-info-grid article {
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--gd-shadow-soft);
}

.gd-contact-info-grid strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gd-dark);
}

.gd-contact-info-grid span {
    display: block;
    color: var(--gd-muted);
    line-height: 1.55;
}

.gd-contact-card {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid var(--gd-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--gd-shadow);
}

.gd-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gd-contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gd-contact-field-full {
    grid-column: 1 / -1;
}

.gd-contact-field label {
    color: var(--gd-dark);
    font-weight: 850;
    font-size: .94rem;
}

.gd-contact-field label span {
    color: #b45309;
}

.gd-contact-field input,
.gd-contact-field select,
.gd-contact-field textarea {
    width: 100%;
    border: 1px solid var(--gd-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--gd-dark);
    font: inherit;
    padding: 13px 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.gd-contact-field input:focus,
.gd-contact-field select:focus,
.gd-contact-field textarea:focus {
    border-color: rgba(21, 90, 147, .58);
    box-shadow: 0 0 0 4px rgba(21, 90, 147, .1);
}

.gd-contact-field textarea {
    resize: vertical;
    min-height: 160px;
    line-height: 1.55;
}

.gd-contact-field small {
    color: var(--gd-muted);
    line-height: 1.45;
}

.gd-contact-captcha-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 12px;
    align-items: center;
}

.gd-contact-captcha-question {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(245, 179, 1, .48);
    border-radius: 14px;
    background: rgba(255, 248, 223, .86);
    color: #7a5200;
    font-weight: 900;
}

.gd-contact-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--gd-border);
    border-radius: 16px;
    background: #f8fafc;
    color: var(--gd-muted);
    line-height: 1.5;
    font-weight: 600;
}

.gd-contact-consent input {
    width: auto;
    margin-top: 3px;
    flex: 0 0 auto;
}

.gd-contact-consent a {
    color: var(--gd-blue);
    font-weight: 850;
    text-decoration: none;
}

.gd-contact-consent a:hover {
    text-decoration: underline;
}

.gd-contact-form .gd-btn {
    margin-top: 22px;
}

.gd-contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .gd-contact-grid {
        grid-template-columns: 1fr;
    }

    .gd-contact-card {
        max-width: 820px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .gd-contact-form-grid,
    .gd-contact-captcha-row {
        grid-template-columns: 1fr;
    }

    .gd-contact-card {
        padding: 18px;
        border-radius: 22px;
    }

    .gd-contact-content h1 {
        font-size: 2.55rem;
    }

    .gd-contact-content > p {
        font-size: 1rem;
    }
}