.websites-page {
    --sites-bg: #020312;
    --sites-surface: #080b18;
    --sites-surface-soft: #0c1020;
    --sites-border: rgba(255, 255, 255, 0.1);
    --sites-yellow: #ffb400;
    --sites-white: #f5f7fb;
    --sites-muted: #aeb5c8;
    overflow: hidden;
    background: var(--sites-bg);
    color: var(--sites-white);
    font-family: "Rubik", sans-serif;
}

.websites-page *, .websites-page *::before, .websites-page *::after { box-sizing: border-box; }
.websites-page .container { width: min(calc(100% - 40px), 1170px); margin-inline: auto; padding: 0; }
.websites-page h1, .websites-page h2, .websites-page h3, .websites-page p { margin-top: 0; }
.websites-page h1, .websites-page h2, .websites-page h3, .websites-page .websites-button, .websites-kicker { font-family: "Rajdhani", sans-serif; }
.websites-page a { text-decoration: none; }

.websites-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--sites-yellow);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
}
.websites-kicker span { width: 38px; height: 4px; flex: 0 0 38px; border-radius: 99px; background: var(--sites-yellow); }

.websites-hero {
    position: relative;
    padding: 96px 0 0;
    background:
        radial-gradient(circle at 82% 30%, rgba(255, 180, 0, 0.1), transparent 30%),
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        var(--sites-bg);
    background-size: auto, 65px 65px, 65px 65px, auto;
}
.websites-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 58px; min-height: 610px; }
.websites-hero-copy { position: relative; z-index: 2; min-width: 0; padding: 30px 0 54px; }
.websites-hero h1 { margin-bottom: 22px; color: var(--sites-white); font-size: clamp(50px, 4.4vw, 72px); font-weight: 700; letter-spacing: -0.035em; line-height: .98; }
.websites-hero h1 strong { display: block; color: var(--sites-yellow); font-weight: 700; }
.websites-hero-lead { max-width: 640px; margin-bottom: 24px; color: #c3c8d6; font-size: 19px; line-height: 1.7; }
.websites-hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 0 0 30px; padding: 0; list-style: none; }
.websites-hero-points li { display: flex; align-items: center; gap: 10px; color: var(--sites-white); font-size: 17px; line-height: 1.45; }
.websites-hero-points li:last-child { grid-column: 1 / -1; }
.websites-hero-points i { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: rgba(255,180,0,.13); color: var(--sites-yellow); font-size: 11px; }
.websites-hero-actions { display: flex; align-items: center; gap: 12px; }
.websites-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid transparent; border-radius: 6px; font-size: 18px; font-weight: 800; line-height: 1.1; text-transform: uppercase; white-space: nowrap; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.websites-button:hover { transform: translateY(-2px); }
.websites-button-primary { background: #18c96e; color: #03150c; box-shadow: 0 14px 34px rgba(24,201,110,.2); }
.websites-button-primary:hover { background: #28dd7e; color: #03150c; box-shadow: 0 17px 38px rgba(24,201,110,.27); }
.websites-button-neutral { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.035); color: var(--sites-white); }
.websites-button-neutral:hover { border-color: var(--sites-yellow); color: var(--sites-yellow); }
.websites-button-inline { width: auto; margin-top: 14px; }
.websites-microcopy { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; color: var(--sites-muted); font-size: 16px; line-height: 1.45; }
.websites-microcopy i { color: var(--sites-yellow); font-size: 13px; }

.websites-hero-visual { position: relative; min-width: 0; align-self: stretch; min-height: 610px; }
.websites-hero-visual::after { position: absolute; inset: auto 6% 4% 10%; height: 32%; border: 1px solid rgba(255,180,0,.25); border-radius: 50%; content: ""; filter: blur(.2px); }
.websites-hero-visual img { position: absolute; inset: 4% 0 0; z-index: 1; width: 100%; height: 96%; border-radius: 220px 18px 18px 18px; object-fit: cover; object-position: 92% center; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.websites-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(5,8,20,.9); box-shadow: 0 18px 45px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.websites-floating-card small, .websites-floating-card strong { display: block; }
.websites-floating-card small { color: var(--sites-muted); font-size: 12px; }
.websites-floating-card strong { color: var(--sites-white); font-family: "Rajdhani", sans-serif; font-size: 18px; line-height: 1.2; }
.websites-floating-card i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,180,0,.14); color: var(--sites-yellow); }
.websites-floating-responsive { bottom: 58px; left: -34px; }
.websites-floating-conversion { top: 78px; right: auto; left: 18px; }
.websites-floating-conversion > span { color: var(--sites-yellow); font: 700 34px/1 "Rajdhani", sans-serif; }

