:root {
    --primary: #1f3a5f;
    --primary-dark: #162b47;
    --primary-soft: #eef3f8;
    --secondary: #b08d57;
    --secondary-dark: #8f7348;
    --accent: #526d82;
    --accent-soft: #edf2f5;
    --text: #1f2933;
    --muted: #66717d;
    --white: #ffffff;
    --border: rgba(31, 41, 51, 0.08);
    --shadow-sm: 0 14px 34px rgba(15, 23, 42, 0.08);
    --shadow-md: 0 24px 60px rgba(15, 23, 42, 0.12);
    --shadow-lg: 0 40px 100px rgba(15, 23, 42, 0.16);
    --radius: 26px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #f4f6f8 0%, #eef2f5 100%);
    overflow-x: hidden;
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-page {
    width: 100%;
    overflow: hidden;
}

/* TOP BAR */

.top-info-bar {
    background: #162b47;
    width: 100%;
    padding: 8px 0;
}

.top-info-inner {
    width: 100%;
    padding: 0 24px;
}

.top-info-left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.88);
    font-size: 13px;
}

.top-info-left i {
    color: #d6b37a;
    margin-right: 6px;
}

/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(22, 43, 71, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-wrap {
    width: 100%;
    padding: 14px 24px;
    display: grid;
    grid-template-columns: 240px 1fr 170px;
    align-items: center;
    gap: 18px;
}

.logo-area {
    display: flex;
    align-items: center;
    min-width: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    min-width: 0;
}

.logo-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.02;
    min-width: 0;
}

.logo-text strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.logo-text span {
    color: rgba(255,255,255,0.72);
    font-size: 10px;
    letter-spacing: 1.6px;
}

.main-nav {
    min-height: auto;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 8px 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.nav-menu {
    width: 100%;
    justify-content: center;
    gap: 12px;
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px !important;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover {
    color: #162b47;
    background: linear-gradient(135deg, #ffffff, #eef3f8);
}

.custom-toggler {
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #fff;
    box-shadow: none !important;
    padding: 8px 0;
}

.header-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-call-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #b08d57, #8f7348);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 20px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(176, 141, 87, 0.24);
    transition: 0.25s ease;
}

.btn-call-top:hover {
    background: linear-gradient(135deg, #b99a68, #92774c);
    color: #ffffff;
    transform: translateY(-1px);
}

/* HERO */

.hero-full {
    position: relative;
    width: 100%;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), transparent 25%),
        radial-gradient(circle at 80% 30%, rgba(176,141,87,0.10), transparent 18%),
        linear-gradient(135deg, #162b47 0%, #1f3a5f 45%, #2c4a6b 100%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(255,255,255,0.02), rgba(0,0,0,0.10));
    z-index: 1;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent 85%);
    z-index: 1;
}

.hero-bg-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 1;
    animation: floatBlob 8s ease-in-out infinite;
}

.blur-1 {
    width: 300px;
    height: 300px;
    left: 90px;
    top: 40px;
    background: rgba(214,179,122,0.18);
}

.blur-2 {
    width: 240px;
    height: 240px;
    right: 120px;
    bottom: 60px;
    background: rgba(82,109,130,0.18);
    animation-delay: 1.5s;
}

.hero-inner {
    width: 100%;
    padding: 78px 24px 58px 24px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
    gap: 70px;
    align-items: center;
}

.hero-left {
    max-width: none;
    min-width: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 28px;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.hero-title {
    margin: 0 0 24px 0;
    line-height: 1.02;
    max-width: 900px;
}

.hero-title-main {
    display: block;
    font-size: 72px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -1.6px;
    text-shadow: 0 8px 24px rgba(0,0,0,0.14);
}

.hero-title-accent {
    display: block;
    margin-top: 10px;
    font-size: 68px;
    font-weight: 400;
    color: #d6b37a;
    letter-spacing: -1.3px;
    text-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.hero-text {
    max-width: 820px;
    color: rgba(255,255,255,0.92);
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
    margin-bottom: 38px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 420px;
    min-height: 74px;
    background: linear-gradient(135deg, #b08d57, #8f7348);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    padding: 20px 34px;
    border-radius: 999px;
    box-shadow: 0 22px 44px rgba(176, 141, 87, 0.26);
    transition: 0.25s ease;
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #b99a68, #92774c);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 250px;
    min-height: 74px;
    padding: 20px 34px;
    border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,0.30);
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    transition: 0.25s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.16);
    color: #fff;
    transform: translateY(-2px);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    color: #fff;
    font-size: 17px;
}

.hero-feature {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-weight: 500;
}

.hero-feature i {
    color: #d6b37a;
    font-size: 18px;
}

.hero-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-info-card {
    width: 100%;
    max-width: 420px;
    padding: 34px 30px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow-lg);
    color: #fff;
}

