@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&display=swap");

:root {
    --bg: #eef4f7;
    --surface: #ffffff;
    --surface-soft: #edf8f4;
    --text: #112233;
    --muted: #5c6f7c;
    --line: #d6e1e7;
    --primary: #0f766e;
    --primary-dark: #0d4d56;
    --accent: #d8fbf5;
    --navy: #103446;
    --shadow: 0 24px 60px rgba(15, 25, 38, 0.08);
    --shadow-strong: 0 32px 90px rgba(11, 30, 40, 0.18);
    --radius: 28px;
    --radius-sm: 18px;
    --container: 1120px;
    --font-main: "Sora", "Trebuchet MS", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-main);
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(147, 244, 225, 0.44) 0, transparent 32%),
        radial-gradient(circle at 82% 24%, rgba(21, 118, 196, 0.12) 0, transparent 26%),
        linear-gradient(180deg, #f7fbfd 0%, #ecf2f6 100%);
}

body.js-enhanced [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
}

body.js-enhanced [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(10px);
    background: rgba(247, 251, 253, 0.82);
    border-bottom: 1px solid rgba(219, 228, 236, 0.85);
}

.header-bar,
.site-nav,
.hero-actions,
.hero-badges,
.section-heading-inline,
.cta-band-inner,
.card-topbar,
.form-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-bar,
.cta-band-inner {
    justify-content: space-between;
}

.header-bar {
    min-height: 78px;
}

