:root {
    --blue: #007bff;
    --cyan: #00c4b5;
    --cyan-dark: #1bafbf;
    --accent: #fcbb2a;
    --dark: #09090b;
    --tech-900: #18181b;
    --tech-800: #27272a;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --surface-blue: #eef7ff;
    --line: #e4e4e7;
    --text: #18181b;
    --muted: #64748b;
    --danger: #dc2626;
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.06);
    --shadow-float: 0 30px 60px -10px rgba(0, 0, 0, 0.15);
    --shadow-blue: 0 18px 40px rgba(0, 123, 255, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    color: #334155;
    font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8fafc;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}

.page-shell {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
    padding: 112px 0 80px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(14px);
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1440px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    color: #111827;
    background: var(--accent);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover {
    color: #111827;
    background: #e6a822;
    box-shadow: 0 12px 24px rgba(252, 187, 42, 0.28);
    transform: translateY(-1px);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #effbff 58%, #fff8e8 100%);
    border: 1px solid rgba(228, 228, 231, 0.9);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.hero::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -100px;
    top: -100px;
    background: rgba(0, 196, 181, 0.16);
    border-radius: 999px;
}

.brand-bar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 12px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: min(220px, 100%);
    color: var(--dark);
    text-decoration: none;
}

.brand svg {
    display: block;
    width: 100%;
    height: auto;
}

.brand-pill {
    width: fit-content;
    padding: 8px 12px;
    color: var(--blue);
    background: rgba(0, 123, 255, 0.08);
    border: 1px solid rgba(0, 123, 255, 0.18);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.eyebrow {
    margin: 0 0 10px;
    color: #e6a822;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: #0f172a;
    letter-spacing: -0.045em;
}

h1 {
    font-size: clamp(2rem, 6vw, 3.75rem);
    line-height: 0.95;
}

.hero-copy {
    max-width: 560px;
    padding: 0 24px 0 0;
}

.hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.04;
}

.hero-copy p:last-child {
    max-width: 560px;
    margin: 0 0 32px;
    color: #475569;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.75;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 12px;
    margin-bottom: 24px;
    color: #e6a822;
    background: rgba(252, 187, 42, 0.1);
    border: 1px solid rgba(252, 187, 42, 0.22);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-pill span {
    color: var(--accent);
}

.hero-benefits {
    display: grid;
    gap: 24px;
}

.hero-benefit {
    display: flex;
    gap: 16px;
}

.hero-benefit > span {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #111827;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    font-size: 0.8rem;
    font-weight: 900;
}

.hero-benefit h3,
.hero-benefit-title {
    margin: 0;
    color: #111827;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.25;
}

.hero-benefit p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
}

.hero-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero-content p:last-child,
.section-heading p,
.result-banner p,
.tip-card p,
.content-section p,
.modal-description {
    color: var(--muted);
    line-height: 1.65;
}

.hero-content p:last-child {
    max-width: 680px;
    margin: 12px 0 0;
    font-size: 0.98rem;
}

.pricing-tool {
    align-items: start;
}

.right-rail {
    display: grid;
    gap: 14px;
}

.result-column {
    display: grid;
    gap: 24px;
}

.form-card,
.result-banner,
.tip-card,
.content-section,
.app-modal-dialog {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 2rem;
    box-shadow: var(--shadow-card);
}

.form-card {
    overflow: hidden;
    padding: 0;
}

.form-fields {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    row-gap: 1.85rem;
    align-items: start;
}

.form-card > .card-body {
    padding: 32px !important;
}

.section-heading {
    padding-bottom: 16px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f1f5f9;
}

.service-price-title {
    color: var(--accent);
    font-weight: 900;
}

.section-heading h2,
.result-banner h2,
.app-modal-dialog h2 {
    font-size: clamp(1.45rem, 5vw, 2rem);
    line-height: 1.08;
}

.section-heading p,
.result-banner p,
.modal-description {
    margin: 8px 0 0;
}