.websites-trust-bar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--sites-border); border-bottom: 0; border-radius: 12px 12px 0 0; background: #080b18; }
.websites-trust-bar > div { display: flex; min-height: 108px; align-items: center; gap: 15px; padding: 22px 28px; border-right: 1px solid var(--sites-border); }
.websites-trust-bar > div:last-child { border-right: 0; }
.websites-trust-bar i { color: var(--sites-yellow); font-size: 27px; }
.websites-trust-bar strong, .websites-trust-bar small { display: block; }
.websites-trust-bar strong { color: var(--sites-white); font: 700 21px/1.2 "Rajdhani", sans-serif; }
.websites-trust-bar small { margin-top: 3px; color: var(--sites-muted); font-size: 14px; line-height: 1.35; }

.websites-section { padding: 104px 0; background: var(--sites-bg); }
.websites-heading { max-width: 780px; margin-bottom: 50px; }
.websites-heading-center { margin-inline: auto; text-align: center; }
.websites-heading-center .websites-kicker { justify-content: center; }
.websites-heading h2, .websites-about-copy h2, .websites-faq-heading h2, .websites-final-inner h2 { margin-bottom: 20px; color: var(--sites-white); font-size: clamp(38px, 3.5vw, 54px); font-weight: 700; letter-spacing: -.025em; line-height: 1.05; }
.websites-heading h2 strong, .websites-about-copy h2 strong, .websites-faq-heading h2 strong, .websites-final-inner h2 strong { color: var(--sites-yellow); font-weight: 700; }
.websites-heading > p:last-child, .websites-faq-heading > p { color: var(--sites-muted); font-size: 18px; line-height: 1.7; }

