

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

.page-eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
}

.page-eyebrow--light {
    color: rgba(255, 255, 255, 0.6);
}

.page-btn {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background: var(--primary);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}

.page-btn:hover {
    background: #2d55c8;
    transform: translateY(-2px);
    color: #fff;
}

.page-form-section {
    background: #111;
    padding: 80px 24px;
}

.page-form-section__inner {
    max-width: 820px;
    margin: 0 auto;
}

.page-form-section__header {
    text-align: center;
    margin-bottom: 48px;
}

.page-form-section__header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin: 8px 0 12px;
}

.page-form-section__header p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
}

.section.no-padding-section.cloud-color-section,
.worldwide-fw-wrap {
    padding: 0;
    margin: 0;
    background: transparent !important;
}

.worldwide-container.contact-form-wrapper {
    background: transparent !important;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    border-radius: 0;
}

.contact-form-wrapper h2 {
    display: none;
}

.contact-form .form-control,
.contacts-input.w-input {
    width: 100%;
    padding: 14px 16px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: 0.9rem;
    color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    appearance: none;
}

.contacts-input.w-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(62, 106, 225, 0.18);
    outline: none;
}

.contacts-input.w-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

textarea.contacts-input.w-input {
    min-height: 110px;
    resize: vertical;
}

select.contacts-input.w-input {
    color: rgba(255, 255, 255, 0.55);
}

select.contacts-input.w-input option {
    color: #111;
    background: #fff;
}

.contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0 0 32px;
}

.contact-form h3,
.black-subtitle,
.con-form h3 {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 28px 0 8px;
}

.contact-form p,
.company-description {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 16px;
}

.input-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.input-group .form-group {
    flex: 1;
    min-width: 200px;
}

.input-group .col-xs-12 {
    width: 100%;
}

.primary-button.w-button {
    display: block;
    width: 100%;
    padding: 16px;
    background: var(--primary);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    margin-top: 8px;
}

.primary-button.w-button:hover {
    background: #2d55c8;
    transform: translateY(-1px);
}

.fin-page {
    background: #fff;
}

.fin-intro {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.fin-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.fin-intro__text {
    max-width: 520px;
}

.fin-intro__heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 8px 0 20px;
}

.fin-intro__lead {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.fin-intro__bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fin-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
}

.fin-bullet svg {
    flex-shrink: 0;
    color: var(--primary);
}

.fin-intro__image {
    border-radius: 12px;
    overflow: hidden;
}

.fin-intro__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.fin-intro__image:hover img {
    transform: scale(1.03);
}

.fin-steps {
    background: #f7f8fa;
    padding: 80px 24px;
}

.fin-steps__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.fin-steps__header {
    text-align: center;
    margin-bottom: 56px;
}

.fin-steps__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.fin-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.fin-step {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.fin-step:hover {
    box-shadow: 0 12px 32px rgba(62, 106, 225, 0.1);
    transform: translateY(-4px);
}

.fin-step__num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.18;
    line-height: 1;
    margin-bottom: 16px;
    font-variant-numeric: tabular-nums;
}

.fin-step__icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 16px;
    color: var(--primary);
}

.fin-step__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
}

.fin-step__text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.fin-benefits {
    padding: 80px 24px;
}

.fin-benefits__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.fin-benefits__header {
    text-align: center;
    margin-bottom: 48px;
}

.fin-benefits__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.fin-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.fin-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.fin-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.fin-card__img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.fin-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.fin-card:hover .fin-card__img img {
    transform: scale(1.06);
}

.fin-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.45));
}

.fin-card__body {
    padding: 20px;
}