.brand {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-with-logo {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.brand-with-logo img {
    width: auto;
    height: 48px;
    max-width: none;
    object-fit: contain;
    flex: 0 0 auto;
}

.site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav a {
    color: var(--muted);
    font-weight: 600;
}

.site-nav a.is-active {
    color: var(--primary-dark);
}

.site-nav a:hover,
.text-link:hover {
    color: var(--primary-dark);
}

.nav-cta {
    padding: 0.65rem 1rem;
    background: linear-gradient(135deg, #138f87, #0f766e);
    color: #fff !important;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.16);
}

.hero,
.section {
    padding: 4.5rem 0;
}

.section-compact {
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.hero-grid,
.feature-grid,
.benefits-grid,
.examples-grid,
.request-grid,
.admin-columns,
.stats-grid,
.action-grid,
.secondary-grid,
.form-grid {
    display: grid;
    gap: 1.25rem;
}

.hero-grid {
    align-items: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    background: rgba(15, 118, 110, 0.1);
    color: var(--primary-dark);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1 {
    font-size: clamp(2.3rem, 6vw, 4.6rem);
    line-height: 0.92;
    letter-spacing: -0.04em;
}

h2 {
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

h3 {
    font-size: 1.15rem;
}

.hero-copy,
.feature-card p,
.benefits-grid p,
.example-card p,
.request-form span,
.card-section p,
.process-step p,
.sector-card p,
.hero-note,
.value-strip span {
    color: var(--muted);
    line-height: 1.6;
}

.button,
.action-button,
.secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.15rem;
    border-radius: 18px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.action-button:hover,
.secondary-link:hover {
    transform: translateY(-1px);
}

.button-primary,
.action-button {
    background: linear-gradient(135deg, #138f87, #0f766e);
    color: #fff;
    box-shadow: 0 18px 34px rgba(15, 118, 110, 0.2);
}

.button-secondary,
.secondary-link {
    background: rgba(255, 255, 255, 0.94);
    color: var(--text);
    border: 1px solid var(--line);
    box-shadow: 0 12px 24px rgba(15, 25, 38, 0.06);
}

.button-block {
    width: 100%;
}

.text-link {
    color: var(--primary-dark);
    font-weight: 700;
}

.hero-badges {
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.hero-note {
    margin-top: 1rem;
    max-width: 48rem;
}

.hero-badges span,
.feature-list p {
    padding: 0.7rem 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 600;
}

.hero-stats,
.value-strip,
.process-layout,
.sectors-grid {
    display: grid;
    gap: 1rem;
}

.hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.hero-stats article {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(214, 225, 231, 0.8);
    border-radius: 20px;
}

.hero-stats strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    color: var(--primary-dark);
}

.phone-shell {
    max-width: 360px;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 36px;
    background: linear-gradient(180deg, #0f766e, #134e4a);
    box-shadow: 0 35px 70px rgba(15, 118, 110, 0.25);
}

.preview-card,
.feature-card,
.example-card,
.request-form,
.digital-card,
.panel-card,
.table-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.preview-card {
    padding: 1.4rem;
    position: relative;
    z-index: 2;
}

.hero-visual-stack {
    position: relative;
    display: grid;
    place-items: center;
}

.hero-visual-stack::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39, 197, 184, 0.22) 0, rgba(39, 197, 184, 0) 70%);
    filter: blur(6px);
}

.preview-avatar,
.example-avatar,
.profile-photo {
    display: grid;
    place-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #dff5f2, #eef4ff);
    color: var(--primary-dark);
    font-weight: 800;
}

.preview-avatar {
    width: 76px;
    height: 76px;
    margin: -38px 0 1rem;
    border: 5px solid #fff;
}

.preview-cover {
    width: 100%;
    height: 180px;
    border-radius: 22px;
    object-fit: cover;
}

.hero-floating-card {
    position: absolute;
    right: -14px;
    bottom: 20px;
    width: 132px;
    border-radius: 18px;
    box-shadow: 0 24px 40px rgba(8, 20, 28, 0.18);
    border: 6px solid rgba(255, 255, 255, 0.86);
    transform: rotate(-8deg);
    animation: floatCard 5s ease-in-out infinite;
}

.floating-pill {
    position: absolute;
    z-index: 3;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(214, 225, 231, 0.9);
    border-radius: 999px;
    box-shadow: var(--shadow);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--navy);
}

.floating-pill-top {
    top: 18px;
    left: -20px;
}

.floating-pill-bottom {
    right: 18px;
    bottom: -10px;
}

.preview-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.preview-actions span {
    padding: 0.9rem;
    text-align: center;
    background: #f3f7fb;
    border-radius: 16px;
    font-weight: 700;
}

.section-soft {
    background: linear-gradient(180deg, rgba(223, 245, 242, 0.7), rgba(255, 255, 255, 0));
}

.section-dark {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 16%, rgba(39, 197, 184, 0.18), transparent 24%),
        linear-gradient(135deg, #0d3141, #12394d 54%, #0f766e 130%);
    color: #fff;
}

.section-dark .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #c2fff8;
}

.section-dark .hero-copy,
.section-dark .process-step p {
    color: rgba(226, 240, 248, 0.78);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.section-heading-inline {
    justify-content: space-between;
    align-items: end;
}

.feature-card,
.example-card,
.sector-card {
    padding: 1.35rem;
    border: 1px solid rgba(219, 228, 236, 0.7);
}

.benefits-grid article,
.card-section,
.stat-card,
.process-step,
.value-strip article {
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.value-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-strip article {
    backdrop-filter: blur(8px);
}

.value-strip strong {
    display: block;
    margin-top: 0.35rem;
    font-size: 1rem;
    color: var(--navy);
}

.process-layout {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
}

.process-list {
    display: grid;
    gap: 1rem;
}

.process-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.process-step span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1bc5b7, #0f766e);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
}

.benefits-grid strong {
    display: block;
    margin-bottom: 0.4rem;
}

.example-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}

.example-avatar img,
.profile-photo img,
.media-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.muted {
    color: var(--muted);
}

.cta-band-inner {
    padding: 2.35rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 10%, rgba(255,255,255,0.16), transparent 18%),
        linear-gradient(135deg, #0f766e, #113d53);
    color: #fff;
    box-shadow: var(--shadow-strong);
}

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

.sectors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sector-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.9), #ffffff);
}

.request-form,
.admin-form {
    padding: 1.4rem;
    border: 1px solid var(--line);
}

.request-form label,
.admin-form label {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

input,
textarea,
button,
select {
    font: inherit;
}

input,
textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid #cad5df;
    border-radius: 16px;
    background: #fff;
    color: var(--text);
}

textarea {
    resize: vertical;
}

.feature-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.landing-minimal .hero {
    position: relative;
    overflow: hidden;
    padding-top: 5.4rem;
    padding-bottom: 3.3rem;
}

.landing-minimal .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(117, 243, 226, 0.28), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(11, 64, 97, 0.08), transparent 20%);
    pointer-events: none;
}

.hero-product-grid,
.forms-grid,
.visual-grid {
    display: grid;
    gap: 1.5rem;
}

.hero-product-grid {
    position: relative;
    grid-template-columns: 0.96fr 1.04fr;
    align-items: center;
    gap: 2.2rem;
}

.hero-copy-column {
    max-width: 640px;
    display: grid;
    align-content: start;
    gap: 1rem;
}

.hero-copy-column .eyebrow {
    width: max-content;
    margin-bottom: 0;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.08);
    backdrop-filter: blur(10px);
}

.hero-copy-column h1 {
    max-width: 10.4ch;
    text-wrap: balance;
    font-size: clamp(2.55rem, 4.85vw, 4.3rem);
    line-height: 0.9;
    letter-spacing: -0.055em;
}