.field-grid {
    display: grid;
    gap: 0;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
    margin-bottom: 0;
}

.field-group + .field-group {
    margin-top: 18px;
}

.form-card .field-group + .field-group {
    margin-top: 0;
}

.field-group > .form-control,
.field-group > .input-group,
.field-group > .option-row,
.field-group > .tax-selector,
.field-group > .money-input {
    width: 100%;
}

label,
legend {
    min-height: 18px;
    margin: 0;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.field-group > .form-label,
.tax-selector > legend {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.field-group > small,
.tax-selector > small {
    margin-top: 2px;
}

input {
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    color: #334155;
    background: rgba(248, 250, 252, 0.7);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.form-card .form-control,
.form-card .input-group-text,
.money-input,
.segmented-option span,
.tax-option span {
    min-height: 44px;
    border-color: #e2e8f0;
    border-radius: var(--radius-sm);
}

.form-card .form-control {
    display: block;
    height: 44px;
    line-height: 1.2;
}

.form-card .input-group:not(.money-input) {
    align-items: stretch;
    min-height: 44px;
}

.form-card .input-group:not(.money-input) .form-control {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-card .input-group:not(.money-input) .input-group-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    background: rgba(248, 250, 252, 0.7);
    border-left: 1px solid #e2e8f0;
}

input::placeholder {
    color: #94a3b8;
}

input:hover {
    border-color: #a1a1aa;
}

input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(252, 187, 42, 0.18);
}

.money-input {
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 44px;
    background: rgba(248, 250, 252, 0.7);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-sm);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

#distanceField,
#materialField {
    margin-top: 4px;
}

.money-input:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(252, 187, 42, 0.18);
}

.money-input span {
    padding-left: 16px;
    color: var(--muted);
    font-weight: 800;
}

.money-input .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 52px;
    padding: 0 14px;
    background: transparent;
    border: 0;
}

.money-input input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    border: 0;
    box-shadow: none;
}

small {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.4;
}

.inline-link {
    width: fit-content;
    margin-top: 10px;
    padding: 0;
    color: #e6a822;
    background: none;
    border: 0;
    font-size: 0.88rem;
    font-weight: 800;
    text-align: left;
}

@media (max-width: 575.98px) {
    .form-result {
        padding: 26px;
    }
}

@media (max-width: 991.98px) {
    .hero-copy {
        max-width: 100%;
        padding-right: 0;
    }

    .hero-copy p:last-child {
        margin-bottom: 0;
    }

    /* Antes os benefícios eram ocultados em mobile, escondendo a copy de venda
       da maior parte do tráfego (autônomos navegam por celular). Mantemos
       visíveis e apenas reduzimos o gap para não inflar a fold. */
    .hero-benefits {
        gap: 16px;
        margin-top: 24px !important;
    }

    .hero-benefit > span {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 0.75rem;
    }

    .hero-benefit h3,
    .hero-benefit-title {
        font-size: 1rem;
    }
}

.inline-link:hover {
    color: var(--cyan-dark);
    text-decoration: underline;
}