.websites-portfolio { background: #070914; }
.websites-portfolio .portfolio-carousel { margin-top: 44px; }
.websites-portfolio .portfolio-carousel .owl-stage, .websites-portfolio .portfolio-carousel .owl-item { display: flex; }
.websites-portfolio .portfolio-project { width: 100%; }
.websites-portfolio .portfolio-project-frame { height: 500px; overflow: hidden; border: 1px solid var(--sites-border); border-radius: 12px; background: #0a0c18; box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.websites-portfolio .portfolio-project-frame img { display: block; width: 100%; height: auto; }
.websites-portfolio .owl-dots { margin-top: 24px; text-align: center; }
.websites-portfolio .owl-dot { display: inline-block; }
.websites-portfolio .owl-dot span { display: block; width: 9px; height: 9px; margin: 0 5px; border: 1px solid rgba(255,180,0,.4); border-radius: 50%; background: transparent; }
.websites-portfolio .owl-dot.active span { background: var(--sites-yellow); transform: scale(1.15); }

.websites-features { background: var(--sites-bg); }
.websites-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.websites-feature-grid article { min-height: 310px; padding: 38px 30px 34px; border: 1px solid var(--sites-border); border-radius: 12px; background: linear-gradient(145deg, #0d1122, #070a15); text-align: center; transition: transform .2s ease, border-color .2s ease; }
.websites-feature-grid article:hover { border-color: rgba(255,180,0,.5); transform: translateY(-5px); }
.websites-icon { display: grid; width: 92px; height: 92px; margin: 0 auto 25px; place-items: center; border: 1px solid rgba(255,180,0,.28); border-radius: 18px; background: rgba(255,180,0,.08); color: var(--sites-yellow); font-size: 39px; }
.websites-feature-grid h3 { margin-bottom: 13px; color: var(--sites-white); font-size: 31px; font-weight: 700; line-height: 1.12; }
.websites-feature-grid p { margin-bottom: 0; color: var(--sites-muted); font-size: 17px; line-height: 1.65; }

.websites-about { background: #070914; }
.websites-about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.websites-about-photo { position: relative; }
.websites-about-photo::before { position: absolute; inset: 28px -18px -18px 28px; border: 1px solid rgba(255,180,0,.42); border-radius: 14px; content: ""; }
.websites-about-photo img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 1; border-radius: 14px; object-fit: cover; }
.websites-about-copy .websites-about-lead { color: var(--sites-white); font-size: 20px; font-weight: 500; line-height: 1.6; }
.websites-about-copy > p:not(.websites-kicker):not(.websites-about-lead) { color: var(--sites-muted); font-size: 17px; line-height: 1.75; }
.websites-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; color: var(--sites-yellow); font-size: 17px; font-weight: 700; }
.websites-text-link:hover { color: #ffd066; }

.websites-reviews { padding-bottom: 110px; }
.websites-reviews .google-reviews-widget { min-height: 190px; }

.websites-faq { border-top: 1px solid var(--sites-border); background: #070914; }
.websites-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 74px; }
.websites-faq-heading { position: sticky; top: 120px; }
.websites-faq-list { border-top: 1px solid var(--sites-border); }
.websites-faq-item { border-bottom: 1px solid var(--sites-border); }
.websites-faq-item summary { display: grid; grid-template-columns: 1fr 34px; align-items: center; gap: 20px; padding: 25px 0; color: var(--sites-white); cursor: pointer; font: 700 21px/1.35 "Rajdhani", sans-serif; list-style: none; }
.websites-faq-item summary::-webkit-details-marker { display: none; }
.websites-faq-item summary i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--sites-border); border-radius: 50%; color: var(--sites-yellow); font-size: 12px; transition: transform .2s ease; }
.websites-faq-item[open] summary { color: var(--sites-yellow); }
.websites-faq-item[open] summary i { transform: rotate(45deg); }
.websites-faq-item > div { padding: 0 54px 22px 0; }
.websites-faq-item p { margin-bottom: 12px; color: var(--sites-muted); font-size: 17px; line-height: 1.75; }
.websites-faq-item p:last-child { margin-bottom: 0; }

.websites-final-cta { padding: 100px 0; background: radial-gradient(circle at 50% 0, rgba(255,180,0,.12), transparent 48%), #020312; text-align: center; }
.websites-final-inner { max-width: 850px; }
.websites-final-inner .websites-kicker { justify-content: center; }
.websites-final-inner > p:not(.websites-kicker) { max-width: 720px; margin: 0 auto 28px; color: var(--sites-muted); font-size: 19px; line-height: 1.7; }
.websites-final-inner small { display: block; margin-top: 15px; color: var(--sites-muted); font-size: 14px; }
.websites-final-inner small i { margin-right: 6px; color: var(--sites-yellow); }

@media (max-width: 1199.98px) {
    .websites-hero-grid { gap: 38px; }
    .websites-hero h1 { font-size: clamp(48px, 5.2vw, 64px); }
    .websites-floating-conversion { right: auto; left: 10px; }
    .websites-floating-responsive { left: -12px; }
}

@media (max-width: 991.98px) {
    .websites-page .container { width: min(calc(100% - 36px), 900px); }
    .websites-hero { padding-top: 118px; }
    .websites-hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; min-height: 590px; }
    .websites-hero-copy { padding: 20px 0 42px; }
    .websites-hero h1 { font-size: clamp(42px, 5.7vw, 55px); }
    .websites-hero-lead { font-size: 18px; line-height: 1.6; }
    .websites-hero-points { grid-template-columns: 1fr; gap: 9px; }
    .websites-hero-points li:last-child { grid-column: auto; }
    .websites-hero-actions { align-items: stretch; flex-direction: column; }
    .websites-button { width: 100%; }
    .websites-hero-visual { min-height: 570px; }
    .websites-hero-visual img { inset: 3% 0 0; height: 97%; border-radius: 150px 14px 14px 14px; object-position: 63% center; }
    .websites-floating-card { padding: 12px 14px; }
    .websites-floating-conversion { top: 80px; right: auto; left: 8px; }
    .websites-floating-responsive { bottom: 32px; left: -10px; }
    .websites-trust-bar > div { min-height: 96px; padding: 18px; }
    .websites-trust-bar strong { font-size: 19px; }
    .websites-trust-bar small { font-size: 13px; }
    .websites-section { padding: 82px 0; }
    .websites-feature-grid { grid-template-columns: 1fr; }
    .websites-feature-grid article { min-height: auto; }
    .websites-about-grid { gap: 48px; }
    .websites-faq-grid { grid-template-columns: 1fr; gap: 38px; }
    .websites-faq-heading { position: static; max-width: 720px; }
}

@media (max-width: 767.98px) {
    .websites-page .container { width: min(calc(100% - 30px), 680px); }
    .websites-kicker { justify-content: center; margin-bottom: 15px; font-size: 14px; letter-spacing: .1em; text-align: center; }
    .websites-hero { padding-top: 106px; }
    .websites-hero-grid { grid-template-columns: 1fr; gap: 8px; min-height: 0; text-align: center; }
    .websites-hero-copy { padding: 18px 0 16px; }
    .websites-hero h1 { max-width: 100%; margin-bottom: 18px; font-size: clamp(36px, 10.5vw, 48px); line-height: 1; overflow-wrap: anywhere; white-space: normal !important; }
    .websites-hero-lead { margin-inline: auto; font-size: 18px; }
    .websites-hero-points { width: max-content; max-width: 100%; margin: 0 auto 26px; text-align: left; }
    .websites-hero-points li { font-size: 17px; }
    .websites-hero-actions { max-width: 430px; margin-inline: auto; }
    .websites-microcopy { justify-content: center; margin-top: 20px; font-size: 16px; }
    .websites-hero-visual { min-height: 430px; margin-top: 10px; }
    .websites-hero-visual img { inset: 0; width: 100%; height: 100%; border-radius: 18px 90px 18px 18px; object-position: 59% center; }
    .websites-floating-conversion { top: 24px; right: 8px; left: auto; }
    .websites-floating-responsive { bottom: 20px; left: 8px; }
    .websites-floating-card strong { font-size: 16px; }
    .websites-floating-card small { font-size: 11px; }
    .websites-trust-bar { grid-template-columns: 1fr; margin-top: 24px; border-bottom: 1px solid var(--sites-border); border-radius: 12px; }
    .websites-trust-bar > div { min-height: 88px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--sites-border); }
    .websites-trust-bar > div:last-child { border-bottom: 0; }
    .websites-trust-bar strong { font-size: 21px; }
    .websites-trust-bar small { font-size: 14px; }
    .websites-section { padding: 68px 0; }
    .websites-heading { margin-bottom: 36px; }
    .websites-heading h2, .websites-about-copy h2, .websites-faq-heading h2, .websites-final-inner h2 { font-size: clamp(36px, 10vw, 46px); text-align: center; }
    .websites-heading > p:last-child, .websites-faq-heading > p { font-size: 18px; text-align: center; }
    .websites-portfolio .portfolio-project-frame { height: 500px; }
    .websites-feature-grid { gap: 16px; }
    .websites-feature-grid article { padding: 32px 24px; }
    .websites-icon { width: 82px; height: 82px; }
    .websites-feature-grid h3 { font-size: 28px; }
    .websites-feature-grid p { font-size: 18px; }
    .websites-about-grid { grid-template-columns: 1fr; gap: 48px; }
    .websites-about-photo { width: min(100%, 500px); margin-inline: auto; }
    .websites-about-copy { text-align: center; }
    .websites-about-copy .websites-about-lead { font-size: 19px; }
    .websites-about-copy > p:not(.websites-kicker):not(.websites-about-lead) { font-size: 18px; }
    .websites-reviews { padding-bottom: 76px; }
    .websites-faq-item summary { padding: 22px 0; font-size: 20px; }
    .websites-faq-item > div { padding-right: 0; }
    .websites-faq-item p { font-size: 17px; }
    .websites-final-cta { padding: 72px 0; }
    .websites-final-inner > p:not(.websites-kicker) { font-size: 18px; }
    .websites-final-inner .websites-button { max-width: 430px; }
}

@media (max-width: 479.98px) {
    .websites-page .container { width: min(calc(100% - 24px), 430px); }
    .websites-hero { padding-top: 98px; }
    .websites-hero h1 { font-size: clamp(35px, 10.2vw, 42px); }
    .websites-hero-visual { min-height: 345px; }
    .websites-floating-card { gap: 8px; padding: 9px 10px; }
    .websites-floating-card i { width: 30px; height: 30px; font-size: 13px; }
    .websites-floating-conversion > span { font-size: 27px; }
    .websites-floating-card strong { font-size: 14px; }
    .websites-floating-card small { font-size: 9px; }
    .websites-portfolio .portfolio-project-frame { height: 460px; }
    .websites-about-photo::before { inset: 15px -8px -10px 15px; }
    .websites-faq-item summary { grid-template-columns: 1fr 30px; gap: 12px; font-size: 19px; }
    .websites-faq-item summary i { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    .websites-page *, .websites-page *::before, .websites-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
