
/* ==========================
   ABOUT
========================== */

.about-agency-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at top left, rgba(37,99,235,0.18), transparent 32%),
        linear-gradient(160deg, #020617, #0f172a 45%, #1e3a8a);
    overflow: hidden;
}

.about-agency-content {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.about-agency-copy h2 {
    color: white;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.about-agency-copy h2 span {
    display: block;
    background: linear-gradient(90deg, #ffffff, #93c5fd, #38bdf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-agency-copy > p:not(.section-eyebrow) {
    margin-top: 28px;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.9;
}

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 42px;
    color: #93c5fd;
    font-weight: 900;
    transition: 0.3s ease;
}

.about-link .material-symbols-outlined {
    font-size: 20px;
    transition: 0.3s ease;
}

.about-link:hover .material-symbols-outlined {
    transform: translate(5px, -4px);
}

.about-agency-cards {
    display: grid;
    gap: 22px;
}

.about-mini-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 24px;
    align-items: start;
    padding: 28px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
    transition: 0.35s ease;
}

.about-mini-card:hover {
    transform: translateX(10px);
    border-color: rgba(96,165,250,0.5);
}

.about-mini-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: rgba(59,130,246,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mini-icon .material-symbols-outlined {
    color: #93c5fd;
    font-size: 42px;
    font-variation-settings:
        'FILL' 1,
        'wght' 500,
        'GRAD' 0,
        'opsz' 48;
}

.about-mini-card h3 {
    color: white;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.about-mini-card p {
    color: #94a3b8;
    line-height: 1.75;
}

/* ==========================
   CTA
========================== */

.agency-cta-section {
    padding: 110px 0;
    background: #020617;
    border-top: 1px solid rgba(148,163,184,0.1);
}

.agency-cta-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 90px 28px 120px;
    border-radius: 42px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(160deg, #1e3a8a, #2563eb, #38bdf8);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
}

.agency-cta-card h2 {
    color: white;
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.agency-cta-card > p:not(.section-eyebrow) {
    max-width: 720px;
    margin: 28px auto 0;
    color: #dbeafe;
    font-size: 18px;
    line-height: 1.85;
}

.cta-main-btn {
    display: inline-flex;
    margin-top: 42px;
    padding: 17px 34px;
    border-radius: 999px;
    background: white;
    color: #0f172a;
    font-weight: 900;
    transition: 0.3s ease;
    box-shadow: 0 22px 60px rgba(15,23,42,0.25);
}

.cta-main-btn:hover {
    transform: translateY(-5px);
}

@media (max-width: 1024px) {
    .about-agency-content {
        grid-template-columns: 1fr;
        gap: 55px;
    }
}

@media (max-width: 700px) {
    .about-agency-section,
    .agency-cta-section {
        padding: 90px 0;
    }

    .about-mini-card {
        grid-template-columns: 1fr;
    }

    .agency-cta-card {
        padding: 75px 22px 105px;
        border-radius: 30px;
    }
}
/* ==========================
   GLOBAL RESET
========================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    background: #020617;
    color: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

/* ==========================
   NAVBAR
========================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navbar {
    background: rgba(2, 6, 23, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.nav-container {
    width: min(1180px, 92%);
    margin: 0 auto;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: white;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.logo span {
    color: #60a5fa;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 34px;
}

.nav-links a {
    color: #cbd5e1;
    font-weight: 700;
    transition: 0.3s ease;
}

.nav-links a:hover {
    color: #60a5fa;
}

.nav-btn {
    padding: 12px 22px;
    border-radius: 999px;
    background: #2563eb;
    color: white;
    font-weight: 800;
    transition: 0.3s ease;
}

.nav-btn:hover {
    transform: translateY(-3px);
    background: #3b82f6;
}

.menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    gap: 20px;
    background: #020617;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.mobile-menu a {
    color: #cbd5e1;
    font-weight: 800;
}

/* ==========================
   BUTTONS
========================== */
/* Hero Buttons */

.hero-actions{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
    margin-top:42px;
}

.primary-btn,
.secondary-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
  height:46px;

    padding:0 20px;

    border-radius:12px;

    font-size:14px;

    font-weight:700;

    min-width:140px;

    text-decoration:none;

    transition:.35s ease;

}

/* Primary */

.primary-btn{

    background:#2563eb;

    color:white;

    box-shadow:0 12px 35px rgba(37,99,235,.22);

}

.primary-btn:hover{

    background:#1d4ed8;

    transform:translateY(-3px);

}

/* Secondary */

.secondary-btn{

    background:transparent;

    color:white;

    border:1px solid rgba(255,255,255,.18);

}

.secondary-btn:hover{

    border-color:#60a5fa;

    background:rgba(255,255,255,.05);

    transform:translateY(-3px);

}
@media (max-width:600px){

.hero-actions{

flex-direction:column;

align-items:stretch;

}

.primary-btn,
.secondary-btn{

width:100%;

}

}
/* ==========================
   HERO
========================== */
/* ==========================
   PREMIUM HERO
========================== */

.agency-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 145px 0 90px;
    background: #020617;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2, 6, 23, 0.98) 0%,
            rgba(2, 6, 23, 0.92) 48%,
            rgba(2, 6, 23, 0.76) 100%
        ),
        url("assets/social-preview.webp");
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(59,130,246,0.22), transparent 34%),
        radial-gradient(circle at 84% 20%, rgba(56,189,248,0.12), transparent 30%);
}