.hero-mini-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #d6b37a;
    margin-bottom: 18px;
}

.hero-info-card h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 14px;
}

.hero-info-card p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    margin-bottom: 18px;
}

.hero-info-list {
    display: grid;
    gap: 12px;
}

.hero-info-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.hero-info-list span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6b37a;
    box-shadow: 0 0 0 6px rgba(214,179,122,0.12);
}

/* SECTIONS */

.section-block {
    width: 100%;
    padding: 92px 0;
}

.section-light {
    background: linear-gradient(180deg, #f8fafb 0%, #f1f4f7 100%);
}

.section-white {
    background: #ffffff;
}

.section-inner {
    width: 100%;
    padding: 0 24px;
}

.section-title {
    max-width: 780px;
    margin: 0 auto 50px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #1f3a5f;
    letter-spacing: -0.6px;
}

.section-title p {
    font-size: 16px;
    color: var(--muted);
    margin: 0;
    line-height: 1.8;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, #eef3f8, #f5f7fa);
    color: #1f3a5f;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 14px;
}

.section-label-dark {
    background: rgba(255,255,255,0.14);
    color: #fff;
}

/* SERVICES */

.service-card {
    position: relative;
    border-radius: 28px;
    padding: 30px 26px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
    transition: 0.35s ease;
    overflow: hidden;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-md);
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.18;
    pointer-events: none;
}

.service-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 22px;
}

.service-card h5 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 14px;
}

.service-card p {
    margin: 0;
    line-height: 1.8;
    color: var(--muted);
    font-size: 15px;
}

