```css
/* =========================================================
   ATHAR CREATIVES
   STYLE.CSS V3.2
   Clean Responsive Edition
   ========================================================= */

/* =========================================================
   01. ROOT / VARIABLES
   ========================================================= */

:root {
    --bg: #07080c;
    --bg2: #0b0d12;
    --card: #10131a;

    --line: rgba(255, 255, 255, .09);

    --white: #f5f7fb;
    --muted: #9299a8;

    --purple: #786cff;
    --cyan: #42dfff;
    --pink: #ff80c8;

    --green: #55e7a1;
}


/* =========================================================
   02. RESET / GLOBAL
   ========================================================= */

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;

    background: var(--bg);
    color: var(--white);

    font-family: "DM Sans", sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    top: 0 !important;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

a {
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand {
    font-family: "Manrope", sans-serif;
}

.container {
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
}

.text-break-safe {
    overflow-wrap: anywhere;
}

.btn {
    white-space: normal;
}


/* =========================================================
   03. TYPOGRAPHY
   ========================================================= */

.eyebrow {
    font-size: .66rem;
    letter-spacing: .17em;
    font-weight: 800;
    color: #9991ff;
}

.section-eyebrow {
    font-size: .66rem;
    letter-spacing: .17em;
    font-weight: 800;
    color: #9991ff;
}

.muted {
    color: #838b99;
    line-height: 1.8;
}

.max-copy {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

h2 span,
.hero h1 span,
.inner-hero h1 span {
    background: linear-gradient(
        90deg,
        #a29aff,
        #4de6ff
    );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}


/* =========================================================
   04. NAVBAR
   ========================================================= */

.navbar {
    padding: 20px 0;
    transition: .3s;

    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

.navbar.scrolled {
    padding-top: 12px;
    padding-bottom: 12px;

    background: rgba(7, 8, 12, .88);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid var(--line);
}

.navbar .container {
    min-width: 0;
}

.navbar-brand {
    min-width: 0;
    max-width: 72%;
}

.navbar-brand span {
    white-space: nowrap;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #fff;

    font-weight: 800;
    font-size: 1.05rem;
}

.brand em {
    font-style: normal;
    color: #928aff;
}

.brand-mark {
    width: 38px;
    height: 38px;

    border-radius: 11px;

    display: grid;
    place-items: center;

    background: linear-gradient(
        135deg,
        var(--purple),
        var(--cyan)
    );
}

.navbar-nav {
    gap: 3px;
}

.navbar-nav a {
    color: #aeb4c0;

    padding: 10px;

    font-size: .77rem;
    font-weight: 700;

    transition: .2s;
}

.navbar-nav a:hover,
.navbar-nav a.active {
    color: #fff;
}

.nav-special {
    color: #aaa2ff !important;
}

.nav-special i {
    font-size: .65rem;
    margin-right: 3px;
}

.nav-cta {
    border: 1px solid var(--line);
    border-radius: 25px;

    color: #fff !important;

    margin-left: 5px;
}

.navbar-toggler {
    border: 0;
    color: #fff;

    font-size: 1.5rem;

    padding: .4rem .55rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* =========================================================
   05. HERO
   ========================================================= */

.hero {
    min-height: 100vh;

    display: flex;
    align-items: center;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 80% 35%,
            rgba(120, 108, 255, .15),
            transparent 32%
        );
}

.hero-grid {
    position: absolute;
    inset: 0;

    opacity: .5;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, .024) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, .024) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    mask-image: linear-gradient(
        to bottom,
        #000,
        transparent
    );
}

.hero-orb {
    position: absolute;

    border-radius: 50%;

    filter: blur(90px);
}

.orb-a {
    width: 300px;
    height: 300px;

    background: #6e62ff20;

    right: 5%;
    top: 22%;
}

.orb-b {
    width: 220px;
    height: 220px;

    background: #31dfff12;

    left: 0;
    bottom: 10%;
}

.hero-content {
    padding: 150px 0 80px;
}

.hero h1 {
    font-size: clamp(3.2rem, 6.2vw, 6rem);

    line-height: 1;
    letter-spacing: -.06em;

    margin: 20px 0;
}

.hero-text {
    max-width: 700px;

    color: #a5acba;

    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-text strong {
    color: #e3e5ea;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;

    margin-top: 30px;
}

.hero-points {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

    color: #727a89;

    font-size: .7rem;

    margin-top: 30px;
}

.hero-points i {
    color: #8d85ff;
    margin-right: 5px;
}

.live-dot {
    display: inline-block;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--green);

    box-shadow: 0 0 0 6px #55e7a112;

    margin-right: 8px;
}


/* =========================================================
   06. BUTTONS
   ========================================================= */

.btn-primary {
    border: 0;

    background: linear-gradient(
        135deg,
        #786cff,
        #45d5ff
    );

    box-shadow: 0 15px 40px #6258ff2b;

    transition: .25s;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-ghost {
    border: 1px solid var(--line);

    color: #fff;

    background: #ffffff05;

    transition: .25s;
}

.btn-ghost:hover {
    background: #fff;
    color: #111;
}


/* =========================================================
   07. HERO CARD / VISUAL
   ========================================================= */

.hero-card {
    height: 440px;

    border: 1px solid var(--line);
    border-radius: 30px;

    background:
        radial-gradient(
            circle at 50% 35%,
            #28204e,
            #10131b 62%
        );

    box-shadow: 0 40px 110px #0008;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: visible;
}

.hero-card img {
    width: 88%;

    filter: drop-shadow(
        0 25px 35px #0008
    );
}

.hero-card-top,
.hero-card-bottom {
    position: absolute;

    left: 25px;
    right: 25px;

    display: flex;
    justify-content: space-between;
}

.hero-card-top {
    top: 23px;
}

.hero-card-bottom {
    bottom: 22px;
}

.hero-card-top span,
.hero-card-bottom span {
    font-size: .57rem;
    letter-spacing: .18em;
}

.hero-card-top small {
    color: #697181;
    font-size: .54rem;
}

.hero-card-bottom {
    color: #777f8e;
}

.hero-card-bottom i {
    color: #918aff;
}

.mini-badge {
    position: absolute;

    background: #171a23;

    border: 1px solid var(--line);
    border-radius: 12px;

    padding: 11px 13px;

    box-shadow: 0 15px 35px #0007;

    font-size: .68rem;
}

.mini-badge i {
    color: #8f87ff;
    margin-right: 5px;
}

.b1 {
    left: -22px;
    bottom: 75px;
}

.b2 {
    right: -18px;
    top: 95px;
}


/* =========================================================
   08. INVITATION HIGHLIGHT
   ========================================================= */

.highlight-invitation {
    padding: 50px 0 115px;
}

.highlight-card {
    min-height: 470px;

    border-radius: 30px;

    border: 1px solid #8e82ff30;

    background:
        radial-gradient(
            circle at 80% 40%,
            #33205a,
            #10131a 55%
        );

    display: grid;
    grid-template-columns: 1.2fr .8fr;

    overflow: hidden;

    position: relative;
}

.highlight-copy {
    padding: 65px;
}

.highlight-copy h2 {
    font-size: clamp(
        2.4rem,
        4vw,
        4rem
    );

    max-width: 650px;
}

.highlight-copy p {
    color: #949cab;

    line-height: 1.8;

    max-width: 650px;
}

.invite-mockup {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.phone {
    width: 215px;
    height: 420px;

    border: 7px solid #1c2029;
    border-radius: 34px;

    background: #08090d;

    box-shadow: 0 35px 70px #0009;

    padding: 7px;

    position: relative;
    z-index: 2;
}

.phone-screen {
    height: 100%;

    border-radius: 24px;

    background:
        linear-gradient(
            160deg,
            #402b4a,
            #151725 60%,
            #1d3741
        );

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;
}

.phone-small {
    font-size: .45rem;
    letter-spacing: .22em;

    color: #d5cad7;
}

.phone-screen b {
    font:
        700 2rem Georgia,
        serif;

    line-height: 1.05;

    margin: 22px 0;

    color: #fff;
}

.phone-date {
    font-size: .55rem;
    letter-spacing: .22em;
}

.phone-heart {
    font-size: 1.1rem;

    color: #ff9fcf;

    margin-top: 20px;
}

.mock-glow {
    position: absolute;

    width: 300px;
    height: 300px;

    background: #9a71ff2a;

    border-radius: 50%;

    filter: blur(50px);
}


/* =========================================================
   09. GENERAL SECTIONS
   ========================================================= */

.section {
    padding: 120px 0;

    overflow: hidden;
}

.dark-section {
    background: var(--bg2);
}

.section-head {
    display: flex;

    justify-content: space-between;
    align-items: end;

    gap: 30px;

    margin-bottom: 50px;
}

.section-head h2 {
    font-size: clamp(
        2.4rem,
        4vw,
        4rem
    );

    letter-spacing: -.05em;

    line-height: 1.05;

    margin: 12px 0;
}

.section-head > p {
    color: #818997;

    max-width: 330px;

    margin: 0;

    line-height: 1.7;
}

.center-head {
    text-align: center;

    max-width: 650px;

    margin: 0 auto 55px;
}

.center-head h2 {
    font-size: clamp(
        2.4rem,
        4vw,
        4rem
    );

    margin: 13px 0;
}


/* =========================================================
   10. SERVICE GRID
   ========================================================= */

.service-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;
}

.service-grid.six {
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    min-height: 310px;

    padding: 28px;

    border: 1px solid var(--line);
    border-radius: 22px;

    background: var(--card);

    position: relative;

    transition: .3s;

    min-width: 0;
}

.service-card:hover {
    transform: translateY(-7px);

    border-color: #786cff55;
}

.service-icon {
    width: 50px;
    height: 50px;

    border-radius: 14px;

    background: #786cff13;

    color: #9a92ff;

    display: grid;
    place-items: center;

    font-size: 1.3rem;

    margin-bottom: 55px;
}

.service-card h3 {
    font-size: 1.05rem;
}

.service-card p {
    font-size: .77rem;

    line-height: 1.75;

    color: #7f8795;

    max-width: 290px;
}

.service-card a {
    position: absolute;

    bottom: 25px;

    color: #a39cff;

    font-size: .7rem;

    font-weight: 800;
}

.service-index {
    position: absolute;

    top: 23px;
    right: 24px;

    color: #444b58;

    font-size: .65rem;
    font-weight: 800;
}


/* =========================================================
   11. NUMBERS
   ========================================================= */

.numbers {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;
}

.numbers > div {
    border-top: 1px solid var(--line);

    padding: 25px 5px;
}

.numbers b {
    font-size: .65rem;
    color: #857dff;
}

.numbers h3 {
    margin: 25px 0 7px;

    font-size: 1.1rem;
}

.numbers p {
    color: #7c8492;

    font-size: .76rem;

    line-height: 1.7;
}


/* =========================================================
   12. CTA
   ========================================================= */

.cta-section {
    padding: 55px 0;
}

.cta-box {
    border: 1px solid var(--line);
    border-radius: 28px;

    padding: 45px 50px;

    background:
        linear-gradient(
            110deg,
            #211c52,
            #102e42
        );

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.cta-box h2 {
    margin: 8px 0;

    font-size: 2.5rem;
}

.cta-box p {
    margin: 0;

    color: #aeb4c0;
}


/* =========================================================
   13. INNER HERO
   ========================================================= */

.inner-hero {
    padding: 180px 0 90px;

    border-bottom: 1px solid var(--line);

    background:
        radial-gradient(
            circle at 75% 30%,
            #221d4b,
            transparent 35%
        );
}

.inner-hero h1 {
    font-size: clamp(
        3rem,
        6vw,
        5.5rem
    );

    letter-spacing: -.06em;

    line-height: 1.02;

    max-width: 1000px;

    margin: 20px 0;
}

.inner-hero p {
    color: #949cab;

    max-width: 700px;

    line-height: 1.8;

    font-size: 1rem;
}


/* =========================================================
   14. ABOUT
   ========================================================= */

.about-logo {
    width: min(100%, 560px);

    background: #0a0b0f;

    border: 1px solid var(--line);
    border-radius: 22px;

    padding: 20px;
}

.lead-copy {
    font-size: 1.1rem;

    color: #d4d8e0;

    line-height: 1.8;
}

.story-card {
    border: 1px solid var(--line);

    background: var(--card);

    border-radius: 25px;

    padding: 35px;
}

.story-card > span {
    font-size: .62rem;

    letter-spacing: .15em;

    color: #8981ff;
}

.story-card h3 {
    font-size: 2rem;

    line-height: 1.15;

    margin: 18px 0;
}

.story-card em {
    font-style: normal;

    color: #8e86ff;
}

.story-card p {
    font-size: .8rem;

    color: #7f8794;

    line-height: 1.8;
}

.story-line {
    height: 1px;

    background: var(--line);

    margin: 25px 0;
}


/* =========================================================
   15. VALUES / STEPS
   ========================================================= */

.values-grid,
.steps {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.values-grid > div,
.steps > div {
    border-top: 1px solid var(--line);

    padding: 25px 5px;
}

.values-grid b,
.steps b {
    font-size: .65rem;

    color: #857dff;
}

.values-grid h3,
.steps h3 {
    font-size: 1.05rem;

    margin: 28px 0 8px;
}

.values-grid p,
.steps p {
    font-size: .77rem;

    color: #7d8592;

    line-height: 1.7;
}


/* =========================================================
   16. PRODUCT
   ========================================================= */

.product-hero {
    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 30px;

    border: 1px solid #8d81ff30;

    border-radius: 30px;

    background:
        radial-gradient(
            circle at 80% 40%,
            #3b2258,
            #10131a 55%
        );

    padding: 60px;

    overflow: hidden;
}

.product-hero h2 {
    font-size: clamp(
        2.6rem,
        4vw,
        4rem
    );
}

.product-hero p {
    color: #949cab;

    line-height: 1.8;

    max-width: 600px;
}

.invite-preview {
    display: flex;

    align-items: center;
    justify-content: center;
}

.preview-frame {
    width: 230px;
    height: 360px;

    border-radius: 25px;

    border: 6px solid #1e222b;

    background:
        linear-gradient(
            160deg,
            #422c4d,
            #171927 65%,
            #203844
        );

    box-shadow: 0 30px 60px #0008;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;
}

.preview-frame span,
.preview-frame small {
    font-size: .5rem;

    letter-spacing: .2em;
}

.preview-frame strong {
    font:
        700 2.2rem Georgia,
        serif;

    line-height: 1.05;

    margin: 18px 0;
}

.preview-frame i {
    color: #ff9ccc;

    margin-top: 18px;
}

.product-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.product-card {
    padding: 28px;

    border: 1px solid var(--line);
    border-radius: 20px;

    background: var(--card);

    min-width: 0;

    transition: .3s;
}

.product-card:hover {
    border-color: #786cff55;
    transform: translateY(-5px);
}

.product-card i {
    font-size: 1.4rem;

    color: #928aff;
}

.product-card h3 {
    font-size: 1.05rem;

    margin: 30px 0 8px;
}

.product-card p {
    font-size: .77rem;

    color: #7d8592;

    line-height: 1.7;
}

.product-card a {
    color: #a39cff;

    font-size: .7rem;

    font-weight: 800;
}


/* =========================================================
   17. INVITATION PRODUCT HERO
   ========================================================= */

.inv-hero {
    padding: 175px 0 100px;

    background:
        radial-gradient(
            circle at 80% 40%,
            #3b2058,
            transparent 35%
        ),
        radial-gradient(
            circle at 15% 70%,
            #122d3a,
            transparent 28%
        );

    overflow: hidden;
}

.inv-hero h1 {
    font-size: clamp(
        3.2rem,
        6vw,
        5.7rem
    );

    line-height: 1;

    letter-spacing: -.06em;

    margin: 20px 0;
}

.inv-hero p {
    color: #a1a8b5;

    line-height: 1.8;

    max-width: 620px;
}

.device-stage {
    height: 520px;

    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;
}

.phone.large {
    width: 260px;
    height: 500px;
}

.phone-screen.elegant {
    background:
        linear-gradient(
            155deg,
            #50314e,
            #151827 58%,
            #1d4147
        );

    padding: 30px;
}

.phone-screen.elegant small {
    font-size: .48rem;

    letter-spacing: .2em;
}

.phone-screen.elegant strong {
    font:
        700 2.6rem Georgia,
        serif;

    line-height: 1.02;

    margin: 25px 0;
}

.phone-screen.elegant strong em {
    font-size: 1.4rem;

    color: #ff9bc8;
}

.phone-screen.elegant > span {
    font-size: .58rem;

    letter-spacing: .2em;
}

.phone-screen.elegant i {
    font-size: .45rem;

    color: #a9b0bd;

    margin-top: 45px;
}

.device-orb {
    position: absolute;

    width: 360px;
    height: 360px;

    border-radius: 50%;

    background: #9277ff25;

    filter: blur(60px);
}

.feature-grid.invitation-features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;
}

.feature-card {
    padding: 27px;

    border: 1px solid var(--line);
    border-radius: 20px;

    background: var(--card);

    min-width: 0;
}

.feature-card i {
    font-size: 1.5rem;

    color: #9b92ff;
}

.feature-card h3 {
    font-size: 1rem;

    margin: 28px 0 8px;
}

.feature-card p {
    font-size: .75rem;

    color: #7d8592;

    line-height: 1.7;
}


/* =========================================================
   18. PORTFOLIO
   ========================================================= */

.portfolio-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}

.work-card {
    border: 1px solid var(--line);

    border-radius: 22px;

    overflow: hidden;

    background: var(--card);

    transition: .3s;

    min-width: 0;
}

.work-card:hover {
    transform: translateY(-6px);
}

.work-art {
    height: 245px;

    padding: 22px;

    position: relative;

    overflow: hidden;
}

.work-art span {
    font-size: .58rem;

    letter-spacing: .14em;

    color: #b0b6c2;
}

.work-art i {
    position: absolute;

    font-size: 4.5rem;

    left: 50%;
    top: 53%;

    transform: translate(-50%, -50%);

    opacity: .85;
}

.art-inv {
    background:
        radial-gradient(
            circle at 50%,
            #5b3154,
            #11131b 65%
        );
}

.art-web {
    background:
        radial-gradient(
            circle at 50%,
            #3a3161,
            #11131b 65%
        );
}

.art-app {
    background:
        radial-gradient(
            circle at 50%,
            #164558,
            #11131b 65%
        );
}

.art-system {
    background:
        radial-gradient(
            circle at 50%,
            #32432f,
            #11131b 65%
        );
}

.art-land {
    background:
        radial-gradient(
            circle at 50%,
            #333d62,
            #11131b 65%
        );
}

.art-support {
    background:
        radial-gradient(
            circle at 50%,
            #3d3e47,
            #11131b 65%
        );
}

.work-body {
    padding: 22px;
}

.work-body small {
    font-size: .58rem;

    letter-spacing: .12em;

    color: #747c8b;
}

.work-body h3 {
    font-size: 1.02rem;

    margin: 10px 0 7px;
}

.work-body p {
    font-size: .75rem;

    color: #7d8592;

    line-height: 1.7;

    margin: 0;
}


/* =========================================================
   19. CONTACT
   ========================================================= */

.contact-info {
    margin-top: 35px;

    display: grid;

    gap: 15px;
}

.contact-info > a,
.contact-info > div {
    display: flex;

    align-items: center;

    gap: 14px;

    color: #fff;
}

.contact-info i {
    width: 45px;
    height: 45px;

    border-radius: 12px;

    display: grid;
    place-items: center;

    background: #11141b;

    border: 1px solid var(--line);

    color: #938bff;

    flex-shrink: 0;
}

.contact-info small {
    display: block;

    font-size: .6rem;

    color: #707887;
}

.contact-info b {
    font-size: .78rem;
}

.contact-form {
    padding: 32px;

    border: 1px solid var(--line);
    border-radius: 23px;

    background: var(--card);
}

.contact-form label {
    display: block;

    font-size: .66rem;

    color: #8b93a1;

    margin-bottom: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;

    background: #090b10;

    border: 1px solid var(--line);

    border-radius: 11px;

    padding: 13px;

    color: #fff;

    font-size: .8rem;

    outline: 0;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #786cff;

    box-shadow:
        0 0 0 3px #786cff12;
}

.form-control,
.form-select {
    max-width: 100%;
}

textarea.form-control {
    min-height: 140px;
}


/* =========================================================
   20. FOOTER
   ========================================================= */

footer {
    padding: 50px 0 25px;

    border-top: 1px solid var(--line);

    background: #06070a;

    overflow: hidden;
}

.footer-top {
    display: flex;

    justify-content: space-between;

    gap: 30px;
}

.footer-logo {
    width: 145px;
    height: auto;

    max-height: 45px;

    object-fit: contain;

    object-position: left center;

    display: block;
}

.footer-top p {
    color: #646d7b;

    font-size: .72rem;

    max-width: 400px;

    margin-top: 10px;
}

.footer-links {
    display: flex;

    gap: 20px;

    align-items: end;

    flex-wrap: wrap;
}

.footer-links a {
    font-size: .7rem;

    color: #7e8694;

    transition: .2s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid var(--line);

    margin-top: 30px;

    padding-top: 20px;

    display: flex;

    justify-content: space-between;

    color: #555d6b;

    font-size: .63rem;
}


/* =========================================================
   21. WHATSAPP FLOAT
   ========================================================= */

.wa-float {
    position: fixed;

    z-index: 2000;

    right: 20px;
    bottom: 20px;

    width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #25d366;

    color: #fff;

    display: grid;
    place-items: center;

    font-size: 1.65rem;

    box-shadow: 0 12px 35px #25d36645;

    transition: .25s;
}

.wa-float:hover {
    transform: translateY(-3px) scale(1.04);
}

.wa-float span {
    position: absolute;

    right: 68px;

    background: #11141b;

    border: 1px solid var(--line);

    padding: 8px 11px;

    border-radius: 8px;

    font-size: .65rem;

    white-space: nowrap;

    opacity: 0;

    transform: translateX(8px);

    transition: .2s;
}

.wa-float:hover span {
    opacity: 1;

    transform: none;
}


/* =========================================================
   22. GOOGLE TRANSLATE
   ========================================================= */

#google_translate_element {
    position: fixed;

    z-index: 1999;

    left: max(
        12px,
        env(safe-area-inset-left)
    );

    bottom: max(
        12px,
        env(safe-area-inset-bottom)
    );

    background: #fff;

    border-radius: 8px;

    padding: 3px 6px;
}

.google-translate {
    position: fixed;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
    font-size: 11px !important;

    margin: 0 !important;

    border: 0;

    outline: 0;
}

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}


/* =========================================================
   23. RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .navbar {
        padding-top: .8rem;
        padding-bottom: .8rem;

        background: #07080ce8;
    }

    .navbar-collapse {
        margin-top: .75rem;

        padding: .75rem;

        border: 1px solid var(--line);

        border-radius: 18px;

        background: rgba(
            10,
            12,
            17,
            .96
        );

        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .navbar-nav {
        gap: .15rem !important;
    }

    .navbar-nav .nav-link {
        padding: .7rem .8rem;

        border-radius: 10px;
    }

    .nav-cta {
        margin-left: 0;
    }

    .hero {
        min-height: auto;

        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .hero-content {
        padding-top: 80px;
    }

    .hero-title,
    .hero h1 {
        font-size: clamp(
            2.45rem,
            7vw,
            4.5rem
        );

        line-height: 1.04;
    }

    .hero-visual {
        margin-top: 2.5rem;
    }

    .section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .section-title {
        font-size: clamp(
            2rem,
            5vw,
            3rem
        );
    }

    .service-grid,
    .service-grid.six,
    .feature-grid.invitation-features,
    .values-grid,
    .numbers,
    .steps,
    .product-grid,
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlight-card,
    .product-hero {
        grid-template-columns: 1fr;
    }

    .invite-mockup {
        padding: 35px;
    }

    .footer-top {
        display: block;
    }

    .footer-links {
        margin-top: 25px;
    }

    .floating-badge {
        transform: scale(.9);
    }
}


/* =========================================================
   24. RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-brand {
        max-width: 68%;
    }

    .hero {
        padding-top: 6.5rem;
        padding-bottom: 3.5rem;
    }

    .hero-content {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .hero-title,
    .hero h1 {
        font-size: clamp(
            2.15rem,
            11vw,
            3.5rem
        );

        letter-spacing: -.045em;
    }

    .hero-subtitle,
    .hero-copy,
    .hero-text,
    .section-copy {
        font-size: .98rem;

        line-height: 1.7;
    }

    .hero-actions {
        display: grid;

        grid-template-columns: 1fr;

        gap: .7rem;

        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;

        min-height: 48px;
    }

    .hero-points {
        gap: 12px;
    }

    .hero-card {
        height: 350px;
    }

    .mini-badge {
        display: none;
    }

    .section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .section-head {
        display: block;

        margin-bottom: 35px;
    }

    .section-head > p {
        margin-top: 15px;
    }

    .section-title {
        font-size: clamp(
            1.8rem,
            8vw,
            2.65rem
        );

        line-height: 1.1;
    }

    .section-eyebrow {
        font-size: .72rem;

        letter-spacing: .12em;
    }

    .display-title {
        font-size: clamp(
            2rem,
            10vw,
            3rem
        );
    }

    .inner-hero,
    .page-hero {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    .inner-hero h1,
    .inv-hero h1 {
        font-size: clamp(
            2.15rem,
            11vw,
            3.5rem
        );
    }

    .inner-hero p {
        font-size: .95rem;
    }

    .highlight-card {
        min-height: 0;
    }

    .highlight-copy {
        padding: 35px 25px;
    }

    .highlight-copy h2 {
        font-size: clamp(
            2rem,
            9vw,
            3rem
        );
    }

    .service-grid,
    .service-grid.six,
    .feature-grid.invitation-features,
    .values-grid,
    .numbers,
    .steps,
    .product-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .product-card,
    .feature-card {
        padding: 1.25rem;

        border-radius: 18px;
    }

    .service-card h3,
    .product-card h3,
    .feature-card h3 {
        font-size: 1.05rem;
    }

    .service-icon {
        margin-bottom: 35px;
    }

    .product-hero {
        padding: 30px;
    }

    .device-stage {
        height: 450px;
    }

    .phone.large {
        width: 225px;
        height: 430px;
    }

    .inv-hero {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr !important;
    }

    .contact-form {
        padding: 1.2rem !important;

        border-radius: 18px;
    }

    .form-control,
    .form-select {
        min-height: 48px;
    }

    .cta-box {
        padding: 32px 25px;

        display: block;
    }

    .cta-box h2 {
        font-size: 2rem;
    }

    .cta-box .btn {
        margin-top: 20px;

        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer {
        padding-bottom:
            calc(
                2rem +
                env(safe-area-inset-bottom)
            );
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom span {
        display: block;

        margin-top: 7px;
    }

    .wa-float {
        width: 52px !important;
        height: 52px !important;

        right:
            max(
                14px,
                env(safe-area-inset-right)
            ) !important;

        bottom:
            max(
                14px,
                env(safe-area-inset-bottom)
            ) !important;
    }

    .wa-float span {
        display: none;
    }

    #google_translate_element {
        left:
            max(
                10px,
                env(safe-area-inset-left)
            );

        bottom:
            max(
                10px,
                env(safe-area-inset-bottom)
            );

        transform: scale(.9);

        transform-origin: left bottom;
    }

    .table-responsive {
        -webkit-overflow-scrolling: touch;
    }
}


/* =========================================================
   25. RESPONSIVE - SMALL PHONES
   ========================================================= */

@media (max-width: 575.98px) {

    .container {
        padding-left: .85rem;
        padding-right: .85rem;
    }

    .navbar-brand {
        max-width: 68%;
    }

    .navbar-brand span {
        font-size: .95rem;
    }

    .navbar-toggler {
        padding: .4rem .55rem;
    }

    .hero {
        padding-top: 6rem;
    }

    .hero-title,
    .hero h1 {
        font-size: clamp(
            2rem,
            12vw,
            3rem
        );
    }

    .section {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }

    .section-title {
        font-size: clamp(
            1.75rem,
            9vw,
            2.35rem
        );
    }

    .btn-lg {
        padding: .75rem 1rem;

        font-size: .95rem;
    }

    .card-body {
        padding: 1.1rem;
    }

    .logo-showcase {
        padding: 1.25rem !important;
    }

    .invitation-phone,
    .phone-mockup {
        width: min(
            88vw,
            320px
        );
    }

    .phone.large {
        width: 210px;
        height: 410px;
    }

    .device-stage {
        height: 420px;
    }

    .floating-orb,
    .floating-badge {
        display: none;
    }

    .footer-logo {
        width: 135px;
        max-height: 42px;
    }
}


/* =========================================================
   26. VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 360px) {

    .container {
        padding-left: .7rem;
        padding-right: .7rem;
    }

    .hero-title,
    .hero h1 {
        font-size: 1.9rem;
    }

    .navbar-brand span {
        font-size: .88rem;
    }

    .phone-mockup,
    .invitation-phone {
        width: 92vw;
    }

    .hero-card {
        height: 320px;
    }
}


/* =========================================================
   27. LANDSCAPE PHONES
   ========================================================= */

@media (
    max-height: 520px
) and (
    orientation: landscape
) {

    .hero {
        padding-top: 5rem;
        padding-bottom: 2.5rem;
    }

    .page-hero,
    .inner-hero {
        padding-top: 5rem;
    }
}


/* =========================================================
   28. TOUCH DEVICES
   ========================================================= */

@media (
    hover: none
) and (
    pointer: coarse
) {

    .service-card:hover,
    .product-card:hover,
    .feature-card:hover,
    .work-card:hover {
        transform: none;
    }

    .nav-link,
    .btn,
    a {
        -webkit-tap-highlight-color: transparent;
    }
}


/* =========================================================
   29. ACCESSIBILITY - REDUCED MOTION
   ========================================================= */

@media (
    prefers-reduced-motion: reduce
) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: .01ms !important;

        scroll-behavior: auto !important;
    }
}
```