.hero-orb {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(147, 197, 253, 0.35);
    filter: blur(0.2px);
    animation: slowFloat 12s ease-in-out infinite;
    z-index: 1;
}

.hero-orb-one {
    top: 22%;
    left: 52%;
}

.hero-orb-two {
    top: 66%;
    left: 7%;
    animation-delay: 2s;
}

.hero-orb-three {
    top: 48%;
    right: 8%;
    animation-delay: 4s;
}

@keyframes slowFloat {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.18;
    }

    50% {
        transform: translateY(-24px);
        opacity: 0.45;
    }
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 82px;
    align-items: center;
}

.hero-copy{

    max-width:620px;

    margin-left:20px;

}

.hero-eyebrow {
    display: inline-flex;
    margin-bottom: 28px;
    color: #93c5fd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-copy h1 {
    color: white;
    font-size: clamp(3.3rem, 6.6vw, 6.5rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
    font-weight: 900;
}

.hero-copy h1 span {
    display: block;
}

.hero-copy h1 span:nth-child(2) {
    background: linear-gradient(90deg, #ffffff, #93c5fd, #38bdf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtext {
    max-width: 640px;
    margin-top: 36px;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.9;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 48px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-trust span {
    color: #dbeafe;
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(147, 197, 253, 0.16);
    padding: 11px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

/* Animated button icon */
.animated-btn{
    overflow:hidden;
}

.btn-icon{

    opacity:0;

    transform:translateX(-12px);

    transition:.35s ease;

    width:0;

    overflow:hidden;

    font-size:20px;

}

.animated-btn:hover .btn-icon{

    width:22px;

    opacity:1;

    transform:translateX(0);

}

.animated-btn span:first-child{

    transition:.35s ease;

}

.animated-btn:hover span:first-child{

    transform:translateX(-2px);

}

/* Right preview */
.process-card{
    padding:36px;
    border-radius:30px;
    background:#0f172a;
    border:1px solid rgba(148,163,184,.12);
}

.process-label{
    color:#60a5fa;
    font-size:13px;
    font-weight:800;
    letter-spacing:.15em;
}

.process-card h3{
    color:white;
    margin:12px 0 32px;
    font-size:28px;
    font-weight:900;
}

.process-diagram{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-bottom:30px;
}
@media (max-width: 700px) {
    .process-diagram {
        flex-direction: column;
        gap: 16px;
    }

    .process-arrow {
        transform: rotate(90deg);
    }
}
.process-node{
    text-align:center;
    flex:1;
}

.process-node span{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    border-radius:18px;
    background:rgba(37,99,235,.12);
    color:#60a5fa;
    font-size:32px;
}

.process-node h4{
    margin-top:12px;
    color:white;
    font-size:16px;
    font-weight:800;
}

.process-arrow{
    color:#3b82f6;
    font-size:26px;
    flex-shrink:0;
}

.process-text{
    text-align:center;
    color:#94a3b8;
    line-height:1.8;
}
.process-arrow {
    animation: arrowPulse 1.8s ease-in-out infinite;
}

.process-arrow:nth-of-type(2) {
    animation-delay: 0.25s;
}

.process-arrow:nth-of-type(4) {
    animation-delay: 0.5s;
}

.process-arrow:nth-of-type(6) {
    animation-delay: 0.75s;
}

@keyframes arrowPulse {
    0%, 100% {
        opacity: 0.35;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(5px);
    }
}

/* Hero strip */
/* Hero moving carousel */
.hero-strip {
    background: #020617;
    overflow: hidden;
    padding: 22px 0;
}

.hero-marquee {
    width: 100%;
    overflow: hidden;
}

.hero-marquee-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: marqueeMove 28s linear infinite;
}

.hero-marquee-track span {
    color: #cbd5e1;
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.hero-marquee:hover .hero-marquee-track {
    animation-play-state: paused;
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/* Responsive */

@media (max-width: 1100px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 62px;
    }

    .hero-visual {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .agency-hero {
        padding: 132px 0 78px;
    }

    .hero-copy h1 {
        font-size: 3.15rem;
        letter-spacing: -0.055em;
    }

    .hero-actions {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .preview-top,
    .preview-footer {
        grid-template-columns: 1fr;
        display: grid;
    }

    .preview-status {
        width: max-content;
    }

    .project-preview-card {
        padding: 24px;
    }
}
/* ==========================
   SERVICES
========================== */

.services-section {
    padding: 120px 0;
    background: #020617;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 72px;
    text-align: center;
}

.section-eyebrow {
    color: #60a5fa;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-heading h2 {
    color: white;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.section-heading h2 span {
    display: block;
    background: linear-gradient(90deg, #ffffff, #93c5fd, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-heading > p:last-child {
    color: #94a3b8;
    font-size: 18px;
    line-height: 1.85;
    margin-top: 26px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.service-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 34px;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 30px;
    transition: 0.35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 30px 90px rgba(37, 99, 235, 0.16);
}

.service-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: rgba(59, 130, 246, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.35s ease;
}

.service-icon .material-symbols-outlined {
    color: #60a5fa;
    font-size: 44px;
    font-variation-settings:
        'FILL' 1,
        'wght' 500,
        'GRAD' 0,
        'opsz' 48;
}

.service-card:hover .service-icon {
    transform: rotate(-5deg) scale(1.05);
    background: rgba(59, 130, 246, 0.2);
}

.service-card h3 {
    color: white;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 18px;
}

.service-card p {
    color: #94a3b8;
    line-height: 1.85;
    font-size: 15.5px;
}

.service-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #60a5fa;
    font-weight: 800;
    padding-top: 28px;
    transition: 0.3s ease;
}

.service-link .material-symbols-outlined {
    font-size: 20px;
    transition: 0.3s ease;
}

.service-card:hover .service-link {
    color: #93c5fd;
}

.service-card:hover .service-link .material-symbols-outlined {
    transform: translate(5px, -4px);
}

/* ==========================
   ABOUT
========================== */
.about-mission{

    margin-top:40px;

    padding:38px 42px;

    background:rgba(15,23,42,.75);

    border:1px solid rgba(148,163,184,.14);

    border-radius:24px;

    backdrop-filter:blur(10px);

    max-width:680px;

}

.about-mission p{

    color:#dbeafe;

    font-size:20px;

    line-height:2;

    font-weight:400;

}

.about-mission strong{

    color:white;

    font-weight:800;

}
.about-agency-cards {
    display: grid;
    gap: 16px;
}
@media (max-width:768px){

    .about-mini-card{
        align-items:flex-start;
    }

    .about-mini-content h3{
        font-size:20px;
        margin-bottom:8px;
    }

    .about-mini-content p{
        font-size:14px;
        line-height:1.7;
    }

}
.about-mini-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 22px;
    transition: 0.35s ease;
}

.about-mini-card:hover {
    transform: translateX(8px);
    border-color: rgba(96, 165, 250, 0.5);
}

.about-mini-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: rgba(59,130,246,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mini-icon .material-symbols-outlined {
    color: #93c5fd;
    font-size: 30px;
}

.about-mini-card h3 {
    color: white;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 4px;
}

.about-mini-card p {
    color: #94a3b8;
    line-height: 1.6;
    font-size: 15px;
    max-width: 100%;
}
/* ==========================
   WHY CHOOSE US
========================== */

.why-section{

    padding:120px 0;

    background:#020617;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.why-card{

    padding:38px;

    background:#0f172a;

    border:1px solid rgba(148,163,184,.12);

    border-radius:28px;

    transition:.35s ease;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:rgba(96,165,250,.45);

    box-shadow:0 25px 70px rgba(37,99,235,.12);

}

.why-icon{

    width:78px;

    height:78px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:26px;

    background:rgba(37,99,235,.12);

}

.why-icon .material-symbols-outlined{

    color:#60a5fa;

    font-size:42px;

    font-variation-settings:
        'FILL' 1,
        'wght' 500,
        'GRAD' 0,
        'opsz' 48;

}

.why-card h3{

    color:white;

    font-size:26px;

    font-weight:900;

    margin-bottom:16px;

}

.why-card p{

    color:#94a3b8;

    line-height:1.85;

    font-size:16px;

}

/* Responsive */

@media(max-width:1000px){

.why-grid{

grid-template-columns:1fr;

}

}
/* ===================================
   PRICING
=================================== */

.pricing-section{
    padding:120px 0;
    background:#020617;
}

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    align-items:stretch;
}

.pricing-card{
    position:relative;
    display:flex;
    flex-direction:column;

    padding:42px;

    border-radius:30px;

    background:#0f172a;

    border:1px solid rgba(148,163,184,.12);

    transition:.35s;
}

.pricing-card:hover{

    transform:translateY(-10px);

}

.pricing-standard{

    border:2px solid #2563eb;

    box-shadow:0 25px 80px rgba(37,99,235,.18);

}

.pricing-premium{

    border:1px solid rgba(250,204,21,.35);

}

.popular-badge{

    position:absolute;

    top:-16px;

    left:50%;

    transform:translateX(-50%);

    background:linear-gradient(90deg,#2563eb,#38bdf8);

    color:white;

    padding:10px 20px;

    border-radius:999px;

    font-size:12px;

    font-weight:800;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.pricing-icon{

    width:80px;

    height:80px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

}

.basic-icon{

    background:rgba(37,99,235,.12);

}

.standard-icon{

    background:rgba(59,130,246,.16);

}

.premium-icon{

    background:rgba(250,204,21,.12);

}

.pricing-icon span{

    font-size:44px;

}

.basic-icon span,
.standard-icon span{

    color:#60a5fa;

}

.premium-icon span{

    color:#facc15;

}

.pricing-card h3{

    font-size:30px;

    font-weight:900;

}

.pricing-card h4{

    font-size:48px;

    margin:18px 0;

    font-weight:900;

}

.pricing-card>p{

    color:#94a3b8;

    line-height:1.8;

}

.pricing-card ul{

    list-style:none;

    margin:36px 0;

    display:grid;

    gap:16px;

}

.pricing-card li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    color:#e2e8f0;

    line-height:1.7;

}

.check-icon{

    color:#3b82f6;

    font-size:22px;

    flex-shrink:0;

}

.premium-check{

    color:#facc15;

    font-size:22px;

    flex-shrink:0;

}

.delivery-text{

    margin-top:auto;

    font-weight:800;

}

.blue-delivery{

    color:#60a5fa;

}

.gold-delivery{

    color:#facc15;

}

.pricing-btn{

    margin-top:28px;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:16px;

    border-radius:999px;

    font-weight:800;

    transition:.3s;

}

.blue-btn{

    background:#2563eb;

    color:white;

}

.gradient-btn{

    background:linear-gradient(90deg,#2563eb,#38bdf8);

    color:white;

}

.gold-btn{

    background:#facc15;

    color:#111827;

}

.pricing-btn:hover{

    transform:translateY(-4px);

}

/* ===================================
FAQ
=================================== */

.faq-section{

padding:120px 0;

background:#020617;

}

.faq-list{

max-width:900px;

margin:auto;

display:grid;

gap:18px;

}

.faq-item{

background:#0f172a;

border:1px solid rgba(148,163,184,.12);

border-radius:18px;

overflow:hidden;

}

.faq-question{

width:100%;

display:flex;

align-items:center;

gap:18px;

padding:24px;

background:none;

border:none;

color:white;

font-size:18px;

font-weight:800;

cursor:pointer;

text-align:left;

}

.faq-icon{

color:#60a5fa;

transition:.3s;

}

.faq-answer{

display:none;

padding:0 24px 24px 62px;

color:#94a3b8;

line-height:1.8;

}

/* ===================================
CONTACT
=================================== */

.contact-section{

padding:120px 0;

background:#020617;

}

.contact-form{

padding:40px;

background:#0f172a;

border-radius:28px;

border:1px solid rgba(148,163,184,.12);

display:grid;

gap:20px;

}

.contact-form label{

display:block;

margin-bottom:8px;

font-weight:700;

}

.contact-form input,
.contact-form textarea,
.contact-form select{

width:100%;

padding:16px;

background:#020617;

border:1px solid rgba(148,163,184,.15);

border-radius:14px;

color:white;

}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{

outline:none;

border-color:#2563eb;

}
.response-time{

display:flex;

align-items:center;

justify-content:center;

gap:10px;

margin:10px 0 24px;

padding:14px;

background:rgba(37,99,235,.08);

border:1px solid rgba(59,130,246,.18);

border-radius:14px;

color:#cbd5e1;

font-size:14px;

}

.response-time strong{

color:white;

}

.response-time .material-symbols-outlined{

color:#60a5fa;

font-size:22px;

}
.form-btn{

width:100%;

}
/* ===================================
Form Validation
=================================== */
/* Custom form validation */

.form-group {
    margin-bottom: 22px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border: 2px solid rgba(148, 163, 184, 0.16);
    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}

.contact-form .field-error,
.contact-form .field-error:focus {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.14);
}

.contact-form .field-success,
.contact-form .field-success:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.error-message {
    display: block;
    min-height: 20px;
    margin-top: 7px;

    color: #f87171;
    font-size: 13px;
    font-weight: 600;
}

.form-message {
    min-height: 22px;
    margin-bottom: 12px;

    font-size: 14px;
    font-weight: 700;
}

.form-message.error {
    color: #f87171;
}

.form-message.success {
    color: #22c55e;
}
.form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.form-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}
/* ==========================
   MAIN FOOTER
========================== */

.main-footer {
    width: 100%;
    overflow: hidden;
    padding: 78px 0 30px;
    background: #010816;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer-container {
    width: min(1180px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
}

.main-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 1fr 0.7fr;
    gap: 54px;
    align-items: start;
}

.main-footer-brand {
    max-width: 390px;
}

.main-footer-logo-link {
    display: inline-flex;
    margin-bottom: 22px;
}

.main-footer-logo {
    display: block;
    width: 210px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.main-footer-brand h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.main-footer-brand p {
    margin: 0;
    color: #94a3b8;
    font-size: 15.5px;
    line-height: 1.85;
}

.main-footer-column {
    min-width: 0;
}

.main-footer-column h4 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
}

.main-footer-column ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer-column li {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
}

.main-footer-column a {
    color: #94a3b8;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 0.3s ease;
}

.main-footer-column a:hover {
    color: #60a5fa;
}

/* Contact list */

.main-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.main-footer-contact .material-symbols-outlined {
    flex: 0 0 auto;
    margin-top: 1px;
    color: #60a5fa;
    font-size: 21px;
}

/* Social row */

.main-footer-social {
    display: flex;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.main-footer-facebook-icon {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.main-footer-social a:hover span {
    color: #60a5fa;
}

/* Copyright row */

.main-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer-bottom p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

/* Tablet */

@media (max-width: 1050px) {
    .main-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px 54px;
    }
}

/* Mobile */

@media (max-width: 700px) {
    .main-footer {
        padding: 62px 0 26px;
    }

    .main-footer-container {
        width: min(100% - 40px, 1180px);
    }

    .main-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .main-footer-brand {
        max-width: 100%;
    }

    .main-footer-logo {
        width: 175px;
    }

    .main-footer-brand h3 {
        font-size: 20px;
    }

    .main-footer-column h4 {
        margin-bottom: 16px;
    }

    .main-footer-social {
        margin-top: 40px;
    }

    .main-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 8px;
    }
}
/* ==========================
   WHATSAPP BUTTON
========================== */

.whatsapp-btn{

    position:fixed;

    right:26px;

    bottom:26px;

    width:68px;

    height:68px;

    border-radius:50%;

    background:#25D366;

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    text-decoration:none;

    font-size:36px;

    box-shadow:0 20px 50px rgba(37,211,102,.30);

    z-index:999;

    transition:.35s ease;

    animation:whatsappPulse 2.5s infinite;

}

.whatsapp-btn:hover{

    transform:translateY(-6px) scale(1.08);

}

.whatsapp-btn i{

    transition:.35s ease;

}

.whatsapp-btn:hover i{

    transform:rotate(-10deg);

}

/* Tooltip */

.tooltip{

    position:absolute;

    right:82px;

    white-space:nowrap;

    background:#0f172a;

    color:white;

    padding:12px 18px;

    border-radius:12px;

    font-size:14px;

    font-weight:700;

    opacity:0;

    visibility:hidden;

    transform:translateX(15px);

    transition:.35s ease;

    border:1px solid rgba(148,163,184,.15);

    box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.tooltip::after{

    content:"";

    position:absolute;

    right:-7px;

    top:50%;

    transform:translateY(-50%) rotate(45deg);

    width:14px;

    height:14px;

    background:#0f172a;

}

.whatsapp-btn:hover .tooltip{

    opacity:1;

    visibility:visible;

    transform:translateX(0);

}

/* Pulse */

@keyframes whatsappPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,.45);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}

/* Mobile */

@media(max-width:768px){

.tooltip{

display:none;

}

.whatsapp-btn{

width:62px;

height:62px;

font-size:32px;

right:18px;

bottom:18px;

}

}
/* ===================================
BACK TO TOP
=================================== */

.back-to-top{

position:fixed;

left:24px;

bottom:24px;

width:52px;

height:52px;

border:none;

border-radius:50%;

background:#2563eb;

color:white;

font-size:22px;

cursor:pointer;

display:none;

}

/* ===================================
RESPONSIVE
=================================== */

@media(max-width:1100px){

.hero-container,
.about-agency-content,
.contact-grid{

grid-template-columns:1fr;

}

.pricing-grid,
.services-grid,
.footer-grid{

grid-template-columns:1fr;

}

.hero-visual{

justify-content:flex-start;

}

}

@media(max-width:900px){

.nav-links,
.nav-btn{

display:none;

}

.menu-btn{

display:block;

}

.mobile-menu.active{

display:flex;

}

.hero-copy h1{

font-size:3.3rem;

}

.section-heading h2{

font-size:3rem;

}

}

@media(max-width:640px){

.services-section,
.about-agency-section,
.pricing-section,
.contact-section,
.faq-section{

padding:80px 0;

}

.pricing-card,
.service-card,
.contact-form{

padding:28px;

}

.hero-actions{

flex-direction:column;

}

.primary-btn,
.secondary-btn{

width:100%;

}

}
/* Fix mobile right-edge clipping */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    min-width: 0;
}

.agency-hero {
    width: 100%;
    overflow: hidden;
}

.hero-container {
    width: min(1180px, 92%);
    max-width: 100%;
    margin: 0 auto;
}

.hero-copy,
.hero-visual,
.process-card,
.project-preview-card {
    max-width: 100%;
}

/* Mobile hero fix */
@media (max-width: 900px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(2.7rem, 13vw, 3.5rem);
        line-height: 1.05;
        letter-spacing: -0.05em;
        overflow-wrap: break-word;
    }

    .hero-subtext {
        max-width: 100%;
        font-size: 16.5px;
        line-height: 1.8;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-visual {
        width: 100%;
        justify-content: center;
    }

    .process-card,
    .project-preview-card {
        width: 100%;
        max-width: 100%;
        padding: 24px;
    }
}

@media (max-width: 420px) {
    .hero-copy h1 {
        font-size: 2.55rem;
    }

    .process-card,
    .project-preview-card {
        padding: 20px;
        border-radius: 22px;
    }
}
/* Footer Social */
.footer-social{
    margin-top:20px;
}

.footer-social a{
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#e2e8f0;
    font-size:15px;
    font-weight:600;
}

.facebook-icon{
    width:24px;
    height:24px;
    object-fit:contain;
    flex-shrink:0;
}

.footer-social span{
    transition:color .3s ease;
}

.footer-social a:hover span{
    color:#60a5fa;
}

/* ==========================
   LEGAL PAGES
========================== */

.legal-page {
    min-height: 100vh;
    padding: 70px 0 100px;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(37, 99, 235, 0.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 30%,
            rgba(56, 189, 248, 0.1),
            transparent 30%
        ),
        #020617;
}

.legal-container {
    width: min(880px, 92%);
    margin: 0 auto;
}

.legal-hero {
    margin-bottom: 56px;
    padding: 44px;
    text-align: center;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 30px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.legal-logo-link {
    display: inline-flex;
    margin-bottom: 28px;
}

.legal-logo {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.legal-eyebrow {
    margin-bottom: 14px;
    color: #60a5fa;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.legal-hero h1 {
    color: #ffffff;
    font-size: clamp(2.7rem, 7vw, 5rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.legal-intro {
    max-width: 650px;
    margin: 22px auto 0;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.8;
}

.legal-updated {
    margin-top: 22px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.legal-content {
    padding: 46px;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 30px;
}

.legal-content section + section {
    margin-top: 44px;
    padding-top: 44px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.legal-content h2 {
    margin-bottom: 16px;
    color: #93c5fd;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
}

.legal-content p,
.legal-content li {
    color: #cbd5e1;
    font-size: 16.5px;
    line-height: 1.9;
}

.legal-content p + p {
    margin-top: 16px;
}

.legal-content ul {
    margin-top: 16px;
    padding-left: 24px;
}

.legal-content li + li {
    margin-top: 8px;
}

.legal-content li::marker {
    color: #3b82f6;
}

.legal-contact-link {
    display: inline-flex;
    margin-top: 18px;
    color: #60a5fa;
    font-weight: 800;
    transition: color 0.3s ease;
}

.legal-contact-link:hover {
    color: #bfdbfe;
}

.legal-actions {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.legal-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 45px rgba(37, 99, 235, 0.28);
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.legal-home-btn:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
}

@media (max-width: 700px) {
    .legal-page {
        padding: 32px 0 70px;
    }

    .legal-hero,
    .legal-content {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .legal-logo {
        width: 175px;
    }

    .legal-content h2 {
        font-size: 22px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 15.5px;
        line-height: 1.8;
    }
}
.legal-page ul{
    margin-left:20px;
    margin-bottom:20px;
}

.error-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#020617;
    padding:40px;
}

/* ==========================
   LEGAL FOOTER
========================== */

.legal-footer{

    margin-top:80px;

    padding:70px 0 35px;

    background:#010816;

    border-top:1px solid rgba(255,255,255,.08);

}

.legal-footer-container{

    width:min(900px,92%);

    margin:auto;

    text-align:center;

}

.legal-footer-logo{

    width:190px;

    margin-bottom:25px;

}

.legal-footer h3{

    color:#ffffff;

    font-size:28px;

    margin-bottom:18px;

}

.legal-footer-description{

    color:#94a3b8;

    line-height:1.8;

    max-width:620px;

    margin:0 auto 35px;

}

.legal-footer-nav{

    display:flex;

    justify-content:center;

    gap:30px;

    flex-wrap:wrap;

    margin-bottom:30px;

}

.legal-footer-nav a{

    color:#e2e8f0;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.legal-footer-nav a:hover{

    color:#60a5fa;

}

.legal-footer-contact{

    display:flex;

    justify-content:center;

    gap:30px;

    flex-wrap:wrap;

    margin-bottom:30px;

    color:#cbd5e1;

}

.legal-footer-social{

    margin-bottom:35px;

}

.legal-footer-social a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#e2e8f0;

    text-decoration:none;

    font-weight:600;

}

.legal-footer-social .facebook-icon{

    width:24px;

    height:24px;

}

.legal-footer-social a:hover span{

    color:#60a5fa;

}

.legal-footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:25px;

    padding-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:10px;

    color:#64748b;

    font-size:14px;

}

@media(max-width:768px){

    .legal-footer{

        padding:60px 20px 30px;

    }

    .legal-footer-logo{

        width:160px;

    }

    .legal-footer h3{

        font-size:24px;

    }

    .legal-footer-nav{

        flex-direction:column;

        gap:16px;

    }

    .legal-footer-contact{

        flex-direction:column;

        gap:10px;

    }

    .legal-footer-bottom{

        flex-direction:column;

        text-align:center;

    }

}
/* ==========================
   NAVBAR LOGO FIX
========================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    width: 100%;
    background: rgba(2, 6, 23, 0.88);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    backdrop-filter: blur(18px);
}

.nav-container {
    width: min(1180px, calc(100% - 48px));
    min-height: 82px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    line-height: 0;
}

.site-logo img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-btn {
    flex-shrink: 0;
}

.menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 44px;
    height: 44px;

    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}
@media (max-width: 900px) {
    .nav-container {
        width: min(100% - 32px, 1180px);
        min-height: 74px;
        gap: 16px;
    }

    .site-logo img {
        width: 150px;
    }

    .nav-links,
    .nav-btn {
        display: none;
    }

    .menu-btn {
        display: inline-flex;
        margin-left: auto;
    }

    .mobile-menu {
        display: none;
        flex-direction: column;
        gap: 18px;

        width: 100%;
        padding: 24px 20px;

        background: #020617;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .mobile-menu.active {
        display: flex;
    }
}
