/* Hiro App Exact Styles - Copied from original */

/* Font Faces - Exact from Hiro App */
@font-face {
    font-family: 'Alumni Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: local('Arial');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Kelly Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Arial');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Courier10 Win95BT';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('5141-font.ttf') format('truetype');
}

/* CSS Variables - Exact colors from Hiro App */
:root {
    --font-alumni-sans: "Alumni Sans", "Arial", sans-serif;
    --font-kelly-slab: "Kelly Slab", "Arial", sans-serif;
    --gray-100: #FDFDFD;
    --gray-200: #C3C2BD;
    --gray-300: #2E3139;
    --gray-400: #1E2025;
    --red-400: #FF0633;
}

/* Basic Reset & Typography - Exact from Hiro App */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::before,
::after {
    --tw-content: "";
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
    color: var(--gray-100);
    background: var(--gray-400);
    font-family: var(--font-alumni-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container Classes - Exact from Hiro App */
.w-full {
    width: 100%;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

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

.gap-10 {
    gap: 2.5rem;
}

.text-white {
    color: var(--gray-100);
}

/* Card Container - Exact from Hiro App */
.w-\[23\.5rem\] {
    width: 23.5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border-2 {
    border-width: 2px;
}

.border-gray-300 {
    border-color: var(--gray-300);
}

/* Typography - Exact from Hiro App */
.h1 {
    text-align: left;
    font-family: var(--font-kelly-slab);
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1;
}

.h2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

.h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

.h4 {
    text-align: left;
    font-family: var(--font-kelly-slab);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.01em;
}

.body {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.01em;
}

.text-center {
    text-align: center;
}

.text-gray-200 {
    color: var(--gray-200);
}

.text-green-400 {
    color: #1A8300;
}

.text-sm {
    font-size: 0.875rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

/* Form Elements - Exact from Hiro App */
.w-full {
    width: 100%;
}

.block {
    display: block;
}

.font-medium {
    font-weight: 500;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bg-gray-300 {
    background-color: var(--gray-300);
}

.border {
    border-width: 1px;
}

.border-gray-400 {
    border-color: var(--gray-400);
}

.rounded-lg {
    border-radius: 0.5rem;
}

.placeholder-gray-400::placeholder {
    color: var(--gray-400);
}

.focus\:outline-none:focus {
    outline: none;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
    --tw-ring-color: #3b82f6;
}

/* Buttons - Exact from Hiro App */
.btn-1 {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 40px;
    border-width: 1px;
    border-color: var(--red-400);
    background-color: var(--red-400);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
    color: var(--gray-100);
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-1:hover {
    background-color: var(--gray-400);
    color: var(--red-400);
}

.btn-1:disabled {
    border-color: var(--gray-100);
    color: var(--gray-200);
}

.btn-2 {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: 'Courier10 Win95BT', monospace;
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 40px;
    border-width: 1px;
    border-color: var(--gray-100);
    background-color: var(--gray-100);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: var(--gray-400);
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-2:hover {
    background-color: var(--gray-400);
    color: var(--gray-100);
}

.btn-2:disabled {
    border-color: var(--gray-300);
    color: var(--gray-300);
}

.btn-2 img,
.btn-2 svg {
    color: var(--red-400);
}

.btn-3 {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 40px;
    border-width: 1px;
    border-color: var(--gray-400);
    background-color: var(--gray-400);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: var(--gray-100);
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-3:hover {
    color: var(--red-400);
}

.btn-3:disabled {
    color: var(--gray-300);
}

.uppercase {
    text-transform: uppercase;
}

/* Success Animation - Exact from Hiro App */
.checkmark-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: none;
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4ade80;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4ade80;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4ade80;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4ade80;
    }
}

/* Utility Classes - Exact from Hiro App */
.hidden {
    display: none !important;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Responsive - Exact from Hiro App */
@media (max-width: 640px) {
    .w-\[23\.5rem\] {
        width: 100%;
        max-width: 23.5rem;
        margin: 0 1rem;
    }
    
    .phone\:h1 {
        text-align: left;
        font-family: var(--font-kelly-slab);
        font-size: 2.75rem;
        font-weight: 400;
        line-height: 1;
    }
    
    .phone\:body {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1;
        text-align: left;
        letter-spacing: 0.01em;
    }
    
    .phone\:discount {
        font-family: var(--font-kelly-slab);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .tablet\:h1 {
        text-align: left;
        font-family: var(--font-kelly-slab);
        font-size: 2.75rem;
        font-weight: 400;
        line-height: 1;
    }
}

@media (min-width: 1280px) {
    .desktop\:h1 {
        font-size: 2.75rem;
        font-family: var(--font-kelly-slab);
        font-weight: 400;
        line-height: 1;
    }
    
    .desktop\:h-plus {
        font-size: 4rem;
        font-family: var(--font-kelly-slab);
        font-weight: 400;
        line-height: 1;
    }
}