.hero-copy-column .hero-copy {
    max-width: 35rem;
    margin-top: 0;
    font-size: 1.04rem;
    line-height: 1.78;
    letter-spacing: -0.012em;
    color: #4d6270;
}

.hero-inline-note {
    max-width: 32rem;
    padding-left: 0.95rem;
    border-left: 3px solid rgba(17, 78, 89, 0.22);
    color: #23424d;
    font-size: 0.95rem;
    line-height: 1.65;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 0.15rem;
}

.hero-actions .button {
    min-height: 58px;
    padding: 1rem 1.4rem;
    border-radius: 20px;
}

.hero-actions .button-primary {
    min-width: 196px;
}

.hero-actions .button-secondary {
    min-width: 212px;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.hero-proof span {
    padding: 0.76rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(15, 25, 38, 0.05);
}

.hero-ledger {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.hero-ledger article {
    padding: 1rem 1rem 1.05rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(214, 225, 231, 0.92);
    border-radius: 22px;
    box-shadow: 0 16px 32px rgba(15, 25, 38, 0.06);
    backdrop-filter: blur(10px);
}

.hero-ledger span {
    display: block;
    margin-bottom: 0.34rem;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-ledger strong {
    display: block;
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hero-copy-column::after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    margin-top: 1.2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #16b3a8, rgba(22, 179, 168, 0.1));
}

.product-showcase {
    position: relative;
    padding: 1.2rem 0.8rem 0.8rem;
}

.product-showcase::before {
    content: "";
    position: absolute;
    inset: 10% 2% auto auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(24, 163, 154, 0.28), rgba(24, 163, 154, 0));
    filter: blur(8px);
    pointer-events: none;
}

.showcase-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.9rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(214, 225, 231, 0.9);
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(15, 25, 38, 0.1);
    color: var(--navy);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    backdrop-filter: blur(10px);
}

.showcase-badge-top {
    top: 0.2rem;
    left: 0;
}

.showcase-badge-bottom {
    right: 0.4rem;
    bottom: 0;
}

.product-card {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #ffffff);
    border: 1px solid rgba(214, 225, 231, 0.9);
    border-radius: 34px;
    box-shadow: var(--shadow-strong);
    transform: translateY(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 38px 90px rgba(11, 30, 40, 0.22);
}

.product-card-media {
    position: relative;
    padding: 1.2rem 1.2rem 0;
    background: linear-gradient(135deg, #0c3343, #0f766e);
}

.hero-stage {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(8, 34, 49, 0.88), rgba(14, 97, 105, 0.64));
}

.hero-stage-backdrop {
    width: 100%;
    height: 320px;
    object-fit: cover;
    opacity: 0.42;
    filter: saturate(0.95);
}

.hero-stage-phone {
    position: absolute;
    right: 30px;
    bottom: 18px;
    width: 205px;
    z-index: 2;
}

.hero-stage-phone-shell {
    padding: 0.5rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #15263d, #09111f);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.hero-stage-phone-screen {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #f6fbff, #ffffff);
}

.hero-stage-phone-cover {
    height: 86px;
    background:
        linear-gradient(135deg, rgba(38, 144, 255, 0.85), rgba(24, 163, 154, 0.8)),
        url("../img/digitap-landing.jpg") center/cover no-repeat;
}

.hero-stage-phone-body {
    padding: 0.85rem 0.85rem 0.95rem;
}

.hero-stage-avatar {
    width: 58px;
    height: 58px;
    margin-top: -1.8rem;
    border-radius: 18px;
    border: 4px solid #fff;
    background:
        linear-gradient(135deg, rgba(223, 245, 242, 0.92), rgba(239, 244, 255, 0.94)),
        url("../img/digitap-mark.svg") center/54% no-repeat;
    box-shadow: 0 16px 32px rgba(15, 25, 38, 0.12);
}

.hero-stage-phone-body strong {
    display: block;
    margin-top: 0.7rem;
    font-size: 1rem;
    line-height: 1.1;
}

.hero-stage-phone-body p {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.hero-stage-action {
    margin-top: 0.85rem;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #138f87, #0f766e);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.hero-stage-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.7rem;
}

.hero-stage-links span {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 0.45rem;
    border-radius: 12px;
    background: #f3f7fb;
    color: var(--navy);
    font-size: 0.72rem;
    font-weight: 800;
}

.product-card-main-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 24px;
}

.product-card-floating-image {
    position: absolute;
    right: 12px;
    bottom: -28px;
    width: 128px;
    border-radius: 18px;
    border: 7px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.hero-stage-pulse {
    position: absolute;
    display: block;
    width: 18px;
    height: 54px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(255, 255, 255, 0.28);
    transform-origin: center;
    z-index: 2;
}

.hero-stage-pulse-a {
    top: 66px;
    right: 166px;
    transform: rotate(-20deg);
}

.hero-stage-pulse-b {
    top: 100px;
    right: 132px;
    transform: rotate(18deg);
}

.hero-stage-pulse-c {
    top: 124px;
    right: 184px;
    width: 14px;
    height: 38px;
    transform: rotate(36deg);
}

.product-card-body {
    padding: 2.2rem 1.4rem 1.4rem;
}

.product-badge {
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    background: var(--accent);
    color: var(--primary-dark);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-list {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 1rem 0 1.4rem;
    list-style: none;
}

.product-list li {
    position: relative;
    padding-left: 1.4rem;
    color: var(--text);
    font-weight: 600;
}

.product-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1bc5b7, #0f766e);
}

.commerce-strip,
.offer-grid,
.request-fields-grid {
    display: grid;
    gap: 1rem;
}

.commerce-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commerce-strip article {
    padding: 1.15rem 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
    border-radius: 20px;
    backdrop-filter: blur(8px);
}

.commerce-strip strong {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--primary-dark);
    font-size: 1.02rem;
}

.section-heading.narrow {
    max-width: 650px;
}

.section-copy {
    margin-top: 0.95rem;
    color: var(--muted);
    line-height: 1.7;
}

.offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.offer-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, 0.35);
}

