:root {
  --ap-bg: #070a13;
  --ap-bg-soft: #0c1120;
  --ap-card: rgba(19, 25, 43, .82);
  --ap-card-solid: #11182a;
  --ap-border: rgba(255, 255, 255, .1);
  --ap-text: #f4f6ff;
  --ap-muted: #9ca6ba;
  --ap-primary: #8f72ff;
  --ap-primary-2: #5f8dff;
  --ap-accent: #36d6b2;
  --ap-orange: #ffad63;
  --ap-pink: #ff72b6;
  --bs-body-bg: var(--ap-bg);
  --bs-body-color: var(--ap-text);
  --bs-secondary-color: var(--ap-muted);
  --bs-tertiary-bg: #0d1322;
  --bs-border-color: var(--ap-border);
  --bs-primary: #8f72ff;
  --bs-primary-rgb: 143, 114, 255;
}
.no-copy {
	user-select:none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 20% 8%, rgba(109, 82, 255, .12), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(40, 152, 255, .1), transparent 28rem),
    var(--ap-bg);
}
h1, h2, h3, h4, h5, h6, .navbar-brand strong { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
a { text-decoration: none; }
button, input, select, textarea { font: inherit; }

.page-glow { position: fixed; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(110px); opacity: .14; pointer-events: none; }
.page-glow-one { background: #764dff; top: -12rem; left: -14rem; }
.page-glow-two { background: #178cff; right: -18rem; top: 38%; }

.astro-navbar { padding: 1rem 0; background: rgba(7, 10, 19, .72); backdrop-filter: blur(22px); border-bottom: 1px solid transparent; transition: .25s ease; }
.astro-navbar.scrolled { padding: .72rem 0; border-color: var(--ap-border); background: rgba(7, 10, 19, .92); box-shadow: 0 18px 50px rgba(0, 0, 0, .18); }
.navbar-brand { color: #fff; }
.navbar-brand:hover { color: #fff; }
.navbar-brand strong { font-size: 1.08rem; line-height: 1; }
.navbar-brand small { color: #8f99ad; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(145deg, rgba(151, 125, 255, .2), rgba(66, 118, 255, .08)); border: 1px solid rgba(161, 141, 255, .35); box-shadow: inset 0 0 24px rgba(139, 108, 255, .13); }
.brand-mark::before { content: ""; position: absolute; width: 25px; height: 14px; border: 2px solid #a58dff; border-radius: 50%; transform: rotate(-25deg); }
.brand-mark span { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px #fff; }
.nav-link { color: #b3bccd; font-weight: 600; font-size: .94rem; }
.nav-link:hover, .nav-link:focus { color: #fff; }

.btn { font-weight: 700; border-width: 1px; }
.btn-primary-gradient { color: #fff; border: 0; background: linear-gradient(135deg, var(--ap-primary), var(--ap-primary-2)); box-shadow: 0 12px 32px rgba(111, 84, 255, .24); }
.btn-primary-gradient:hover, .btn-primary-gradient:focus { color: #fff; transform: translateY(-1px); background: linear-gradient(135deg, #9e85ff, #6a99ff); box-shadow: 0 16px 38px rgba(111, 84, 255, .34); }
.btn-outline-light { border-color: rgba(255, 255, 255, .18); }
.btn-outline-light:hover { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .3); }

.hero-section { min-height: 100vh; padding: 9rem 0 4rem; position: relative; overflow: hidden; }
.hero-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-badge { background: rgba(142, 114, 255, .12); color: #c8baff; border: 1px solid rgba(157, 132, 255, .24); font-weight: 600; }
.hero-section h1 { line-height: 1.02; }
.gradient-text { background: linear-gradient(90deg, #b49eff, #7ba5ff 58%, #59dec5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-section .lead { font-size: clamp(1.04rem, 1.8vw, 1.24rem); line-height: 1.8; }
.stars { color: #ffcf66; letter-spacing: .08em; }
.avatar-stack span { display: grid; place-items: center; width: 38px; height: 38px; margin-left: -8px; border: 3px solid var(--ap-bg); border-radius: 50%; background: linear-gradient(135deg, #332a63, #202a45); color: #fff; font-size: .7rem; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:last-child { background: #fff; color: #111526; }

.glass-card { background: linear-gradient(145deg, rgba(21, 28, 49, .88), rgba(10, 15, 29, .82)); border: 1px solid var(--ap-border); border-radius: 28px; box-shadow: 0 36px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .04); backdrop-filter: blur(20px); }
.hero-dashboard::before { content: ""; position: absolute; inset: -45px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(130, 93, 255, .24), transparent 65%); filter: blur(28px); }
.metric-card { padding: 1rem; border-radius: 18px; background: rgba(255, 255, 255, .035); border: 1px solid rgba(255, 255, 255, .07); }
.metric-card small, .metric-card span { display: block; color: var(--ap-muted); font-size: .72rem; }
.metric-card strong { display: block; margin: .35rem 0; font-family: "Manrope"; font-size: 1.45rem; }
.metric-card span { color: #54d8b8; }
.dashboard-chart { border-radius: 20px; background: rgba(5, 8, 17, .6); border: 1px solid rgba(255, 255, 255, .06); }
.chart-wrap { height: 180px; position: relative; overflow: hidden; }
.chart-wrap svg { width: 100%; height: 100%; position: relative; z-index: 2; }
.chart-grid-lines { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid-lines i { border-top: 1px dashed rgba(255, 255, 255, .07); }
.chart-months { font-size: .7rem; }
.mini-product-row, .delivery-chip { display: flex; align-items: center; gap: .75rem; padding: .85rem; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.mini-product-row small, .delivery-chip small { display: block; color: var(--ap-muted); font-size: .7rem; }
.mini-logo { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 13px; font-weight: 800; }
.mini-logo.purple { background: linear-gradient(135deg, #8f72ff, #5b42c7); }
.delivery-chip > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(53, 218, 173, .14); color: #50dab7; }
.brand-strip { border-top: 1px solid rgba(255, 255, 255, .08); }
.tracking-wide { letter-spacing: .15em; }
.partner-names span { color: #747f94; font-family: "Manrope"; font-weight: 800; letter-spacing: .08em; }

.stats-section { background: rgba(255, 255, 255, .018); border-block: 1px solid rgba(255, 255, 255, .06); }
.stat-item { padding: 1rem; }
.stat-item strong { display: block; font-family: "Manrope"; font-size: clamp(2rem, 5vw, 3.1rem); background: linear-gradient(135deg, #fff, #9991d8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-item span { display: block; color: var(--ap-muted); font-size: .9rem; }

.section-space { padding: 7rem 0; }
.section-label { display: inline-flex; align-items: center; gap: .55rem; color: #a992ff; font-weight: 800; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.section-label::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.section-label.light { color: #d9d1ff; }
.section-title-narrow { max-width: 720px; }
.service-card, .price-card, .process-card { border: 1px solid var(--ap-border); background: linear-gradient(145deg, rgba(19, 25, 43, .82), rgba(11, 16, 29, .88)); border-radius: 26px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover, .price-card:hover, .process-card:hover { transform: translateY(-5px); border-color: rgba(156, 130, 255, .3); box-shadow: 0 28px 70px rgba(0, 0, 0, .24); }
.featured-service { min-height: 100%; background: radial-gradient(circle at 85% 20%, rgba(128, 95, 255, .16), transparent 42%), linear-gradient(145deg, rgba(24, 30, 51, .95), rgba(11, 16, 29, .92)); }
.service-number { position: absolute; top: 1.5rem; right: 1.7rem; color: rgba(255,255,255,.18); font-family: "Manrope"; font-weight: 800; }
.service-icon, .plan-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: rgba(143,114,255,.13); color: #b6a2ff; border: 1px solid rgba(143,114,255,.2); font-size: 1.4rem; }
.service-icon.blue { background: rgba(76, 145, 255, .12); color: #78adff; border-color: rgba(76,145,255,.2); }
.service-icon.green { background: rgba(45, 212, 168, .11); color: #54dab8; border-color: rgba(45,212,168,.2); }
.service-icon.orange, .plan-icon.orange { background: rgba(255, 173, 99, .11); color: #ffb779; border-color: rgba(255,173,99,.2); }
.service-icon.pink { background: rgba(255, 114, 182, .11); color: #ff91c6; border-color: rgba(255,114,182,.2); }
.tech-chip { padding: .48rem .72rem; border-radius: 999px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); color: #c5cddd; font-size: .78rem; font-weight: 600; }
.link-arrow { color: #d5ccff; font-weight: 800; }
.link-arrow:hover { color: #fff; }
.phone-preview { width: min(210px, 100%); padding: .65rem; border-radius: 32px; background: #080b12; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 60px rgba(0,0,0,.4); transform: rotate(3deg); }
.phone-notch { width: 42%; height: 14px; margin: 0 auto -.3rem; position: relative; z-index: 2; border-radius: 0 0 12px 12px; background: #080b12; }
.phone-content { min-height: 335px; padding: 1rem; border-radius: 24px; background: linear-gradient(160deg, #24205a, #10182f 70%); }
.phone-content > strong { display: block; margin: .3rem 0; font-size: 1.55rem; }
.phone-label { display: block; margin-top: 2rem; color: #9ba7bd; font-size: .7rem; }
.phone-bars { display: flex; align-items: end; gap: 5px; height: 75px; }
.phone-bars i { flex: 1; min-height: 20%; border-radius: 5px 5px 0 0; background: linear-gradient(to top, #6d5deb, #a891ff); }
.phone-bars i:nth-child(2) { height: 46%; }.phone-bars i:nth-child(3) { height: 70%; }.phone-bars i:nth-child(4) { height: 42%; }.phone-bars i:nth-child(5) { height: 88%; }.phone-bars i:nth-child(6) { height: 65%; }.phone-bars i:nth-child(7) { height: 100%; }
.phone-line { height: 10px; margin-top: .7rem; border-radius: 99px; background: rgba(255,255,255,.09); }.phone-line.short { width: 65%; }

.marketplace-section { background: linear-gradient(180deg, transparent, rgba(42, 34, 86, .13), transparent); }
.market-toolbar .input-group { border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.market-toolbar .input-group-text, .market-toolbar .form-control { background: transparent; color: #fff; }
.market-toolbar .form-control:focus { box-shadow: none; }
.filter-btn { color: #aeb7c9; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; padding-inline: 1rem; }
.filter-btn:hover, .filter-btn.active { color: #fff; border-color: rgba(150,123,255,.35); background: rgba(143,114,255,.14); }
.min-w-0 { min-width: 0; }
.product-card { display: flex; flex-direction: column; height: 100%; padding: 1.35rem; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, rgba(19,25,43,.88), rgba(10,15,28,.92)); border: 1px solid var(--ap-border); transition: .25s ease; }
.product-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--product-glow) 45%, transparent); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.product-logo { display: grid; place-items: center; width: 58px; height: 58px; flex: 0 0 58px; border-radius: 17px; font-family: "Manrope"; font-weight: 800; font-size: 1.3rem; box-shadow: 0 12px 30px color-mix(in srgb, var(--product-glow) 26%, transparent); }
.product-vendor { color: var(--ap-muted); font-size: .76rem; }
.verified { color: #65daba; }
.product-description { min-height: 76px; color: var(--ap-muted); line-height: 1.65; font-size: .92rem; }
.product-tags span { display: inline-flex; margin: 0 .35rem .45rem 0; padding: .35rem .58rem; border-radius: 99px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); color: #bec6d6; font-size: .7rem; }
.product-footer { border-top: 1px solid rgba(255,255,255,.07); padding-top: 1rem; }
.product-price small { display: block; color: var(--ap-muted); font-size: .68rem; }
.product-price strong { font-size: 1.15rem; }
.product-details-btn { color: #d8d0ff; background: transparent; border: 0; font-weight: 800; }
.product-details-btn:hover { color: #fff; }
.empty-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 24px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); font-size: 2rem; }

.collaboration-card { border-radius: 32px; background: linear-gradient(135deg, #4f37a5, #243d86 58%, #164f6c); box-shadow: 0 36px 90px rgba(15, 18, 52, .35); }
.p-xl-6 { padding: 4.5rem !important; }
.benefit-item { display: flex; gap: .7rem; align-items: flex-start; }
.benefit-item > span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; background: rgba(255,255,255,.14); }
.benefit-item small { display: block; color: rgba(255,255,255,.62); font-size: .75rem; }
.collaboration-visual { background: rgba(6, 9, 22, .25); }
.workflow-card { padding: 1.35rem; border-radius: 24px; background: rgba(8, 12, 27, .78); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 25px 70px rgba(0,0,0,.24); }
.workflow-header small, .workflow-header strong { display: block; }.workflow-header small { color: #99a6bb; }.workflow-header span { padding: .45rem .7rem; border-radius: 99px; background: rgba(255,173,99,.12); color: #ffbc82; font-size: .7rem; }
.progress { height: 8px; background: rgba(255,255,255,.08); }.progress-bar { background: linear-gradient(90deg, #8f72ff, #43d7b6); }
.workflow-list > div { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: .75rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.07); }
.workflow-list > div > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(255,255,255,.05); color: #9aa7bc; }
.workflow-list .done > span { background: rgba(54,214,178,.13); color: #5ce0bf; }.workflow-list .active > span { background: rgba(143,114,255,.18); color: #b9a8ff; }
.workflow-list small { display: block; color: #8793a8; font-size: .7rem; }.workflow-list b { color: #9ba7bb; font-size: .75rem; }

.process-section { background: rgba(255,255,255,.015); }
.process-card { padding: 2rem; position: relative; }
.process-card > span { position: absolute; right: 1.4rem; top: 1.2rem; color: rgba(255,255,255,.16); font-family: "Manrope"; font-weight: 800; }
.process-icon { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 1.5rem; border-radius: 20px; background: rgba(143,114,255,.1); color: #b6a4ff; font-size: 1.4rem; }
.process-card h3 { font-size: 1.15rem; }.process-card p { margin: 0; color: var(--ap-muted); font-size: .9rem; line-height: 1.7; }

.billing-toggle { display: inline-flex; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.billing-toggle .btn { color: #9da7ba; font-size: .82rem; }.billing-toggle .btn.active { background: #fff; color: #151928; }.billing-toggle span { margin-left: .25rem; color: #35b98f; font-size: .64rem; }
.price-card { position: relative; }
.price-card.popular { border-color: rgba(143,114,255,.5); box-shadow: 0 28px 80px rgba(79, 52, 174, .2); }
.popular-badge { position: absolute; top: 1rem; right: 1rem; padding: .4rem .65rem; border-radius: 99px; background: rgba(143,114,255,.15); color: #bbaaff; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-icon.purple { background: rgba(143,114,255,.13); color: #b8a4ff; }
.price-card h3 { margin-top: 1.5rem; font-size: 1.45rem; }
.price strong { font-family: "Manrope"; font-size: 2.55rem; }.price span { color: var(--ap-muted); }
.feature-list li { padding: .62rem 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #c5ccda; font-size: .9rem; }

#testimonialCarousel { padding: 3rem 3rem 4.8rem; }
.testimonial-card .quote-mark { display: block; height: 50px; color: #9f87ff; font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.testimonial-card > p { font-size: clamp(1.15rem, 2.4vw, 1.55rem); line-height: 1.65; }
.person-avatar { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; background: linear-gradient(135deg, #7d62ef, #415bc7); font-weight: 800; }.testimonial-card small { display: block; color: var(--ap-muted); }
.carousel-controls { position: absolute; left: 3rem; bottom: 1.5rem; display: flex; gap: .5rem; }.carousel-controls .btn { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; border: 1px solid rgba(255,255,255,.12); }.carousel-controls .btn:hover { background: rgba(255,255,255,.07); }

.astro-accordion .accordion-item { background: transparent; color: #fff; border-color: rgba(255,255,255,.09); }
.astro-accordion .accordion-button { padding: 1.35rem 0; background: transparent; color: #fff; font-family: "Manrope"; font-weight: 700; box-shadow: none; }
.astro-accordion .accordion-button:not(.collapsed) { color: #b7a6ff; }
.astro-accordion .accordion-button::after { filter: invert(1); opacity: .75; }
.astro-accordion .accordion-body { padding: 0 0 1.35rem; color: var(--ap-muted); line-height: 1.75; }

.contact-shell { border-radius: 32px; border: 1px solid var(--ap-border); box-shadow: 0 36px 90px rgba(0,0,0,.24); }
.contact-info { background: linear-gradient(145deg, #5c3fb8, #244a8a 65%, #16576b); }
.contact-link { display: flex; align-items: center; gap: .85rem; margin-bottom: 1rem; }.contact-link > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,.12); }.contact-link small { display: block; color: rgba(255,255,255,.6); }.contact-link a { color: #fff; font-weight: 700; }
.form-label { color: #c8cfdb; font-weight: 600; font-size: .84rem; }
.form-control, .form-select { color: #fff; background-color: rgba(255,255,255,.035); border-color: rgba(255,255,255,.1); border-radius: 14px; }
.form-control:focus, .form-select:focus { color: #fff; background-color: rgba(255,255,255,.05); border-color: rgba(143,114,255,.7); box-shadow: 0 0 0 .25rem rgba(143,114,255,.12); }
.form-control::placeholder { color: #6f7b8f; }
.form-select option { background: #11182a; }

.site-footer { border-top: 1px solid rgba(255,255,255,.07); background: #060910; }
.footer-copy { max-width: 500px; line-height: 1.75; }
.social-link { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: #b8c0d0; border: 1px solid rgba(255,255,255,.09); }.social-link:hover { color: #fff; background: rgba(255,255,255,.05); }
.footer-links { display: flex; flex-direction: column; gap: .72rem; }.footer-links a, .footer-links button { padding: 0; text-align: left; color: #8f9aae; background: transparent; border: 0; font-size: .88rem; }.footer-links a:hover, .footer-links button:hover { color: #fff; }
.newsletter-form .form-control { border-radius: 14px 0 0 14px; }.newsletter-form .btn { border-radius: 0 14px 14px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); color: #768196; }.footer-bottom a { color: #768196; }.footer-bottom a:hover { color: #fff; }

/* SweetAlert2 follows the same visual language */
.swal2-popup.astro-swal { width: min(720px, calc(100% - 2rem)); color: #f5f6ff; background: linear-gradient(145deg, #151c30, #0b101e); border: 1px solid rgba(255,255,255,.11); border-radius: 26px; box-shadow: 0 32px 90px rgba(0,0,0,.5); }
.swal2-popup.astro-swal .swal2-title { font-family: "Manrope"; letter-spacing: -.035em; }
.swal2-popup.astro-swal .swal2-html-container { color: #aeb7c8; }
.swal2-popup.astro-swal .swal2-close { color: #c8cfdd; }
.swal2-popup.astro-swal .swal2-close:hover { color: #fff; }
.swal2-popup.astro-swal .swal2-actions { gap: .5rem; }
.swal2-popup.astro-swal .swal2-confirm { border: 0; border-radius: 999px; background: linear-gradient(135deg, #8f72ff, #5f8dff); font-weight: 800; padding: .8rem 1.35rem; }
.swal2-popup.astro-swal .swal2-cancel, .swal2-popup.astro-swal .swal2-deny { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; background: rgba(255,255,255,.04); font-weight: 800; padding: .75rem 1.25rem; }
.swal2-popup.astro-swal .swal2-validation-message { color: #ffc3c3; background: rgba(220,53,69,.12); }
.swal-form { text-align: left; }.swal-form .form-control, .swal-form .form-select { min-height: 48px; }.swal-form textarea.form-control { min-height: 110px; }.swal-form .form-text { color: #7f8ba0; }
.swal-product-head { display: flex; align-items: center; gap: 1rem; text-align: left; margin-bottom: 1.2rem; }.swal-product-head .product-logo { color: #fff; }.swal-product-head small { display: block; color: #8f9aaf; }.swal-product-body { text-align: left; }.swal-feature { display: flex; align-items: center; gap: .55rem; padding: .55rem 0; color: #cbd2df; border-bottom: 1px solid rgba(255,255,255,.06); }.swal-feature span { color: #53d9b8; }.swal-product-price { margin-top: 1rem; padding: 1rem; border-radius: 16px; background: rgba(255,255,255,.04); }.swal-product-price small { display: block; color: #8f9aaf; }.swal-product-price strong { font-size: 1.45rem; }

@media (max-width: 991.98px) {
  .astro-navbar .navbar-collapse { margin-top: .85rem; padding: 1rem; border-radius: 20px; background: rgba(13,18,33,.98); border: 1px solid rgba(255,255,255,.09); }
  .hero-section { min-height: auto; padding-top: 8rem; }
  .section-space { padding: 5rem 0; }
  .p-xl-6 { padding: 3rem !important; }
}

@media (max-width: 575.98px) {
  .hero-section h1 { font-size: 2.75rem; }
  .hero-dashboard { border-radius: 22px; }
  .chart-wrap { height: 140px; }
  .section-space { padding: 4rem 0; }
  .service-card, .price-card, .process-card { border-radius: 22px; }
  .phone-preview { transform: none; }
  .market-toolbar { border-radius: 22px; }
  .collaboration-card, .contact-shell { border-radius: 24px; }
  .p-xl-6 { padding: 1.5rem !important; }
  #testimonialCarousel { padding: 2rem 1.5rem 4.5rem; }
  .carousel-controls { left: 1.5rem; }
  .swal2-popup.astro-swal { padding: 1rem; }
}