.service-style-1 {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.service-style-1 .service-icon {
    background: linear-gradient(135deg, #eef3f8, #dfe7f0);
    color: #1f3a5f;
}

.service-style-1::after {
    background: #d6e3f0;
}

.service-style-2 {
    background: linear-gradient(180deg, #ffffff 0%, #fcf8f1 100%);
}

.service-style-2 .service-icon {
    background: linear-gradient(135deg, #f5ead8, #ead8ba);
    color: #8f7348;
}

.service-style-2::after {
    background: #ead8ba;
}

.service-style-3 {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fb 100%);
}

.service-style-3 .service-icon {
    background: linear-gradient(135deg, #dde7ef, #c9d7e4);
    color: #526d82;
}

.service-style-3::after {
    background: #d1dde7;
}

.service-style-4 {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.service-style-4 .service-icon {
    background: linear-gradient(135deg, #e9eef4, #d7e1ea);
    color: #1f3a5f;
}

.service-style-4::after {
    background: #dae4ed;
}

.service-style-5 {
    background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
}

.service-style-5 .service-icon {
    background: linear-gradient(135deg, #f4e7d0, #e6d0aa);
    color: #8f7348;
}

.service-style-5::after {
    background: #ecd7b6;
}

.service-style-6 {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.service-style-6 .service-icon {
    background: linear-gradient(135deg, #e0e8ef, #cad8e3);
    color: #526d82;
}

.service-style-6::after {
    background: #d7e2ea;
}

/* GROUPS */

.group-card {
    position: relative;
    border-radius: 30px;
    padding: 30px 26px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
    transition: 0.35s ease;
    overflow: hidden;
    height: 100%;
}

.group-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-md);
}

.group-card h5 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #1f3a5f;
}

.group-desc {
    margin: 0 0 22px 0;
    line-height: 1.8;
    color: var(--muted);
    font-size: 15px;
}

.group-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.group-info {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.group-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 18px;
    padding: 14px 16px;
}

.group-info-item span {
    color: var(--muted);
    font-size: 14px;
}

.group-info-item strong {
    color: #1f3a5f;
    font-size: 15px;
    font-weight: 800;
}

.group-btn,
.group-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.group-btn {
    background: linear-gradient(135deg, #1f3a5f, #162b47);
    color: #fff;
    box-shadow: 0 14px 28px rgba(22,43,71,0.18);
}

.group-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.group-code {
    background: linear-gradient(135deg, #b08d57, #8f7348);
    color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 14px 28px rgba(176,141,87,0.18);
}

.group-style-1 {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.group-style-1 .group-tag {
    background: linear-gradient(135deg, #eef3f8, #dfe8f1);
    color: #1f3a5f;
}

.group-style-2 {
    background: linear-gradient(180deg, #ffffff 0%, #fcf8f2 100%);
}

.group-style-2 .group-tag {
    background: linear-gradient(135deg, #f4e8d5, #e7d2af);
    color: #8f7348;
}

.group-style-3 {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
}

.group-style-3 .group-tag {
    background: linear-gradient(135deg, #e3ebf2, #d0dce7);
    color: #526d82;
}

.group-style-4 {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
}

.group-style-4 .group-tag {
    background: linear-gradient(135deg, #eef2f6, #dde6ee);
    color: #1f3a5f;
}

.group-style-5 {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.group-style-5 .group-tag {
    background: linear-gradient(135deg, #f3e7d1, #e5d1ad);
    color: #8f7348;
}

.group-style-6 {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.group-style-6 .group-tag {
    background: linear-gradient(135deg, #e3ebf2, #d1dce6);
    color: #526d82;
}

.group-style-7 {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.group-style-7 .group-tag {
    background: linear-gradient(135deg, #ecf2f7, #dde7ef);
    color: #1f3a5f;
}

.group-style-8 {
    background: linear-gradient(180deg, #ffffff 0%, #fcf8f2 100%);
}

.group-style-8 .group-tag {
    background: linear-gradient(135deg, #f5ead7, #e8d4b3);
    color: #8f7348;
}

.group-style-9 {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

.group-style-9 .group-tag {
    background: linear-gradient(135deg, #e4ebf2, #d1dbe5);
    color: #526d82;
}

/* PROCESS */

.process-section {
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06), transparent 22%),
        linear-gradient(135deg, #162b47 0%, #1f3a5f 45%, #2c4a6b 100%);
}

.process-section .section-title h2,
.process-section .section-title p {
    color: #fff;
}

.process-card {
    position: relative;
    padding: 30px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    color: #fff;
    height: 100%;
    transition: 0.3s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.16);
}

.process-no {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b08d57, #8f7348);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 18px;
    box-shadow: 0 14px 28px rgba(176,141,87,0.22);
}

.process-card h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.process-card p {
    margin: 0;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
}

/* STATS */

.stats-section {
    background: linear-gradient(180deg, #f6f8fb 0%, #eef3f7 100%);
}

.stat-card {
    height: 100%;
    text-align: center;
    border-radius: 28px;
    padding: 32px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--shadow-sm);
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.stat-card h3 {
    margin: 0 0 10px 0;
    font-size: 42px;
    font-weight: 900;
    color: #1f3a5f;
    letter-spacing: -1px;
}

.stat-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

/* CONTACT */

.contact-section {
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), transparent 22%),
        radial-gradient(circle at 80% 30%, rgba(176,141,87,0.12), transparent 18%),
        linear-gradient(135deg, #162b47 0%, #1f3a5f 45%, #2c4a6b 100%);
}

.contact-box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.contact-box h2 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 16px;
}

.contact-box p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,0.90);
    margin-bottom: 32px;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-contact-call,
.btn-whatsapp-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 62px;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-contact-call {
    background: linear-gradient(135deg, #b08d57, #8f7348);
    color: #fff;
    box-shadow: 0 18px 34px rgba(176,141,87,0.24);
}

.btn-contact-call:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.btn-whatsapp-main {
    background: linear-gradient(135deg, #31d978, #1fc965);
    color: #fff;
    box-shadow: 0 18px 34px rgba(31, 201, 101, 0.20);
}

.btn-whatsapp-main:hover {
    color: #fff;
    transform: translateY(-1px);
}

/* FOOTER */

.site-footer {
    background: #162b47;
    padding: 22px 20px;
}

.footer-inner {
    text-align: center;
}

.footer-inner p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.82);
}

/* FLOATING WHATSAPP */

.whatsapp-btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #31d978, #1fc965);
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(31, 201, 101, 0.28);
    z-index: 9999;
    transition: 0.25s ease;
}

.whatsapp-btn:hover {
    color: #fff;
    transform: scale(1.06);
}

/* ANIMATION */

.reveal-up {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

.card-float {
    animation: cardFloat 5s ease-in-out infinite;
}

@keyframes cardFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes floatBlob {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-12px) translateX(8px);
    }
}

/* RESPONSIVE */

@media (max-width: 1600px) {
    .top-info-inner,
    .section-inner,
    .header-wrap,
    .hero-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1399px) {
    .hero-title-main,
    .hero-title-accent {
        font-size: 62px;
    }

    .hero-text {
        font-size: 19px;
    }

    .btn-hero-primary {
        min-width: 360px;
    }
}

@media (max-width: 1199px) {
    .top-info-inner {
        padding: 0 24px;
    }

    .header-wrap {
        grid-template-columns: 1fr;
        padding: 14px 24px;
        gap: 14px;
    }

    .main-nav {
        padding: 10px 16px;
        border-radius: 20px;
    }

    .nav-menu {
        gap: 2px;
        padding-top: 10px;
    }

    .navbar-collapse {
        margin-top: 8px;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 14px !important;
    }

    .header-cta {
        justify-content: flex-start;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 60px;
        padding-bottom: 56px;
    }

    .hero-right {
        justify-content: flex-start;
    }

    .hero-info-card {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .section-block {
        padding: 78px 0;
    }

    .hero-full {
        min-height: auto;
    }

    .hero-title-main,
    .hero-title-accent {
        font-size: 50px;
    }

    .hero-text {
        font-size: 18px;
        line-height: 1.8;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        min-width: auto;
        width: 100%;
    }

    .hero-buttons {
        gap: 14px;
    }

    .hero-features {
        gap: 18px;
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .contact-box h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .top-info-left {
        gap: 10px;
        font-size: 12px;
    }

    .top-info-inner,
    .header-wrap,
    .hero-inner,
    .section-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .logo-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 19px;
        border-radius: 16px;
    }

    .logo-text strong {
        font-size: 14px;
    }

    .logo-text span {
        font-size: 9px;
        letter-spacing: 1.3px;
    }

    .hero-title-main,
    .hero-title-accent {
        font-size: 40px;
        line-height: 1.05;
    }

    .hero-text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .hero-badge {
        font-size: 13px;
        padding: 10px 16px;
        margin-bottom: 22px;
    }

    .hero-info-card {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .hero-info-card h3 {
        font-size: 23px;
    }

    .hero-mini-icon,
    .service-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        font-size: 24px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .service-card,
    .group-card,
    .process-card,
    .stat-card {
        border-radius: 24px;
    }

    .group-card,
    .service-card,
    .process-card {
        padding: 24px 20px;
    }

    .contact-box h2 {
        font-size: 31px;
    }

    .contact-box p {
        font-size: 16px;
    }

    .btn-contact-call,
    .btn-whatsapp-main {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .top-info-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .header-wrap {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .btn-call-top {
        width: 100%;
    }

    .hero-inner {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .hero-title-main,
    .hero-title-accent {
        font-size: 34px;
    }

    .hero-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .process-no {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .stat-card h3 {
        font-size: 34px;
    }

    .whatsapp-btn {
        width: 56px;
        height: 56px;
        font-size: 24px;
        right: 14px;
        bottom: 14px;
    }
}
.header-cta {
    display: none !important;
}