.offer-card p {
    margin-top: 0.55rem;
}

.offer-card-visual {
    overflow: hidden;
}

.workflow-media {
    position: relative;
    min-height: 230px;
    margin: -0.2rem -0.2rem 1.15rem;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbfd, #eff6fb);
}

.workflow-card-stack {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 230px;
}

.workflow-card-back,
.workflow-card-front,
.workflow-share-card {
    position: absolute;
    width: 210px;
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(15, 25, 38, 0.16);
}

.workflow-card-back {
    top: 28px;
    left: 28px;
    transform: rotate(-18deg);
}

.workflow-card-front {
    right: 26px;
    bottom: 24px;
    transform: rotate(14deg);
    border: 6px solid rgba(255, 255, 255, 0.86);
}

.workflow-phone-demo {
    position: absolute;
    inset: 18px auto auto 50%;
    width: 188px;
    padding: 0.55rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #1a2438, #060c16);
    transform: translateX(-50%);
    box-shadow: 0 22px 46px rgba(15, 25, 38, 0.22);
}

.workflow-media-phone {
    min-height: 300px;
    padding: 0.9rem;
    background: linear-gradient(180deg, rgba(16, 52, 70, 0.06), rgba(255, 255, 255, 0.92));
}

.workflow-phone-image {
    width: 100%;
    height: 100%;
    min-height: 282px;
    object-fit: contain;
    object-position: center center;
    border-radius: 18px;
    background: #f8fbfd;
}

.workflow-phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 72px;
    height: 14px;
    margin-left: -36px;
    border-radius: 999px;
    background: #0c1220;
    z-index: 2;
}

.workflow-phone-gradient {
    height: 66px;
    border-radius: 22px 22px 14px 14px;
    background: linear-gradient(135deg, #7dd3fc, #fdba74, #f472b6);
}

.workflow-phone-profile {
    padding: 0.8rem 0.85rem 0.35rem;
    text-align: center;
}

.workflow-phone-avatar {
    width: 56px;
    height: 56px;
    margin: -1.65rem auto 0.45rem;
    border-radius: 50%;
    border: 4px solid #fff;
    background:
        linear-gradient(135deg, rgba(223, 245, 242, 0.92), rgba(239, 244, 255, 0.94)),
        url("../img/digitap-mark.svg") center/54% no-repeat;
}

.workflow-phone-profile strong {
    display: block;
    font-size: 0.95rem;
}

.workflow-phone-profile p {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.78rem;
}

.workflow-phone-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0 0.85rem 0.95rem;
}

.workflow-phone-grid span {
    display: grid;
    place-items: center;
    min-height: 52px;
    border-radius: 16px;
    background: #f3f7fb;
    color: var(--navy);
    font-size: 0.72rem;
    font-weight: 800;
}

.workflow-media-share {
    background: linear-gradient(180deg, rgba(16, 52, 70, 0.08), rgba(255, 255, 255, 0.92));
}

.workflow-share-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.workflow-share-card {
    top: 20px;
    right: 16px;
    width: 168px;
    transform: rotate(-14deg);
    border: 6px solid rgba(255, 255, 255, 0.88);
}

.workflow-signal {
    position: absolute;
    display: block;
    width: 16px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.22);
}

.workflow-signal-a {
    top: 38px;
    right: 132px;
    transform: rotate(-28deg);
}

.workflow-signal-b {
    top: 74px;
    right: 104px;
    transform: rotate(16deg);
}