.fin-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.fin-card__text {
    font-size: 0.83rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.fin-stats {
    background: #111;
    padding: 64px 24px;
}

.fin-stats__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.fin-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.fin-stat__num {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.fin-stat__label {
    display: block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.fin-stat__divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.ship-page {
    background: #fff;
}

.ship-intro {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.ship-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.ship-intro__text {
    max-width: 520px;
}

.ship-intro__heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 8px 0 20px;
}

.ship-intro__lead {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ship-intro__bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ship-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
}

.ship-bullet svg {
    flex-shrink: 0;
    color: var(--primary);
}

.ship-intro__image {
    border-radius: 12px;
    overflow: hidden;
}

.ship-intro__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.ship-intro__image:hover img {
    transform: scale(1.03);
}

.ship-steps {
    background: #f7f8fa;
    padding: 80px 24px;
}

.ship-steps__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ship-steps__header {
    text-align: center;
    margin-bottom: 56px;
}

.ship-steps__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.ship-steps__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.ship-steps__track::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 16px);
    right: calc(12.5% + 16px);
    height: 2px;
    background: var(--primary);
    opacity: 0.18;
    z-index: 0;
}

.ship-step {
    text-align: center;
    padding: 0 24px 32px;
    position: relative;
    z-index: 1;
}

.ship-step__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(62, 106, 225, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ship-step:hover .ship-step__num {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(62, 106, 225, 0.4);
}

.ship-step__connector {
    display: none;
}

.ship-step__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
}

.ship-step__text {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.ship-benefits {
    padding: 80px 24px;
}

.ship-benefits__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ship-benefits__header {
    text-align: center;
    margin-bottom: 48px;
}

.ship-benefits__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.ship-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ship-card {
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ship-card:hover {
    box-shadow: 0 12px 32px rgba(62, 106, 225, 0.1);
    transform: translateY(-4px);
}

.ship-card__icon {
    width: 44px;
    height: 44px;
    background: rgba(62, 106, 225, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.ship-card__icon svg {
    width: 22px;
    height: 22px;
    color: var(--primary);
}

.ship-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.ship-card__text {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.ship-types {
    background: #f7f8fa;
    padding: 80px 24px;
}

.ship-types__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ship-types__header {
    text-align: center;
    margin-bottom: 48px;
}

.ship-types__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.ship-types__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.ship-type-card {
    position: relative;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: default;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ship-type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

.ship-type-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.1) 55%);
}

.ship-type-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    color: #fff;
    z-index: 1;
}

.ship-type-card__body h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.ship-type-card__body p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0 0 14px;
}

.ship-type-card__tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 20px;
}

.ship-stats {
    background: #111;
    padding: 64px 24px;
}

.ship-stats__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.ship-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.ship-stat__num {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.ship-stat__label {
    display: block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.ship-stat__divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.con-page {
    background: #fff;
}

.con-intro {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.con-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.con-intro__text {
    max-width: 520px;
}

.con-intro__heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 8px 0 20px;
}

.con-intro__lead {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.con-intro__bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.con-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
}

.con-bullet svg {
    flex-shrink: 0;
    color: var(--primary);
}

.con-intro__image {
    border-radius: 12px;
    overflow: hidden;
}

.con-intro__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.con-intro__image:hover img {
    transform: scale(1.03);
}

.con-steps {
    background: #f7f8fa;
    padding: 80px 24px;
}

.con-steps__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.con-steps__header {
    text-align: center;
    margin-bottom: 56px;
}

.con-steps__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.con-steps__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.con-steps__track::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 16px);
    right: calc(12.5% + 16px);
    height: 2px;
    background: var(--primary);
    opacity: 0.18;
    z-index: 0;
}

.con-step {
    text-align: center;
    padding: 0 24px 32px;
    position: relative;
    z-index: 1;
}

.con-step__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(62, 106, 225, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.con-step:hover .con-step__num {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(62, 106, 225, 0.4);
}

.con-step__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
}

.con-step__text {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.con-benefits {
    padding: 80px 24px;
}

.con-benefits__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.con-benefits__header {
    text-align: center;
    margin-bottom: 48px;
}

.con-benefits__header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.con-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.con-card {
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.con-card:hover {
    box-shadow: 0 12px 32px rgba(62, 106, 225, 0.1);
    transform: translateY(-4px);
}

.con-card__icon {
    width: 44px;
    height: 44px;
    background: rgba(62, 106, 225, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.con-card__icon svg {
    width: 22px;
    height: 22px;
    color: var(--primary);
}

.con-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.con-card__text {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.con-stats {
    background: #111;
    padding: 64px 24px;
}

.con-stats__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.con-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.con-stat__num {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.con-stat__label {
    display: block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.con-stat__divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.con-cta {
    padding: 80px 24px;
    background: #fff;
    text-align: center;
}

.con-cta__inner {
    max-width: 600px;
    margin: 0 auto;
}

.con-cta__inner h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111;
    margin: 8px 0 16px;
}

.con-cta__inner p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 28px;
}

.con-file-input {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5) !important;
}

.con-file-input::-webkit-file-upload-button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.82rem;
    margin-right: 10px;
    transition: background 0.2s ease;
}

.con-file-input::-webkit-file-upload-button:hover {
    background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991px) {
    .fin-intro__grid,
    .ship-intro__grid,
    .con-intro__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .fin-intro__text,
    .ship-intro__text,
    .con-intro__text {
        max-width: 100%;
    }

    .fin-intro__image img,
    .ship-intro__image img,
    .con-intro__image img {
        height: 320px;
    }

    .fin-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fin-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ship-steps__track,
    .con-steps__track {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .ship-steps__track::before,
    .con-steps__track::before {
        display: none;
    }

    .ship-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .con-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ship-types__grid {
        grid-template-columns: 1fr;
    }

    .fin-stats__inner,
    .ship-stats__inner,
    .con-stats__inner {
        flex-wrap: wrap;
        gap: 32px;
    }

    .fin-stat__divider,
    .ship-stat__divider,
    .con-stat__divider {
        display: none;
    }

    .fin-stat,
    .ship-stat,
    .con-stat {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 640px) {
    .fin-intro,
    .ship-intro,
    .con-intro {
        padding: 48px 20px;
    }

    .fin-steps,
    .fin-benefits,
    .ship-steps,
    .ship-benefits,
    .ship-types,
    .con-steps,
    .con-benefits,
    .con-cta {
        padding: 56px 20px;
    }

    .fin-steps__grid {
        grid-template-columns: 1fr;
    }

    .fin-benefits__grid {
        grid-template-columns: 1fr;
    }

    .ship-steps__track,
    .con-steps__track {
        grid-template-columns: 1fr;
    }

    .ship-benefits__grid,
    .con-benefits__grid {
        grid-template-columns: 1fr;
    }

    .ship-type-card {
        height: 320px;
    }

    .fin-stat,
    .ship-stat,
    .con-stat {
        flex: 0 0 100%;
    }

    .input-group {
        flex-direction: column;
    }

    .input-group .form-group {
        min-width: 0;
    }
}