.tax-selector {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.tax-options {
    margin: 0 0 6px;
}

.tax-option {
    display: block;
}

.tax-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tax-option span {
    display: grid;
    place-items: center;
    min-height: 44px;
    color: #475569;
    background: rgba(248, 250, 252, 0.7);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-weight: 900;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tax-option input:checked + span {
    color: #111827;
    background: var(--accent);
    border-color: transparent;
    box-shadow: var(--shadow-blue);
}

.tax-option span:hover {
    transform: translateY(-1px);
}

.form-message {
    min-height: 22px;
    margin: 14px 0;
    color: var(--danger);
    font-size: 0.9rem;
    font-weight: 800;
}

.primary-button,
.modal-close {
    border: 0;
}

.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    color: #111827;
    background: var(--accent);
    border-radius: var(--radius-sm);
    box-shadow: 0 10px 20px -10px rgba(252, 187, 42, 0.5);
    font-size: 1.05rem;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-button:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
}

.result-banner {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding: 0;
    background:
        radial-gradient(circle at top right, rgba(252, 187, 42, 0.14), transparent 16rem),
        linear-gradient(145deg, #ffffff, #f8fafc);
}

.form-result {
    display: grid;
    gap: 16px;
    padding: 40px;
    margin-bottom: 28px !important;
    background:
        radial-gradient(circle at top right, rgba(252, 187, 42, 0.18), transparent 18rem),
        #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 2rem !important;
    box-shadow: var(--shadow-card) !important;
}

.form-result h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.form-result p:not(.eyebrow) {
    max-width: 620px;
    margin: -4px 0 0;
    font-size: 1rem;
    line-height: 1.6;
}

.form-result .progress-track {
    max-width: 620px;
    margin-top: 20px;
}

.result-detail-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 18px;
    padding: 0 0 3px;
    color: #d99b00;
    background: transparent;
    border: 0;
    border-bottom: 2px solid rgba(252, 187, 42, 0.55);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.result-detail-link:hover {
    color: #111827;
}

.result-orb {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    background:
        radial-gradient(circle at 32% 28%, #ffffff, transparent 22%),
        linear-gradient(135deg, var(--blue), var(--cyan));
    border-radius: 32px;
    box-shadow: var(--shadow-blue);
    transform: rotate(-8deg);
}

.result-banner.has-result .result-orb {
    background:
        radial-gradient(circle at 32% 28%, #ffffff, transparent 22%),
        linear-gradient(135deg, var(--accent), var(--cyan));
}

.result-banner.is-loading .result-orb {
    animation: pulseOrb 900ms ease-in-out infinite alternate;
}

.banner-preview {
    display: grid;
    gap: 8px;
    padding: 0;
    margin-top: 6px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.banner-preview[hidden] {
    display: none;
}

.banner-preview span {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 900;
}

.banner-preview strong {
    color: var(--blue);
    font-size: clamp(2.35rem, 7vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.08em;
}

.progress-track {
    overflow: hidden;
    height: 8px;
    margin-top: 14px;
    background: #e2e8f0;
    border-radius: 999px;
}

.progress-track span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    border-radius: inherit;
}

.result-banner.is-loading .progress-track span {
    animation: progressFill 900ms ease forwards;
}

.robozin-test-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(247, 183, 49, 0.28), transparent 12rem),
        linear-gradient(135deg, var(--tech-900), var(--tech-800));
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.option-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.segmented-option,
.margin-type {
    cursor: pointer;
}

.segmented-option input,
.margin-type input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.segmented-option span {
    display: grid;
    place-items: center;
    min-height: 44px;
    color: #475569;
    background: rgba(248, 250, 252, 0.7);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-weight: 900;
}

.segmented-option input:checked + span,
.margin-type:has(input:checked) {
    color: #111827;
    background: var(--accent);
    border-color: var(--accent);
    border-radius: var(--radius-sm);
}

.margin-type {
    gap: 4px;
    min-width: 54px;
    justify-content: center;
    font-weight: 900;
}

.form-card .input-group .margin-type {
    border-radius: var(--radius-sm);
}

.form-card .input-group .margin-type:last-child {
    border-radius: var(--radius-sm);
}

.robozin-test-banner::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -58px;
    bottom: -62px;
    background: rgba(0, 196, 181, 0.22);
    border-radius: 999px;
}

.robozin-test-banner > * {
    position: relative;
    z-index: 1;
}

.robozin-test-banner .eyebrow,
.robozin-test-banner h2 {
    color: #ffffff;
}

.robozin-test-banner p {
    margin: 10px 0 18px;
    color: #cbd5e1;
    line-height: 1.6;
}

.robozin-test-banner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    color: #111827;
    background: linear-gradient(135deg, var(--accent), #ffd166);
    border-radius: var(--radius-sm);
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.robozin-test-banner a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(247, 183, 49, 0.24);
}

.tips-section {
    margin-top: 40px;
}

.tips-grid {
    display: grid;
    gap: 24px;
}

.tip-card {
    padding: 32px;
}

.tip-card span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    color: #042f2e;
    background: linear-gradient(135deg, var(--cyan), var(--accent));
    border-radius: 14px;
    font-size: 0.82rem;
    font-weight: 900;
}

.tip-card h3 {
    font-size: 1.12rem;
    line-height: 1.25;
}

.tip-card p {
    margin: 10px 0 0;
}

.content-section {
    margin-top: 40px;
    padding: 0;
}

.content-section .card-body > h2 {
    max-width: 820px;
    font-size: clamp(1.6rem, 5vw, 2.6rem);
    line-height: 1;
}

.content-section .card-body > p {
    max-width: 860px;
    margin: 12px 0 0;
    font-size: 0.96rem;
}

.content-grid {
    margin-top: 18px;
}

.content-article {
    padding: 18px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.content-article > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    color: #111827;
    background: linear-gradient(135deg, var(--accent), #ffd166);
    border-radius: 14px;
    font-weight: 900;
}

.content-grid h3 {
    font-size: 1.05rem;
    line-height: 1.2;
}

.content-grid p {
    margin: 8px 0 0;
}

.content-grid ul {
    display: grid;
    gap: 10px;
    padding-left: 20px;
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.content-cta {
    margin-top: 16px;
    padding: 20px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(247, 183, 49, 0.28), transparent 14rem),
        linear-gradient(135deg, var(--tech-900), var(--tech-800));
    border-radius: var(--radius-lg);
}

.content-cta h3 {
    color: #ffffff;
    font-size: clamp(1.35rem, 5vw, 2rem);
}

.content-cta p {
    margin: 10px 0 18px;
    color: #cbd5e1;
}

.content-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    color: #111827;
    background: linear-gradient(135deg, var(--accent), #ffd166);
    border-radius: var(--radius-sm);
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.content-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(247, 183, 49, 0.24);
}

.app-modal {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

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

.app-modal-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: auto;
    height: auto;
    opacity: 1;
    background: rgba(9, 9, 11, 0.54);
    backdrop-filter: blur(7px);
}

.app-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    max-width: none;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.app-modal-dialog .field-group {
    gap: 3px;
}

.app-modal-dialog .field-group + .field-group {
    margin-top: 24px;
}

.app-modal-dialog .modal-description {
    margin-bottom: 22px;
}

.app-modal-dialog .form-message {
    margin: 18px 0 14px;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    color: #475569;
    background: var(--surface-soft);
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
}

.modal-close:hover {
    color: var(--blue);
}

.result-dialog {
    width: min(620px, 100%);
}

.final-price {
    display: block;
    margin: 16px 0 22px;
    color: var(--blue);
    font-size: clamp(2.8rem, 14vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.result-breakdown {
    display: grid;
    gap: 2px;
    margin: 0 0 20px;
}

.result-breakdown div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.result-breakdown dt {
    color: var(--muted);
    font-weight: 800;
}

.result-breakdown dd {
    margin: 0;
    color: var(--tech-900);
    font-weight: 900;
    text-align: right;
}

.cta-card {
    display: block;
    padding: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--tech-900), var(--tech-800));
    border-radius: var(--radius-md);
    font-weight: 900;
    line-height: 1.45;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(9, 9, 11, 0.2);
}

@keyframes pulseOrb {
    from {
        transform: rotate(-8deg) scale(1);
    }

    to {
        transform: rotate(4deg) scale(1.05);
    }
}

@keyframes progressFill {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@media (min-width: 720px) {
    .page-shell {
        width: min(1440px, calc(100% - 48px));
        padding: 112px 0 80px;
    }

    .hero {
        padding: 0;
    }

    .brand-bar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .pricing-tool {
        grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    }

    .form-card,
    .result-banner,
    .app-modal-dialog {
        padding: 0;
    }

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

    .result-column {
        position: sticky;
        top: 24px;
    }
}