.workflow-signal-c {
    top: 90px;
    right: 150px;
    width: 12px;
    height: 34px;
    transform: rotate(38deg);
}

.pricing-section {
    padding-top: 1.5rem;
}

.pricing-page {
    padding-top: 2.2rem;
}

.pricing-shell {
    display: grid;
    gap: 1.6rem;
}

.pricing-page .section-heading h1 {
    max-width: 12ch;
    font-size: clamp(2.4rem, 4.8vw, 4rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.pricing-card {
    display: grid;
    gap: 1.5rem;
    padding: 1.8rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 22%),
        linear-gradient(140deg, #103446, #11495f 58%, #0f766e 130%);
    border-radius: 34px;
    box-shadow: var(--shadow-strong);
    color: #fff;
}

.pricing-card-head,
.pricing-actions,
.pricing-note {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pricing-card-head,
.pricing-actions {
    justify-content: space-between;
    flex-wrap: wrap;
}

.pricing-plan {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #d8fbf5;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pricing-card h3 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.pricing-value {
    text-align: right;
}

.pricing-value strong {
    display: block;
    font-size: clamp(2.6rem, 6vw, 4.2rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
}

.pricing-value span {
    color: rgba(225, 240, 247, 0.82);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-card-body {
    display: grid;
    gap: 1.2rem;
}

.pricing-list {
    display: grid;
    gap: 0.85rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-list li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(236, 245, 250, 0.94);
    font-weight: 600;
    line-height: 1.6;
}

.pricing-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ae2d0;
}

.pricing-note {
    width: max-content;
    max-width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(236, 245, 250, 0.9);
    flex-wrap: wrap;
}

.pricing-note strong {
    color: #fff;
}

.pricing-actions .button-primary {
    min-width: 190px;
}

.section-visual {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(216, 251, 245, 0.42));
}

.visual-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
}

.visual-panel {
    max-width: 520px;
}

.visual-preview {
    display: grid;
    gap: 1rem;
    perspective: 900px;
}

.mini-card-preview {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.mini-card-preview:hover {
    transform: translateY(-3px) rotateX(1deg);
    box-shadow: 0 24px 40px rgba(11, 30, 40, 0.12);
    border-color: rgba(15, 118, 110, 0.34);
}

.mini-card-avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #dff5f2, #eef4ff);
    color: var(--primary-dark);
    font-weight: 800;
}

.mini-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-card-preview p {
    margin-top: 0.25rem;
    color: var(--muted);
}

.mini-card-placeholder {
    min-height: 110px;
}

.mini-card-preview strong {
    display: block;
    margin-bottom: 0.15rem;
}

.forms-section {
    padding-top: 2rem;
}

.forms-grid {
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 920px;
    margin: 0 auto;
}

.form-panel {
    padding: 1.9rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 253, 0.9));
    border: 1px solid var(--line);
    border-radius: 32px;
    box-shadow: var(--shadow);
}

.form-panel + .form-panel {
    margin-top: 0.25rem;
}

.form-panel-featured {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 244, 0.94));
}

.index-cta-panel {
    display: grid;
    gap: 1rem;
}

.index-cta-points {
    display: grid;
    gap: 0.75rem;
}

.index-cta-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(214, 225, 231, 0.9);
    color: var(--text);
    font-weight: 700;
}

.index-cta-points span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18a39a, #0f766e);
}

.request-form {
    margin-top: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.request-form-detailed {
    margin-top: 1.2rem;
}

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

.request-files-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.request-files-grid label {
    height: 100%;
    padding: 1rem;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(214, 225, 231, 0.9);
    border-radius: 22px;
}

.request-files-grid label span {
    font-weight: 700;
    color: var(--text);
}

.request-files-grid input[type="file"] {
    padding: 0.8rem 0.9rem;
    border-style: dashed;
    background: #fff;
}

.request-files-grid small {
    color: var(--muted);
    line-height: 1.55;
}

.request-single-layout {
    max-width: 860px;
}

.request-page-simple .request-form-section-standalone {
    padding-top: 2.2rem;
}

.request-page-simple .request-single-layout {
    max-width: 960px;
}

.request-hero {
    padding-bottom: 2.2rem;
}

.request-hero-grid {
    display: grid;
    grid-template-columns: 0.98fr 0.92fr;
    gap: 2rem;
    align-items: start;
}

.request-hero-copy {
    display: grid;
    gap: 1rem;
    max-width: 720px;
}

.request-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 5.8vw, 4.9rem);
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.request-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.request-hero-points span {
    display: inline-flex;
    padding: 0.78rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(214, 225, 231, 0.9);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(15, 25, 38, 0.06);
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 700;
}

.request-sidebar {
    display: grid;
    gap: 1rem;
}

.request-sidebar-card {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 26%),
        linear-gradient(145deg, #103446, #12495f 58%, #0f766e 130%);
    border-radius: 30px;
    box-shadow: var(--shadow-strong);
    color: #fff;
}

.request-sidebar-kicker {
    display: inline-flex;
    width: max-content;
    padding: 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #d8fbf5;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.request-sidebar-card h2 {
    max-width: 12ch;
    font-size: 2rem;
    line-height: 0.98;
}

.request-sidebar-list {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.request-sidebar-list li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(236, 245, 250, 0.9);
    line-height: 1.55;
}

.request-sidebar-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3ae2d0;
}

.request-sidebar-stack {
    display: grid;
    gap: 0.85rem;
}

.request-sidebar-preview {
    background: rgba(255, 255, 255, 0.88);
}

.request-form-section {
    padding-top: 0.5rem;
}

.request-form-panel {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 251, 0.92));
    border: 1px solid rgba(210, 224, 232, 0.9);
    border-radius: 34px;
    box-shadow: var(--shadow-strong);
}

.request-form-header {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.request-form-header h1 {
    max-width: 12ch;
    font-size: clamp(2.4rem, 4.8vw, 3.9rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.request-form-header p {
    max-width: 48rem;
    color: var(--muted);
    line-height: 1.7;
}

.request-form-group {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(214, 225, 231, 0.86);
    border-radius: 26px;
}

.request-form-group-head {
    display: grid;
    gap: 0.35rem;
}

.request-form-group-head h3 {
    letter-spacing: -0.03em;
}

.request-form-group-head p {
    color: var(--muted);
    line-height: 1.6;
}

.design-configurator {
    display: grid;
    gap: 1.35rem;
    margin: 1.35rem 0 1rem;
    padding: 1.2rem;
    background: linear-gradient(180deg, rgba(9, 40, 54, 0.04), rgba(255, 255, 255, 0.58));
    border: 1px solid rgba(190, 215, 225, 0.7);
    border-radius: 28px;
}

.design-choice-group {
    display: grid;
    gap: 0.9rem;
}

.design-configurator-header {
    display: grid;
    gap: 0.55rem;
}

.design-configurator-kicker {
    display: inline-flex;
    width: max-content;
    padding: 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(214, 225, 231, 0.92);
    border-radius: 999px;
    color: var(--primary-dark);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.design-configurator-header h3 {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
}

.design-configurator-header p {
    max-width: 48rem;
    color: var(--muted);
    line-height: 1.65;
}

.design-choice-copy strong {
    display: block;
    color: var(--text);
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}

.design-choice-copy p {
    margin-top: 0.35rem;
    color: var(--muted);
    line-height: 1.6;
}

.design-template-grid,
.design-color-grid,
.design-swatch-grid {
    display: grid;
    gap: 1rem;
}

.design-template-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.design-option-card,
.design-swatch-card {
    display: block;
    cursor: pointer;
}

.design-option-input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    opacity: 0;
}

.design-option-ui,
.design-swatch-ui {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.86));
    border: 1px solid rgba(206, 219, 227, 0.95);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(15, 25, 38, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.design-option-card:hover .design-option-ui,
.design-swatch-card:hover .design-swatch-ui {
    transform: translateY(-2px);
    border-color: rgba(15, 118, 110, 0.34);
}

.design-option-input:checked + .design-option-ui,
.design-option-input:checked + .design-swatch-ui {
    border-color: var(--primary);
    box-shadow: 0 20px 38px rgba(15, 118, 110, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(216, 251, 245, 0.78));
}

.design-option-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.design-option-kicker {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.design-option-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(170, 189, 200, 0.9);
    background: linear-gradient(180deg, #ffffff, #eef4f7);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.95);
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.design-option-input:checked + .design-option-ui .design-option-check,
.design-option-input:checked + .design-swatch-ui .design-option-check {
    border-color: rgba(15, 118, 110, 0.38);
    background: linear-gradient(135deg, #18a39a, #0f766e);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.92), 0 10px 18px rgba(15, 118, 110, 0.2);
}

.design-option-ui strong,
.design-swatch-ui strong {
    color: var(--text);
    font-size: 0.98rem;
}

.design-option-copy {
    display: grid;
    gap: 0.25rem;
}

.design-option-ui small,
.design-swatch-ui small {
    color: var(--muted);
    line-height: 1.5;
}

.template-option-preview {
    display: grid;
    gap: 0.5rem;
    min-height: 168px;
    padding: 0.95rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #edf3f7);
    border: 1px solid rgba(214, 225, 231, 0.9);
}

.template-preview-cover {
    display: block;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dff5f2, #cfe3f7);
}

.template-preview-avatar-wrap {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.template-preview-avatar {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18a39a, #0f766e);
}

.template-preview-meta {
    display: grid;
    gap: 0.35rem;
    flex: 1;
}

.template-preview-name,
.template-preview-role {
    display: block;
    border-radius: 999px;
    background: rgba(16, 52, 70, 0.12);
}

.template-preview-name {
    width: 68%;
    height: 10px;
}

.template-preview-role {
    width: 48%;
    height: 8px;
}

.template-preview-actions {
    display: grid;
    gap: 0.45rem;
    margin-top: auto;
}

.template-preview-actions span {
    display: block;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #18a39a, #0f766e);
}

.template-option-preview--moderna {
    grid-template-columns: 1fr;
    align-items: start;
}

.template-option-preview--moderna .template-preview-cover {
    height: 36px;
    border-radius: 18px;
}

.template-option-preview--moderna .template-preview-avatar-wrap {
    padding: 0.55rem;
    background: rgba(17, 61, 83, 0.05);
    border-radius: 16px;
}

.template-option-preview--moderna .template-preview-avatar {
    width: 50px;
    height: 50px;
    border-radius: 16px;
}

.template-option-preview--moderna .template-preview-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.template-option-preview--directa {
    background: linear-gradient(180deg, #103446, #173f52);
    border-color: rgba(255, 255, 255, 0.08);
}

.template-option-preview--directa .template-preview-cover {
    height: 10px;
    background: rgba(255, 255, 255, 0.18);
}

.template-option-preview--directa .template-preview-name,
.template-option-preview--directa .template-preview-role {
    background: rgba(255, 255, 255, 0.2);
}

.template-option-preview--directa .template-preview-avatar-wrap {
    padding: 0.4rem 0;
}

.template-option-preview--directa .template-preview-actions span {
    background: linear-gradient(135deg, #1e7ed6, #103d8f);
}

.design-swatch-sample {
    display: block;
    height: 74px;
    border-radius: 20px;
    border: 1px solid rgba(214, 225, 231, 0.8);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #128c4a);
    color: #fff;
    box-shadow: 0 18px 34px rgba(18, 140, 74, 0.32);
    font-weight: 800;
    letter-spacing: -0.01em;
}

.whatsapp-float::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.alert {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid transparent;
}

.alert-success {
    background: #e8fbf1;
    border-color: #8bd3aa;
    color: #0f5a31;
}

.alert-error {
    background: #fff2f2;
    border-color: #f0a3a3;
    color: #9d2020;
}

.card-page {
    min-height: 100vh;
    padding: 1.25rem 0 3rem;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.42), transparent 26%),
        linear-gradient(180deg, var(--card-secondary), #f5f8fc);
}

.card-shell {
    width: min(calc(100% - 1.5rem), 760px);
    margin: 0 auto;
}

.card-topbar {
    justify-content: space-between;
    margin-bottom: 1rem;
}

.digital-card {
    overflow: hidden;
}

.card-banner {
    height: 152px;
    background: linear-gradient(135deg, var(--card-primary), #0f3f4f);
}

.card-profile {
    margin-top: -56px;
    padding: 0 1.4rem 1.4rem;
    text-align: center;
}

.profile-photo {
    width: 112px;
    height: 112px;
    margin: 0 auto 1rem;
    border: 6px solid #fff;
    font-size: 2rem;
}

.company-logo {
    height: 46px;
    width: auto;
    margin: 0 auto 0.75rem;
    object-fit: contain;
}

.card-role {
    margin-top: 0.4rem;
    color: var(--primary-dark);
    font-weight: 700;
}

.card-company {
    margin-top: 0.3rem;
    color: var(--muted);
}

.action-grid,
.secondary-grid,
.form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.action-button {
    min-height: 72px;
    text-align: center;
}

.secondary-link {
    min-height: 54px;
}

.qr-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.qr-code {
    min-width: 170px;
    min-height: 170px;
    display: grid;
    place-items: center;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
}

.qr-code img,
.qr-code canvas {
    width: 100% !important;
    height: auto !important;
}

.contact-list p + p {
    margin-top: 0.5rem;
}

.empty-state {
    display: grid;
    place-items: center;
    min-height: 100vh;
    gap: 1rem;
    text-align: center;
}

@keyframes floatCard {
    0%,
    100% {
        transform: rotate(-8deg) translateY(0);
    }
    50% {
        transform: rotate(-6deg) translateY(-8px);
    }
}

@media (min-width: 768px) {
    .hero-grid,
    .request-grid,
    .admin-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-grid,
    .benefits-grid,
    .examples-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 767px) {
    .header-bar,
    .site-nav,
    .cta-band-inner,
    .card-topbar,
    .hero-actions,
    .section-heading-inline,
    .qr-section {
        flex-direction: column;
        align-items: stretch;
    }

    .action-grid,
    .secondary-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .site-nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0.55rem;
        width: 100%;
    }

    .brand-with-logo img {
        height: 44px;
    }

    .header-bar {
        min-height: auto;
        padding: 0.8rem 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.85rem;
    }

    .site-nav a {
        font-size: 0.88rem;
    }

    .site-nav a:not(.nav-cta) {
        flex: 0 0 auto;
    }

    .nav-cta {
        margin-left: auto;
        padding: 0.75rem 1rem;
        font-size: 0;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 10px 24px rgba(15, 118, 110, 0.14);
    }

    .nav-cta::after {
        content: "Solicitar";
        font-size: 0.88rem;
        font-weight: 800;
    }

    .pricing-card {
        padding: 1.25rem;
        border-radius: 26px;
    }

    .pricing-card-head,
    .pricing-actions,
    .pricing-note {
        flex-direction: column;
        align-items: stretch;
    }

    .pricing-value {
        width: 100%;
        text-align: left;
    }

    .pricing-value strong {
        font-size: clamp(2.2rem, 12vw, 3.2rem);
    }

    .pricing-note {
        width: 100%;
    }

    .pricing-actions .button {
        width: 100%;
    }

    .hero-copy-column h1,
    .hero-copy-column .hero-copy {
        max-width: none;
    }

    .hero-copy-column {
        gap: 0.85rem;
    }

    .hero-copy-column h1 {
        font-size: clamp(2.2rem, 10.6vw, 3.05rem);
        line-height: 0.94;
    }

    .hero-copy-column .eyebrow {
        width: 100%;
        padding: 0.6rem 0.8rem;
        font-size: 0.7rem;
        line-height: 1.45;
        letter-spacing: 0.06em;
        white-space: normal;
    }

    .hero-copy-column .hero-copy {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .hero-inline-note {
        max-width: none;
        padding-left: 0.75rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .request-hero-copy h1 {
        max-width: none;
    }

    .hero-actions .button-primary,
    .hero-actions .button-secondary,
    .pricing-actions .button-primary {
        min-width: 0;
    }

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

    .hero-proof span {
        font-size: 0.82rem;
        padding: 0.72rem 0.85rem;
    }

    .landing-minimal .hero {
        padding-top: 3.2rem;
    }

    .hero-stats,
    .value-strip,
    .process-layout,
    .sectors-grid,
    .hero-product-grid,
    .request-hero-grid,
    .commerce-strip,
    .offer-grid,
    .visual-grid,
    .forms-grid,
    .request-fields-grid,
    .design-template-grid,
    .design-color-grid,
    .design-swatch-grid {
        grid-template-columns: 1fr;
    }

    .hero-floating-card {
        position: static;
        width: 180px;
        margin-top: 1rem;
        transform: rotate(-4deg);
    }

    .floating-pill {
        position: static;
    }

    .hero-visual-stack {
        gap: 1rem;
    }

    .process-step {
        grid-template-columns: 1fr;
    }

    .product-card-floating-image {
        width: 110px;
        right: 10px;
        bottom: -20px;
    }

    .hero-stage {
        min-height: 280px;
    }

    .hero-stage-backdrop {
        height: 280px;
    }

    .hero-stage-phone {
        right: 12px;
        bottom: 18px;
        width: 154px;
    }

    .hero-stage-pulse-a {
        top: 54px;
        right: 118px;
    }

    .hero-stage-pulse-b {
        top: 88px;
        right: 92px;
    }

    .hero-stage-pulse-c {
        top: 108px;
        right: 132px;
    }

    .workflow-card-back,
    .workflow-card-front {
        width: 160px;
    }

    .workflow-card-back {
        top: 34px;
        left: 14px;
    }

    .workflow-card-front {
        right: 14px;
        bottom: 28px;
    }

    .workflow-phone-demo {
        width: 166px;
    }

    .workflow-media-phone {
        min-height: 260px;
        padding: 0.7rem;
    }

    .workflow-phone-image {
        min-height: 244px;
    }

    .workflow-share-card {
        width: 122px;
        right: 10px;
    }

    .workflow-signal-a {
        top: 30px;
        right: 92px;
    }

    .workflow-signal-b {
        top: 62px;
        right: 72px;
    }

    .workflow-signal-c {
        top: 76px;
        right: 108px;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
        width: 58px;
        height: 58px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float::before {
        width: 18px;
        height: 18px;
        box-shadow: none;
    }
}
