
/* TvojWeb global styles. Main brand colors and spacing can be changed here. */
:root {
  --ink: #17332c;
  --ink-deep: #0e2822;
  --forest: #1f5a4c;
  --forest-light: #2d7a67;
  --sage: #dce8dc;
  --sage-soft: #eff5ed;
  --cream: #f8f4ea;
  --sand: #eadbc7;
  --white: #ffffff;
  --charcoal: #22302c;
  --muted: #68766f;
  --line: #dce4de;
  --shadow: 0 20px 60px rgba(24, 54, 46, 0.12);
  --shadow-soft: 0 12px 35px rgba(24, 54, 46, 0.09);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); letter-spacing: -0.035em; line-height: 1.1; }
h1 { font-size: clamp(3rem, 6.2vw, 6.3rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.2rem, 4.4vw, 4.5rem); margin-bottom: 24px; }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }
ul { padding-left: 0; list-style: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.section-tint { background: var(--sage-soft); }
.skip-link { position: fixed; left: 14px; top: -80px; background: var(--ink); color: var(--white); padding: 12px 18px; border-radius: 8px; z-index: 9999; transition: top .2s ease; }
.skip-link:focus { top: 14px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--forest); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #dff1e8; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading p { font-size: 1.08rem; max-width: 680px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.split-heading p { font-size: 1.05rem; margin-bottom: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,228,222,.8); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 1.18rem; font-weight: 900; letter-spacing: .08em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 11px 11px 11px 4px; font-size: 1rem; letter-spacing: 0; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--ink); font-size: .92rem; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--forest-light); }
.main-nav .nav-cta { color: var(--white); background: var(--ink); padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter-button:focus-visible, .accordion button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(45,122,103,.25); outline-offset: 3px; }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 12px 26px rgba(31,90,76,.22); }
.button-primary:hover { background: var(--ink); box-shadow: 0 16px 32px rgba(23,51,44,.23); }
.button-secondary { border-color: var(--line); background: var(--white); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.full-width { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 72px 0 78px; background: linear-gradient(135deg, #fbf8f0 0%, #edf5ef 100%); }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; position: relative; z-index: 2; }
.hero-copy { max-width: 610px; padding-top: 8px; }
.hero h1 { font-size: clamp(3.45rem, 5.1vw, 5.35rem); line-height: 1.01; margin-bottom: 24px; }
.hero h1 span { color: var(--forest-light); }
.hero-lead { max-width: 620px; font-size: 1.13rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 24px; border-top: 1px solid rgba(104,118,111,.2); }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { color: var(--ink); font-size: .92rem; }
.hero-proof span { color: var(--muted); font-size: .76rem; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .55; }
.hero-orb-one { width: 320px; height: 320px; background: #d8e7dc; right: -90px; top: 50px; }
.hero-orb-two { width: 180px; height: 180px; background: #efe2cb; left: -60px; bottom: 30px; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: start center; padding-top: 34px; }
.device-stage { position: relative; width: 100%; max-width: 590px; }
.browser-frame { background: #fff; border: 8px solid #17332c; border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.browser-bar { height: 30px; background: #17332c; display: flex; align-items: center; gap: 5px; padding-left: 12px; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: #9ab7aa; }
.accommodation-preview { height: 370px; background: #f7f3e9; }
.preview-nav { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; color: var(--ink); }
.preview-nav b { font-family: Georgia, serif; font-size: 1.05rem; }
.preview-nav span { font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.preview-hero { margin: 0 18px; min-height: 225px; border-radius: 14px; color: var(--white); padding: 42px 34px; background: linear-gradient(rgba(12,28,24,.22), rgba(12,28,24,.35)), url('assets/images/interior.webp') center/cover; }
.preview-hero p { color: var(--white); margin-bottom: 6px; font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.preview-hero h3 { max-width: 260px; color: var(--white); font-size: 2rem; margin-bottom: 20px; font-family: Georgia, serif; }
.preview-hero button, .phone-content button { border: 0; border-radius: 999px; background: #f6efe2; color: #17332c; padding: 9px 14px; font-size: .7rem; font-weight: 800; }
.preview-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; padding: 13px 18px; }
.preview-cards span { height: 40px; background: #e4eadf; border-radius: 8px; }
.phone-frame { position: absolute; width: 175px; height: 350px; right: -24px; bottom: -40px; padding: 10px; border-radius: 31px; background: #17332c; box-shadow: 0 25px 50px rgba(14,40,34,.3); }
.phone-notch { position: absolute; width: 62px; height: 14px; top: 7px; left: 50%; transform: translateX(-50%); background: #17332c; border-radius: 0 0 10px 10px; z-index: 2; }
.phone-content { height: 100%; padding: 22px 10px 10px; border-radius: 23px; background: #f8f4ea; overflow: hidden; }
.mobile-brand { color: var(--ink); font-family: Georgia, serif; font-size: .8rem; margin-bottom: 10px; }
.mobile-image { height: 150px; border-radius: 14px; background: url('assets/images/interior.webp') center/cover; }
.phone-content h4 { font-family: Georgia, serif; font-size: 1.1rem; margin: 14px 0 6px; }
.phone-content p { font-size: .63rem; margin-bottom: 12px; }
.floating-note { position: absolute; z-index: 5; background: var(--white); color: var(--ink); border-radius: 999px; box-shadow: var(--shadow-soft); padding: 10px 16px; font-size: .72rem; font-weight: 800; }
.note-one { right: 0; top: 60px; }
.note-two { left: -20px; top: 145px; }
.mini-card { position: absolute; left: 20px; bottom: 25px; z-index: 5; display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow-soft); padding: 14px 18px; }
.mini-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest); font-weight: 900; }
.mini-card div { display: flex; flex-direction: column; }
.mini-card strong { color: var(--ink); font-size: .76rem; }
.mini-card small { color: var(--muted); font-size: .65rem; }

.trust-strip { background: var(--ink); color: var(--white); padding: 22px 0; }
.trust-inner { display: flex; align-items: center; gap: 30px; }
.trust-inner > span { flex: 0 0 auto; color: #bcd2c8; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.country-list { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 18px; overflow-x: auto; scrollbar-width: none; }
.country-list::-webkit-scrollbar { display: none; }
.country-list span { white-space: nowrap; font-size: .8rem; font-weight: 700; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.audience-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease; }
.audience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.audience-featured { grid-row: span 2; }
.card-image { height: 190px; background-size: cover; background-position: center; position: relative; }
.audience-featured .card-image { height: 390px; }
.card-image span { position: absolute; top: 16px; left: 16px; background: var(--white); color: var(--forest); padding: 7px 12px; border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.image-accommodation { background-image: url('assets/images/accommodation.webp'); }
.image-restaurant { background-image: url('assets/images/restaurant.webp'); }
.image-beauty { background-image: url('assets/images/beauty.webp'); }
.image-health { background-image: url('assets/images/healthcare.webp'); }
.image-trades { background-image: url('assets/images/trades.webp'); }
.card-body { padding: 24px; }
.card-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--forest); margin-bottom: 22px; font-weight: 900; }
.card-body h3 { margin-bottom: 12px; }
.card-body p { margin-bottom: 0; font-size: .94rem; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { background: var(--white); border-radius: var(--radius-md); padding: 34px; box-shadow: 0 1px 0 rgba(23,51,44,.04); }
.service-card > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 26px; background: var(--sage); border-radius: 50%; color: var(--forest); font-weight: 900; }
.service-card h3 { font-size: 1.6rem; margin-bottom: 12px; }
.service-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin: 24px 0 0; }
.service-card li { color: var(--ink); font-size: .88rem; font-weight: 700; }
.service-card li::before, .price-card li::before { content: "✓"; color: var(--forest-light); margin-right: 8px; }

.portfolio-heading { max-width: 1240px; margin-bottom: 32px; }
.portfolio-heading h2 { max-width: 1240px; }
.portfolio-heading p { max-width: 1040px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-button { border: 1px solid var(--line); background: var(--white); color: var(--muted); padding: 10px 16px; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.filter-button.active, .filter-button:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: stretch; }
.portfolio-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; min-width: 0; }
.portfolio-card.hidden { display: none; }
.portfolio-card:hover { box-shadow: 0 28px 70px rgba(18, 48, 40, .13); transform: translateY(-6px); }
.project-stage { --project-brand: #1c5b4e; --project-accent: #e9b96e; --project-paper: #f7f2e8; --project-ink: #15352e; --project-muted: #718078; --project-stage: #dce8df; --project-image: none; min-height: 430px; position: relative; overflow: hidden; padding: 58px 36px 34px; background: var(--project-stage); isolation: isolate; }
.project-stage::before, .project-stage::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; }
.project-stage::before { width: 330px; height: 330px; right: -105px; top: -125px; background: rgba(255,255,255,.34); }
.project-stage::after { width: 210px; height: 210px; left: -90px; bottom: -110px; background: color-mix(in srgb, var(--project-brand) 16%, transparent); }
.project-theme-stay { --project-brand: #1d5448; --project-accent: #dcae65; --project-paper: #f7f1e7; --project-ink: #173a32; --project-muted: #68766f; --project-stage: #c7d8cc; --project-image: url('assets/images/property.webp'); }
.project-theme-food { --project-brand: #29251f; --project-accent: #d3a15f; --project-paper: #f2e7d6; --project-ink: #29251f; --project-muted: #776c5c; --project-stage: #bba58a; --project-image: url('assets/images/food.webp'); }
.project-theme-beauty { --project-brand: #704f49; --project-accent: #b77f70; --project-paper: #fbf5f2; --project-ink: #5d413c; --project-muted: #947f79; --project-stage: #ead9d3; --project-image: url('assets/images/beauty.webp'); }
.project-theme-clinic { --project-brand: #245f65; --project-accent: #78b9b4; --project-paper: #f4faf9; --project-ink: #214b50; --project-muted: #6e8586; --project-stage: #d7e8e7; --project-image: url('assets/images/clinic.webp'); }
.project-theme-trade { --project-brand: #343832; --project-accent: #c87844; --project-paper: #f5f2e9; --project-ink: #333731; --project-muted: #777a70; --project-stage: #d7d4c9; --project-image: url('assets/images/construction.webp'); }
.project-theme-consult { --project-brand: #263e48; --project-accent: #7597a2; --project-paper: #f4f6f4; --project-ink: #263e48; --project-muted: #718087; --project-stage: #d8e0df; --project-image: url('assets/images/office.webp'); }
.demo-label { position: absolute; z-index: 8; top: 18px; left: 20px; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.94); color: var(--project-ink); padding: 8px 12px; border-radius: 999px; box-shadow: 0 8px 24px rgba(20,40,34,.08); font-size: .64rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.demo-label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--project-accent); }
.project-browser { position: relative; z-index: 2; width: calc(100% - 70px); height: 326px; overflow: hidden; background: var(--project-paper); border: 7px solid #17342d; border-radius: 19px; box-shadow: 0 25px 54px rgba(11, 31, 26, .25); }
.browser-toolbar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #17342d; }
.browser-toolbar i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #93aca3; }
.browser-toolbar span { width: 43%; height: 8px; margin-left: 8px; border-radius: 999px; background: rgba(255,255,255,.12); }
.mock-page { height: calc(100% - 30px); background: var(--project-paper); color: var(--project-ink); overflow: hidden; }
.mock-nav { height: 46px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid color-mix(in srgb, var(--project-brand) 13%, transparent); }
.mock-logo { display: flex; align-items: center; gap: 7px; font-family: Georgia, serif; font-size: .77rem; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.mock-logo i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--project-brand); color: white; font-family: Inter, Arial, sans-serif; font-size: .48rem; font-style: normal; }
.mock-links { display: flex; align-items: center; gap: 12px; color: var(--project-muted); font-size: .39rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.mock-nav button { border: 0; border-radius: 999px; padding: 6px 9px; background: var(--project-brand); color: white; font-size: .42rem; font-weight: 900; }
.mock-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 182px; }
.mock-copy { padding: 22px 18px 16px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.mock-copy > span { margin-bottom: 7px; color: var(--project-accent); font-size: .43rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.mock-copy h4 { max-width: 210px; margin: 0 0 8px; color: var(--project-ink); font-family: Georgia, serif; font-size: 1.42rem; line-height: .98; letter-spacing: -.04em; }
.mock-copy p { max-width: 190px; margin: 0 0 11px; color: var(--project-muted); font-size: .53rem; line-height: 1.45; }
.mock-copy a { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 7px 10px; background: var(--project-brand); color: white; font-size: .43rem; font-weight: 900; }
.mock-photo { min-height: 182px; position: relative; background-image: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.12)), var(--project-image); background-position: center; background-size: cover; }
.mock-photo::after { content: ""; position: absolute; right: 12px; bottom: 12px; width: 52px; height: 34px; border: 3px solid rgba(255,255,255,.78); border-radius: 7px; background: color-mix(in srgb, var(--project-accent) 55%, rgba(255,255,255,.6)); box-shadow: 0 7px 18px rgba(0,0,0,.14); }
.mock-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 10px 12px 12px; }
.mock-meta div { min-width: 0; padding: 8px 8px 7px; border-radius: 9px; background: white; box-shadow: 0 4px 12px rgba(32,60,52,.055); }
.mock-meta b { display: block; margin-bottom: 2px; color: var(--project-ink); font-size: .48rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-meta small { display: block; color: var(--project-muted); font-size: .37rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.project-phone { position: absolute; z-index: 4; right: 22px; bottom: 20px; width: 124px; height: 252px; overflow: hidden; border: 7px solid #17342d; border-radius: 25px; background: var(--project-paper); box-shadow: 0 20px 38px rgba(11,31,26,.28); }
.project-phone::before { content: ""; position: absolute; z-index: 3; top: 5px; left: 50%; width: 40px; height: 9px; transform: translateX(-50%); border-radius: 999px; background: #17342d; }
.phone-page { height: 100%; padding: 20px 8px 8px; color: var(--project-ink); background: var(--project-paper); }
.phone-nav { display: flex; align-items: center; justify-content: space-between; margin: 4px 1px 7px; font-family: Georgia, serif; font-size: .52rem; font-weight: 800; }
.phone-nav i { width: 17px; height: 2px; border-radius: 999px; background: var(--project-brand); box-shadow: 0 5px 0 var(--project-brand); }
.mobile-photo { height: 105px; border-radius: 10px; background-image: linear-gradient(rgba(0,0,0,.02), rgba(0,0,0,.14)), var(--project-image); background-position: center; background-size: cover; }
.phone-page > span { display: block; margin: 9px 2px 4px; color: var(--project-accent); font-size: .34rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.phone-page h5 { margin: 0 2px 5px; color: var(--project-ink); font-family: Georgia, serif; font-size: .76rem; line-height: 1.02; }
.phone-page p { margin: 0 2px 8px; color: var(--project-muted); font-size: .37rem; line-height: 1.35; }
.phone-page button { width: 100%; border: 0; border-radius: 999px; padding: 6px; background: var(--project-brand); color: white; font-size: .39rem; font-weight: 900; }
.project-proof { position: absolute; z-index: 5; left: 24px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 12px; background: rgba(255,255,255,.94); color: var(--project-ink); box-shadow: 0 10px 28px rgba(17,42,35,.12); font-size: .54rem; font-weight: 900; }
.project-proof i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--project-brand); color: white; font-style: normal; font-size: .55rem; }
.portfolio-content { flex: 1; padding: 28px 30px 30px; display: flex; flex-direction: column; }
.project-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.project-category { color: var(--forest-light); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.project-status { display: inline-flex; align-items: center; gap: 6px; color: #6a7b73; font-size: .68rem; font-weight: 800; white-space: nowrap; }
.project-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #5fa982; box-shadow: 0 0 0 4px rgba(95,169,130,.12); }
.portfolio-content h3 { margin: 0 0 11px; font-size: 1.65rem; }
.portfolio-content > p { margin-bottom: 18px; color: var(--muted); font-size: .93rem; }
.project-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.project-features li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fbfcfa; font-size: .71rem; font-weight: 800; }
.project-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.project-open { border: 0; border-radius: 999px; padding: 11px 16px; background: var(--ink); color: white; font-size: .78rem; font-weight: 900; }
.project-open:hover { background: var(--forest-light); }
.project-actions a { color: var(--forest); font-weight: 900; font-size: .79rem; }
.project-actions a span { transition: margin .2s ease; }
.project-actions a:hover span { margin-left: 5px; }
.project-modal[hidden] { display: none; }
.project-modal { position: fixed; z-index: 2200; inset: 0; display: grid; place-items: center; padding: 24px; }
.project-modal-backdrop { position: absolute; inset: 0; background: rgba(7,22,18,.72); backdrop-filter: blur(8px); }
.project-modal-panel { position: relative; z-index: 1; width: min(1180px, 100%); max-height: calc(100vh - 48px); overflow: auto; border-radius: 30px; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.project-modal-close { position: sticky; z-index: 5; top: 16px; float: right; width: 42px; height: 42px; margin: 16px 16px -58px 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 9px 30px rgba(0,0,0,.14); font-size: 1.25rem; }
.project-modal-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); }
.project-modal-preview { min-width: 0; background: #eef2ef; }
.project-modal-preview .project-stage { min-height: 650px; height: 100%; padding: 95px 62px 60px; }
.project-modal-preview .project-browser { width: calc(100% - 92px); height: 470px; border-width: 9px; border-radius: 24px; }
.project-modal-preview .browser-toolbar { height: 39px; }
.project-modal-preview .mock-page { height: calc(100% - 39px); }
.project-modal-preview .mock-nav { height: 64px; padding: 0 26px; }
.project-modal-preview .mock-logo { font-size: 1.05rem; }
.project-modal-preview .mock-logo i { width: 26px; height: 26px; font-size: .66rem; }
.project-modal-preview .mock-links { gap: 19px; font-size: .52rem; }
.project-modal-preview .mock-nav button { padding: 8px 13px; font-size: .55rem; }
.project-modal-preview .mock-hero { min-height: 270px; }
.project-modal-preview .mock-copy { padding: 35px 28px 25px; }
.project-modal-preview .mock-copy > span { font-size: .55rem; }
.project-modal-preview .mock-copy h4 { max-width: 300px; font-size: 2.25rem; }
.project-modal-preview .mock-copy p { max-width: 270px; font-size: .7rem; }
.project-modal-preview .mock-copy a { padding: 9px 13px; font-size: .56rem; }
.project-modal-preview .mock-photo { min-height: 270px; }
.project-modal-preview .mock-meta { padding: 14px 17px 16px; gap: 10px; }
.project-modal-preview .mock-meta div { padding: 11px; }
.project-modal-preview .mock-meta b { font-size: .62rem; }
.project-modal-preview .mock-meta small { font-size: .49rem; }
.project-modal-preview .project-phone { width: 170px; height: 345px; right: 34px; bottom: 38px; border-width: 9px; border-radius: 32px; }
.project-modal-preview .mobile-photo { height: 150px; }
.project-modal-preview .phone-page { padding: 29px 12px 11px; }
.project-modal-preview .phone-nav { font-size: .68rem; }
.project-modal-preview .phone-page > span { font-size: .44rem; }
.project-modal-preview .phone-page h5 { font-size: 1.05rem; }
.project-modal-preview .phone-page p { font-size: .49rem; }
.project-modal-preview .phone-page button { padding: 8px; font-size: .5rem; }
.project-modal-preview .project-proof { left: 40px; bottom: 34px; padding: 10px 14px; font-size: .66rem; }
.project-modal-info { padding: 72px 42px 46px; }
.project-modal-info .eyebrow { margin-bottom: 18px; }
.project-modal-info h3 { margin-bottom: 16px; font-size: 2.25rem; }
.project-modal-info > p { margin-bottom: 28px; }
.project-modal-info h4 { margin: 0 0 12px; font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; }
.modal-feature-list { display: grid; gap: 10px; margin-bottom: 30px; }
.modal-feature-list li { display: flex; gap: 9px; color: var(--ink); font-size: .87rem; font-weight: 700; }
.modal-feature-list li::before { content: "✓"; color: var(--forest-light); font-weight: 900; }
body.modal-open { overflow: hidden; }

.accommodation-section { background: var(--ink); color: var(--white); overflow: hidden; }
.accommodation-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.accommodation-copy h2 { color: var(--white); }
.accommodation-copy > p { color: #c1d4cc; font-size: 1.05rem; max-width: 650px; }
.feature-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin: 34px 0 38px; }
.feature-columns li { color: #e9f3ee; font-size: .9rem; margin-bottom: 10px; }
.feature-columns li::before { content: "✓"; color: #8fceb7; margin-right: 9px; }
.accommodation-visual { position: relative; min-height: 590px; }
.accommodation-photo { position: absolute; inset: 0 20px 60px 40px; border-radius: var(--radius-lg); background: linear-gradient(rgba(14,40,34,.08), rgba(14,40,34,.28)), url('assets/images/property.webp') center/cover; }
.booking-panel { position: absolute; z-index: 2; left: 0; bottom: 0; width: 370px; background: var(--white); padding: 24px; border-radius: 24px; box-shadow: var(--shadow); }
.booking-panel > span { color: var(--forest-light); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.booking-panel h3 { margin: 8px 0 18px; }
.booking-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.booking-fields div { border: 1px solid var(--line); padding: 10px 12px; border-radius: 12px; }
.booking-fields small, .booking-fields b { display: block; }
.booking-fields small { color: var(--muted); font-size: .62rem; }
.booking-fields b { color: var(--ink); font-size: .82rem; }
.booking-panel button { width: 100%; margin-top: 12px; border: 0; border-radius: 999px; background: var(--forest); color: var(--white); padding: 11px; font-weight: 800; }
.platform-chip { position: absolute; z-index: 2; right: 0; top: 42px; background: #f0dfbf; color: var(--ink); padding: 13px 18px; border-radius: 999px; font-size: .73rem; font-weight: 900; box-shadow: var(--shadow-soft); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 24px; }
.price-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; background: var(--white); }
.price-featured { transform: translateY(-16px); border-color: var(--forest); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: 18px; right: 18px; background: var(--ink); color: var(--white); padding: 7px 10px; border-radius: 999px; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-tag { display: block; min-height: 45px; color: var(--forest-light); font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.price-card > p { min-height: 78px; font-size: .93rem; }
.price { display: flex; flex-direction: column; margin: 26px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price small { color: var(--muted); }
.price strong { color: var(--ink); font-size: 2.8rem; letter-spacing: -.05em; }

.price .monthly-price { margin-top: 4px; color: var(--forest-light); font-size: .96rem; font-weight: 850; }
.estimate-monthly { display: block; margin-top: -2px; color: #d8efe6; font-size: 1rem; }
.included-option { border-color: rgba(36, 115, 91, .35); background: rgba(226, 243, 236, .55); }
.included-option input:disabled + .custom-check { opacity: 1; }
.price-card ul { min-height: 240px; }
.price-card li { margin-bottom: 12px; color: var(--ink); font-size: .9rem; }
.pricing-note { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 26px; padding: 20px; background: var(--sage-soft); border-radius: var(--radius-sm); }
.pricing-note p { margin: 0; }
.pricing-note a { color: var(--forest); font-weight: 900; }

.quote-section { background: linear-gradient(140deg, #14332c 0%, #1d5a4b 100%); }
.quote-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h2 { color: var(--white); }
.quote-intro > p { color: #c5d8d0; font-size: 1.02rem; }
.estimate-card { margin: 34px 0 20px; padding: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.09); border-radius: var(--radius-md); backdrop-filter: blur(10px); }
.estimate-card span, .estimate-card strong, .estimate-card small { display: block; }
.estimate-card span { color: #c7dcd3; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.estimate-card strong { color: var(--white); font-size: 3.8rem; letter-spacing: -.05em; margin: 6px 0; }
.estimate-card small { color: #c7dcd3; }
.quote-help { display: flex; gap: 12px; align-items: flex-start; }
.quote-help > span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #dff1e8; color: var(--forest); font-weight: 900; }
.quote-help p { color: #d4e4de; font-size: .88rem; margin: 2px 0 0; }
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.form-section-title { display: flex; gap: 15px; align-items: flex-start; padding-bottom: 24px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.form-section-title > span { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest); font-weight: 900; }
.form-section-title h3 { margin-bottom: 4px; }
.form-section-title p { margin-bottom: 0; font-size: .85rem; }
.second-title { margin-top: 38px; }
.form-grid { display: grid; gap: 20px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.full-span { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; }
.form-field label, .option-fieldset legend { color: var(--ink); font-size: .8rem; font-weight: 900; margin-bottom: 8px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #ccd7d0; background: var(--white); color: var(--ink); border-radius: 12px; padding: 13px 14px; transition: border .2s ease, box-shadow .2s ease; }
.form-field textarea { resize: vertical; min-height: 118px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--forest-light); box-shadow: 0 0 0 4px rgba(45,122,103,.08); }
.form-field.invalid input, .form-field.invalid select, .form-field.invalid textarea { border-color: #b34343; }
.field-error { display: none; color: #a23b3b; font-size: .72rem; margin-top: 5px; }
.form-field.invalid .field-error { display: block; }
.option-fieldset { border: 0; padding: 0; margin: 26px 0 0; }
.option-fieldset legend { margin-bottom: 12px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.check-card { position: relative; display: flex; align-items: flex-start; gap: 10px; min-height: 88px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: border .2s ease, background .2s ease; }
.check-card:hover { border-color: #9dbbad; }
.check-card:has(input:checked) { border-color: var(--forest); background: var(--sage-soft); }
.check-card input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check { flex: 0 0 auto; width: 20px; height: 20px; border: 1px solid #aab9b1; border-radius: 6px; display: grid; place-items: center; margin-top: 1px; }
.check-card input:checked + .custom-check { background: var(--forest); border-color: var(--forest); }
.check-card input:checked + .custom-check::after { content: "✓"; color: white; font-size: .72rem; font-weight: 900; }
.check-card strong, .check-card small { display: block; }
.check-card strong { color: var(--ink); font-size: .78rem; }
.check-card small { color: var(--muted); font-size: .68rem; line-height: 1.45; margin-top: 3px; }
.submit-button { margin-top: 24px; }
.form-status { margin: 14px 0 0; text-align: center; font-size: .82rem; min-height: 20px; }
.form-status.success { color: var(--forest); font-weight: 800; }

.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.process-item { display: flex; gap: 24px; min-height: 190px; padding: 34px; background: var(--white); }
.process-item > span { color: var(--forest-light); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.process-item h3 { margin-bottom: 10px; }
.process-item p { margin-bottom: 0; font-size: .92rem; }
.process-item:last-child { grid-column: 1 / -1; min-height: auto; }

.why-section { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.why-visual { position: relative; min-height: 650px; }
.why-image { position: absolute; inset: 0 0 80px 0; border-radius: var(--radius-lg); background: url('assets/images/office.webp') center/cover; }
.why-stat { position: absolute; right: -24px; bottom: 20px; width: 78%; background: var(--ink); padding: 26px; border-radius: 22px; box-shadow: var(--shadow); }
.why-stat strong, .why-stat span { display: block; }
.why-stat strong { color: var(--white); font-size: 1.08rem; margin-bottom: 8px; }
.why-stat span { color: #bfd3ca; font-size: .82rem; }
.benefit-list { display: grid; gap: 4px; }
.benefit-list > div { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(23,51,44,.11); }
.benefit-list > div > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest); font-weight: 900; }
.benefit-list p { margin: 0; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { color: var(--ink); font-size: .95rem; }
.benefit-list small { margin-top: 4px; color: var(--muted); line-height: 1.5; }

.testimonials-section { background: var(--sage-soft); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { position: relative; margin: 0; background: var(--white); border-radius: var(--radius-md); padding: 30px; box-shadow: 0 1px 0 rgba(23,51,44,.05); }
.sample-badge { display: inline-block; margin-bottom: 20px; color: var(--forest); background: var(--sage); padding: 6px 9px; border-radius: 999px; font-size: .62rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-card > p { color: var(--ink); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.7; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.testimonial-card footer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 900; }
.testimonial-card footer strong, .testimonial-card footer small { display: block; }
.testimonial-card footer strong { color: var(--ink); font-size: .85rem; }
.testimonial-card footer small { color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { margin-bottom: 28px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: transparent; padding: 22px 4px; color: var(--ink); text-align: left; font-weight: 800; }
.accordion-item button i { font-style: normal; font-size: 1.35rem; transition: transform .2s ease; }
.accordion-item.open button i { transform: rotate(45deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.accordion-content p { padding: 0 45px 24px 4px; margin: 0; font-size: .92rem; }

.consultation-section { background: var(--ink); }
.consultation-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.consultation-copy h2 { color: var(--white); }
.consultation-copy > p { color: #c5d7d0; font-size: 1.04rem; }
.consultation-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.consultation-points span { border: 1px solid rgba(255,255,255,.18); color: #dbe8e3; border-radius: 999px; padding: 9px 13px; font-size: .72rem; font-weight: 800; }
.consultation-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; }
.calendar-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.calendar-head span { color: var(--forest-light); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.calendar-head h3 { margin: 5px 0 0; }
.calendar-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--sage); color: var(--forest); border-radius: 13px; font-size: 1.25rem; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p { font-size: 1.05rem; }
.direct-contact { display: grid; gap: 10px; margin-top: 34px; }
.direct-contact a { display: flex; align-items: center; gap: 14px; padding: 14px; background: rgba(255,255,255,.7); border: 1px solid rgba(23,51,44,.08); border-radius: 14px; transition: transform .2s ease, background .2s ease; }
.direct-contact a:hover { transform: translateX(4px); background: var(--white); }
.direct-contact a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .68rem; font-weight: 900; }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { color: var(--muted); }
.direct-contact strong { color: var(--ink); font-size: .86rem; }
.contact-form { box-shadow: none; border: 1px solid rgba(23,51,44,.08); }

.final-cta { padding: 70px 0; background: var(--forest); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span { color: #cfe1d9; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.final-cta h2 { max-width: 820px; color: var(--white); margin: 10px 0 0; font-size: clamp(2rem, 4vw, 4rem); }

.site-footer { background: #0c211c; color: var(--white); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { background: var(--white); color: var(--ink); }
.footer-brand p { color: #9eb8ad; max-width: 380px; margin: 22px 0; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #2a443b; border-radius: 50%; color: #c6d8d0; font-size: .7rem; font-weight: 900; }
.footer-grid h3 { color: var(--white); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { color: #9eb8ad; font-size: .83rem; margin-bottom: 10px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #233b33; color: #789389; font-size: .73rem; }
.footer-bottom div { display: flex; gap: 18px; }

.toast { position: fixed; z-index: 2000; right: 22px; bottom: 22px; max-width: 360px; transform: translateY(120px); opacity: 0; background: var(--ink); color: var(--white); padding: 16px 20px; border-radius: 14px; box-shadow: var(--shadow); transition: transform .3s ease, opacity .3s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.js .reveal { opacity: 1; transform: none; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1080px) {
  .hero-grid, .accommodation-grid, .why-grid { gap: 40px; }
  .hero h1 { font-size: clamp(3rem, 5.7vw, 4.8rem); }
  .hero-visual { padding-top: 48px; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-featured { grid-row: auto; }
  .audience-featured .card-image { height: 190px; }
  .quote-grid { grid-template-columns: .82fr 1.18fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 900px) {
  .section-pad { padding: 86px 0; }
  .menu-toggle { display: block; z-index: 1001; }
  .main-nav { position: fixed; inset: 82px 0 auto 0; height: calc(100vh - 82px); padding: 36px 24px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--white); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav .nav-cta { text-align: center; margin-top: 12px; border: 0; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .accommodation-grid, .why-grid, .quote-grid, .faq-grid, .consultation-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-copy { max-width: 720px; padding-top: 0; }
  .hero-visual { min-height: 530px; margin-top: 14px; padding-top: 0; place-items: center; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .portfolio-grid, .pricing-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .project-modal-layout { grid-template-columns: 1fr; }
  .project-modal-preview .project-stage { min-height: 540px; }
  .project-modal-info { padding-top: 42px; }
  .price-featured { transform: none; }
  .price-card > p, .price-card ul { min-height: auto; }
  .quote-intro, .faq-intro, .contact-copy { position: static; }
  .process-list { grid-template-columns: 1fr; }
  .process-item:last-child { grid-column: auto; }
  .why-visual { min-height: 600px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 70px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.25rem); }
  .hero { padding: 64px 0 66px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { padding-top: 20px; }
  .hero-visual { min-height: 430px; }
  .device-stage { transform: scale(.88); }
  .note-one { right: -5px; top: 20px; }
  .note-two { left: -5px; top: 100px; }
  .mini-card { left: 0; bottom: 0; }
  .trust-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .country-list { width: 100%; justify-content: flex-start; }
  .audience-grid, .services-grid, .two-columns, .check-grid, .feature-columns { grid-template-columns: 1fr; }
  .service-card ul { grid-template-columns: 1fr; }
  .project-stage { min-height: 345px; padding: 50px 18px 24px; }
  .project-browser { width: calc(100% - 54px); height: 255px; border-width: 6px; }
  .mock-links { display: none; }
  .mock-nav { padding: 0 12px; }
  .mock-hero { min-height: 145px; }
  .mock-copy { padding: 15px 12px 11px; }
  .mock-copy h4 { font-size: 1.05rem; }
  .mock-copy p { font-size: .44rem; }
  .mock-photo { min-height: 145px; }
  .mock-meta { padding: 7px 8px 8px; }
  .mock-meta div:nth-child(3) { display: none; }
  .mock-meta { grid-template-columns: repeat(2, 1fr); }
  .project-phone { width: 91px; height: 190px; right: 10px; bottom: 14px; border-width: 6px; }
  .mobile-photo { height: 75px; }
  .phone-page h5 { font-size: .58rem; }
  .phone-page p { display: none; }
  .project-proof { left: 12px; bottom: 12px; }
  .project-actions { align-items: stretch; flex-direction: column; }
  .project-open, .project-actions a { text-align: center; }
  .project-modal { padding: 10px; }
  .project-modal-panel { max-height: calc(100vh - 20px); border-radius: 22px; }
  .project-modal-layout { grid-template-columns: 1fr; }
  .project-modal-preview .project-stage { min-height: 390px; padding: 57px 20px 26px; }
  .project-modal-preview .project-browser { width: calc(100% - 57px); height: 280px; border-width: 6px; }
  .project-modal-preview .browser-toolbar { height: 30px; }
  .project-modal-preview .mock-page { height: calc(100% - 30px); }
  .project-modal-preview .mock-nav { height: 44px; padding: 0 12px; }
  .project-modal-preview .mock-logo { font-size: .7rem; }
  .project-modal-preview .mock-logo i { width: 19px; height: 19px; font-size: .5rem; }
  .project-modal-preview .mock-links { display: none; }
  .project-modal-preview .mock-nav button { padding: 6px 8px; font-size: .42rem; }
  .project-modal-preview .mock-hero { min-height: 165px; }
  .project-modal-preview .mock-copy { padding: 18px 13px; }
  .project-modal-preview .mock-copy > span { font-size: .42rem; }
  .project-modal-preview .mock-copy h4 { font-size: 1.25rem; }
  .project-modal-preview .mock-copy p { font-size: .48rem; }
  .project-modal-preview .mock-copy a { padding: 6px 8px; font-size: .42rem; }
  .project-modal-preview .mock-photo { min-height: 165px; }
  .project-modal-preview .mock-meta { padding: 7px 8px 8px; }
  .project-modal-preview .mock-meta div:nth-child(3) { display: none; }
  .project-modal-preview .mock-meta { grid-template-columns: repeat(2, 1fr); }
  .project-modal-preview .project-phone { width: 96px; height: 200px; right: 10px; bottom: 18px; border-width: 6px; }
  .project-modal-preview .mobile-photo { height: 80px; }
  .project-modal-preview .phone-page { padding: 20px 7px 7px; }
  .project-modal-preview .phone-nav { font-size: .5rem; }
  .project-modal-preview .phone-page > span { font-size: .32rem; }
  .project-modal-preview .phone-page h5 { font-size: .62rem; }
  .project-modal-preview .phone-page p { display: none; }
  .project-modal-preview .phone-page button { padding: 5px; font-size: .36rem; }
  .project-modal-preview .project-proof { left: 12px; bottom: 12px; font-size: .5rem; }
  .project-modal-info { padding: 34px 22px 30px; }
  .project-modal-info h3 { font-size: 1.8rem; }
  .accommodation-visual { min-height: 470px; }
  .accommodation-photo { inset: 0 0 80px 0; }
  .booking-panel { width: calc(100% - 20px); }
  .platform-chip { display: none; }
  .pricing-note, .final-cta-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .form-card, .consultation-card { padding: 24px 18px; border-radius: 24px; }
  .estimate-card strong { font-size: 3.2rem; }
  .why-visual { min-height: 520px; }
  .why-stat { right: 0; width: 92%; }
  .testimonial-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom div { flex-wrap: wrap; }
  .toast { left: 14px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Premium Villa Podgora concept. Replace the image URLs below with real property photography. */
.villa-showcase {
  min-height: 530px;
  padding: 54px 34px 30px;
  background:
    radial-gradient(circle at 85% 8%, rgba(255,255,255,.42), transparent 27%),
    linear-gradient(145deg, #cbdad0 0%, #aebfb4 100%);
}
.villa-showcase::before { width: 410px; height: 410px; right: -165px; top: -200px; background: rgba(255,255,255,.2); }
.villa-showcase::after { display: none; }
.villa-browser {
  position: relative;
  z-index: 2;
  width: calc(100% - 82px);
  min-height: 416px;
  overflow: hidden;
  border: 7px solid #17342d;
  border-radius: 20px;
  background: #f7f1e7;
  box-shadow: 0 28px 64px rgba(13,38,31,.28);
}
.villa-nav {
  height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #18392f;
  background: rgba(250,247,239,.98);
  border-bottom: 1px solid rgba(24,57,47,.12);
}
.villa-brand { display: flex; align-items: center; gap: 8px; color: inherit; white-space: nowrap; }
.villa-brand span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #1e5b4c; color: white; font-size: .48rem; font-weight: 900; letter-spacing: .03em; }
.villa-brand b { font-family: Georgia, serif; font-size: .74rem; letter-spacing: -.02em; }
.villa-links { display: flex; gap: 14px; color: #6b776f; font-size: .38rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.villa-nav > button { border: 0; border-radius: 999px; padding: 7px 11px; background: #1e5b4c; color: white; font-size: .4rem; font-weight: 900; }
.villa-hero-preview {
  position: relative;
  min-height: 264px;
  overflow: hidden;
  background-image: url('assets/images/mountain-cabin.webp');
  background-position: center 54%;
  background-size: cover;
}
.villa-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,34,28,.82) 0%, rgba(11,34,28,.52) 46%, rgba(11,34,28,.08) 72%, rgba(11,34,28,.16) 100%); }
.villa-hero-copy { position: relative; z-index: 2; width: 59%; padding: 27px 20px 44px; color: white; }
.villa-location { display: block; margin-bottom: 9px; color: #e6c88f; font-size: .39rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.villa-hero-copy h4 { max-width: 300px; margin: 0 0 10px; color: white; font-family: Georgia, serif; font-size: 1.75rem; line-height: .96; letter-spacing: -.045em; }
.villa-hero-copy p { max-width: 285px; margin: 0 0 13px; color: rgba(255,255,255,.8); font-size: .49rem; line-height: 1.52; }
.villa-hero-actions { display: flex; align-items: center; gap: 12px; }
.villa-hero-actions a { display: inline-flex; padding: 8px 11px; border-radius: 999px; background: #f4e4c4; color: #17392f; font-size: .42rem; font-weight: 900; }
.villa-hero-actions > span { color: rgba(255,255,255,.72); font-size: .38rem; }
.villa-hero-actions > span b { color: white; font-size: .55rem; }
.villa-booking-card { position: absolute; z-index: 3; top: 23px; right: 16px; width: 158px; padding: 14px; border-radius: 13px; background: rgba(251,248,240,.97); box-shadow: 0 18px 42px rgba(6,25,20,.28); color: #18392f; }
.villa-booking-card > span { display: block; margin-bottom: 9px; font-family: Georgia, serif; font-size: .67rem; font-weight: 800; }
.villa-date-row { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(25,58,48,.15); border-radius: 8px; overflow: hidden; }
.villa-date-row > div { padding: 7px 8px; }
.villa-date-row > div + div { border-left: 1px solid rgba(25,58,48,.15); }
.villa-date-row small, .villa-guests small { display: block; color: #7b887f; font-size: .3rem; text-transform: uppercase; letter-spacing: .08em; }
.villa-date-row b, .villa-guests b { display: block; margin-top: 2px; font-size: .46rem; }
.villa-guests { margin-top: 7px; padding: 7px 8px; border: 1px solid rgba(25,58,48,.15); border-radius: 8px; }
.villa-booking-card button { width: 100%; margin-top: 8px; border: 0; border-radius: 8px; padding: 8px; background: #1e5b4c; color: white; font-size: .39rem; font-weight: 900; }
.villa-booking-card p { margin: 6px 0 0; color: #7b887f; text-align: center; font-size: .28rem; }
.villa-hero-foot { position: absolute; z-index: 3; left: 19px; bottom: 12px; display: flex; gap: 16px; color: rgba(255,255,255,.78); font-size: .34rem; }
.villa-hero-foot span { display: flex; align-items: baseline; gap: 4px; }
.villa-hero-foot b { color: white; font-size: .48rem; }
.villa-experience-row { min-height: 100px; padding: 11px 12px 12px; display: grid; grid-template-columns: 1.28fr repeat(3, .9fr); gap: 8px; background: #f8f3e9; }
.villa-section-copy { padding: 9px 7px; display: flex; flex-direction: column; justify-content: center; }
.villa-section-copy span { margin-bottom: 4px; color: #b38343; font-size: .31rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.villa-section-copy b { max-width: 125px; color: #193d33; font-family: Georgia, serif; font-size: .67rem; line-height: 1.04; }
.villa-experience-row article { min-width: 0; padding: 5px; border-radius: 9px; background: white; box-shadow: 0 4px 14px rgba(25,55,46,.07); }
.villa-thumb { height: 49px; border-radius: 6px; background-size: cover; background-position: center; }
.villa-thumb-one { background-image: url('assets/images/bedroom.webp'); }
.villa-thumb-two { background-image: url('assets/images/breakfast.webp'); }
.villa-thumb-three { background-image: url('assets/images/mountain-landscape.webp'); }
.villa-experience-row article span { display: block; padding: 6px 3px 2px; color: #27483f; font-size: .31rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.villa-phone { position: absolute; z-index: 5; right: 17px; bottom: 27px; width: 126px; height: 268px; overflow: hidden; border: 7px solid #17342d; border-radius: 26px; background: #f8f3e9; box-shadow: 0 22px 44px rgba(9,31,25,.3); }
.villa-phone::before { content: ""; position: absolute; z-index: 6; top: 5px; left: 50%; width: 39px; height: 8px; transform: translateX(-50%); border-radius: 999px; background: #17342d; }
.villa-phone-top { height: 36px; padding: 14px 9px 0; display: flex; align-items: center; justify-content: space-between; color: #17392f; }
.villa-phone-top b { font-family: Georgia, serif; font-size: .49rem; }
.villa-phone-top i { width: 15px; height: 2px; border-radius: 999px; background: #1e5b4c; box-shadow: 0 5px 0 #1e5b4c; }
.villa-phone-image { height: 148px; padding: 81px 9px 10px; position: relative; color: white; background-image: linear-gradient(to top, rgba(10,34,27,.76), rgba(10,34,27,.02) 68%), url('assets/images/mountain-cabin.webp'); background-size: cover; background-position: center; }
.villa-phone-image span { display: block; margin-bottom: 3px; color: #f2d79f; font-size: .27rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.villa-phone-image h5 { margin: 0; color: white; font-family: Georgia, serif; font-size: .72rem; line-height: 1; }
.villa-phone-content { padding: 9px; }
.villa-phone-content > div { display: flex; align-items: end; justify-content: space-between; }
.villa-phone-content > div > span { color: #78867e; font-size: .29rem; text-transform: uppercase; letter-spacing: .08em; }
.villa-phone-content > div b { color: #18392f; font-size: .6rem; }
.villa-phone-content > div small { color: #78867e; font-size: .28rem; font-weight: 500; }
.villa-phone-content button { width: 100%; margin-top: 7px; border: 0; border-radius: 999px; padding: 7px; background: #1e5b4c; color: white; font-size: .36rem; font-weight: 900; }
.villa-phone-content p { margin: 7px 0 0; color: #c18a3d; font-size: .28rem; font-weight: 900; }
.villa-phone-content p span { color: #728078; font-weight: 600; }

.project-modal-preview .villa-showcase { min-height: 650px; padding: 66px 44px 38px; }
.project-modal-preview .villa-browser { width: calc(100% - 102px); min-height: 525px; border-width: 9px; border-radius: 24px; }
.project-modal-preview .villa-nav { height: 64px; padding-inline: 23px; }
.project-modal-preview .villa-brand b { font-size: .9rem; }
.project-modal-preview .villa-links { font-size: .5rem; gap: 18px; }
.project-modal-preview .villa-hero-preview { min-height: 335px; }
.project-modal-preview .villa-hero-copy { padding: 42px 28px 56px; }
.project-modal-preview .villa-hero-copy h4 { max-width: 390px; font-size: 2.25rem; }
.project-modal-preview .villa-hero-copy p { max-width: 350px; font-size: .62rem; }
.project-modal-preview .villa-booking-card { top: 34px; right: 25px; width: 205px; padding: 18px; }
.project-modal-preview .villa-experience-row { min-height: 126px; padding: 15px; }
.project-modal-preview .villa-thumb { height: 64px; }
.project-modal-preview .villa-phone { width: 155px; height: 326px; right: 20px; bottom: 35px; border-width: 8px; border-radius: 31px; }
.project-modal-preview .villa-phone-image { height: 182px; padding-top: 104px; }

@media (max-width: 720px) {
  .villa-showcase { min-height: 390px; padding: 50px 18px 24px; }
  .villa-browser { width: calc(100% - 44px); min-height: 298px; border-width: 5px; border-radius: 14px; }
  .villa-nav { height: 39px; padding: 0 10px; }
  .villa-brand span { width: 18px; height: 18px; font-size: .38rem; }
  .villa-brand b { font-size: .56rem; }
  .villa-links { display: none; }
  .villa-nav > button { font-size: .34rem; padding: 5px 8px; }
  .villa-hero-preview { min-height: 190px; }
  .villa-hero-copy { width: 67%; padding: 20px 12px 36px; }
  .villa-location { font-size: .3rem; }
  .villa-hero-copy h4 { font-size: 1.12rem; }
  .villa-hero-copy p { max-width: 175px; font-size: .37rem; }
  .villa-hero-actions > span { display: none; }
  .villa-booking-card { display: none; }
  .villa-hero-foot { left: 11px; gap: 8px; font-size: .25rem; }
  .villa-experience-row { min-height: 68px; grid-template-columns: 1.2fr repeat(2, .9fr); padding: 7px; }
  .villa-experience-row article:last-child { display: none; }
  .villa-section-copy b { font-size: .5rem; }
  .villa-thumb { height: 31px; }
  .villa-experience-row article span { font-size: .24rem; }
  .villa-phone { right: 10px; bottom: 18px; width: 93px; height: 203px; border-width: 5px; border-radius: 19px; }
  .villa-phone::before { width: 29px; height: 6px; top: 4px; }
  .villa-phone-top { height: 28px; padding: 11px 6px 0; }
  .villa-phone-top b { font-size: .37rem; }
  .villa-phone-image { height: 111px; padding: 62px 6px 7px; }
  .villa-phone-image h5 { font-size: .52rem; }
  .villa-phone-content { padding: 6px; }
  .villa-phone-content button { margin-top: 4px; padding: 5px; font-size: .28rem; }
  .villa-phone-content p { font-size: .21rem; }
}


/* Language selector */
html, body { overflow-x: clip; }
.language-switcher { display: inline-flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.82); }
.language-button { min-width: 38px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .05em; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.language-button small { display: none; }
.language-button:hover { color: var(--ink); }
.language-button.active { background: var(--ink); color: var(--white); box-shadow: 0 5px 14px rgba(23,51,44,.18); }
.language-button:focus-visible { outline: 3px solid rgba(45,122,103,.25); outline-offset: 2px; }
@media (max-width: 1080px) and (min-width: 901px) { .main-nav { gap: 16px; } .main-nav a { font-size: .84rem; } .language-button { min-width: 34px; } }
@media (max-width: 900px) {
  .main-nav .language-switcher { width: 100%; justify-content: stretch; order: -1; padding: 5px; margin-bottom: 8px; background: var(--sage-soft); }
  .main-nav .language-button { flex: 1; height: 42px; gap: 7px; }
  .main-nav .language-button small { display: inline; font-size: .72rem; font-weight: 800; letter-spacing: 0; }
}

/* Expanded Balkan language selector */
.language-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 126px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 5px 18px rgba(23,51,44,.06);
}
.language-icon { color: var(--green); font-size: .82rem; font-weight: 900; line-height: 1; }
.language-select {
  width: 100%;
  border: 0;
  outline: 0;
  appearance: auto;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: .77rem;
  font-weight: 850;
  cursor: pointer;
}
.language-select:focus-visible { outline: 3px solid rgba(45,122,103,.22); outline-offset: 4px; border-radius: 6px; }
@media (max-width: 1120px) and (min-width: 901px) {
  .main-nav { gap: 12px; }
  .main-nav a { font-size: .8rem; }
  .language-select-wrap { min-width: 112px; padding-inline: 9px; }
  .language-select { font-size: .72rem; }
}
@media (max-width: 900px) {
  .main-nav .language-select-wrap {
    width: 100%;
    min-width: 0;
    height: 48px;
    order: -1;
    margin-bottom: 8px;
    padding-inline: 16px;
    background: var(--sage-soft);
  }
  .main-nav .language-select { font-size: .9rem; }
}



  .reveal, .js .reveal, .js .reveal.visible {
    opacity: 1 !important;
    transform: none !important;
  }



/* Keep the desktop header perfectly stable when the language changes. */
@media (min-width: 901px) {
  .nav-shell { gap: 24px; }
  .main-nav {
    display: grid;
    grid-template-columns: 74px 74px 68px 68px 48px 132px 154px;
    gap: 10px;
    align-items: center;
    flex: 0 0 auto;
  }
  .main-nav > a:not(.nav-cta) {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  .main-nav .language-select-wrap {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
  }
  .main-nav .language-select {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-nav .nav-cta {
    width: 154px;
    min-width: 154px;
    max-width: 154px;
    padding-inline: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
}

/* 2026 conversion-focused product and industry refresh */
:root {
  --lime: #c9f36a;
  --coral: #ff6b4a;
  --night: #071c18;
  --blue: #2f5bea;
}

@media (min-width: 901px) {
  .nav-shell { gap: 22px; }
  .main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
  }
  .main-nav > a:not(.nav-cta) { width: auto; }
  .main-nav .language-select-wrap { width: 142px; min-width: 142px; max-width: 142px; }
  .main-nav .nav-cta { width: auto; min-width: 0; max-width: none; padding-inline: 17px; }
}

.hero-pricing {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 90% 4%, rgba(201,243,106,.27), transparent 26%),
    radial-gradient(circle at 5% 76%, rgba(234,219,199,.65), transparent 25%),
    linear-gradient(145deg, #fbf8ef 0%, #eef5ef 55%, #f6f3e9 100%);
}
.hero-pricing .container { position: relative; z-index: 2; }
.hero-pricing-intro { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr); gap: 76px; align-items: end; margin-bottom: 62px; }
.hero-pricing .hero-copy { max-width: 760px; }
.hero-pricing h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(3.4rem, 6.2vw, 6.5rem); line-height: .96; }
.hero-pricing h1 span { display: block; color: var(--forest-light); }
.hero-pricing .hero-lead { max-width: 690px; font-size: 1.12rem; }
.hero-outcome-card { position: relative; overflow: hidden; padding: 31px; border: 1px solid rgba(23,51,44,.12); border-radius: 26px; background: rgba(255,255,255,.76); box-shadow: var(--shadow-soft); backdrop-filter: blur(14px); }
.hero-outcome-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -66px; top: -66px; border-radius: 50%; background: var(--lime); opacity: .62; }
.outcome-kicker { color: var(--forest-light); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.hero-outcome-card > strong { display: block; max-width: 330px; margin: 12px 0 23px; color: var(--ink); font-size: 1.55rem; line-height: 1.17; letter-spacing: -.025em; }
.outcome-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.outcome-list > span { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .84rem; font-weight: 800; }
.outcome-list i { color: var(--forest-light); font-style: normal; font-size: .64rem; letter-spacing: .08em; }
.hero-outcome-card > a { display: flex; justify-content: space-between; margin-top: 20px; color: var(--forest); font-size: .82rem; font-weight: 900; }
.hero-price-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 34px; padding-top: 40px; border-top: 1px solid rgba(23,51,44,.16); }
.hero-price-heading h2 { margin: 0; font-size: clamp(2.2rem, 3.4vw, 3.75rem); }
.hero-price-heading p { max-width: 520px; margin: 0 0 7px; font-size: .98rem; }
.hero-pricing-grid { align-items: stretch; gap: 18px; }
.hero-pricing-grid .price-card { display: flex; flex-direction: column; min-width: 0; padding: 27px; border-radius: 26px; box-shadow: 0 16px 44px rgba(20,54,45,.07); }
.hero-pricing-grid .price-featured { transform: translateY(-9px); background: var(--ink); border-color: var(--ink); box-shadow: 0 24px 60px rgba(13,40,33,.24); }
.hero-pricing-grid .price-tag { min-height: 32px; font-size: .66rem; }
.plan-name { min-height: 63px; }
.plan-name h3 { display: inline; margin: 0 8px 0 0; font-size: 1.5rem; }
.plan-name > span { color: var(--muted); font-size: .71rem; }
.hero-pricing-grid .price { margin: 16px 0 20px; padding: 16px 0; }
.hero-pricing-grid .price strong { font-size: 2.65rem; line-height: 1; }
.hero-pricing-grid .price strong > span { font-size: 1.35rem; }
.hero-pricing-grid .price-card ul { min-height: 258px; margin: 0 0 19px; }
.hero-pricing-grid .price-card li { margin-bottom: 9px; font-size: .81rem; line-height: 1.35; }
.hero-pricing-grid .price-card .button { min-height: 48px; margin-top: auto; }
.hero-pricing-grid .price-featured h3,
.hero-pricing-grid .price-featured .price strong,
.hero-pricing-grid .price-featured li { color: var(--white); }
.hero-pricing-grid .price-featured .price-tag,
.hero-pricing-grid .price-featured .plan-name > span,
.hero-pricing-grid .price-featured .price small { color: #afc9bf; }
.hero-pricing-grid .price-featured .price { border-color: rgba(255,255,255,.14); }
.hero-pricing-grid .price-featured .monthly-price { color: var(--lime); }
.hero-pricing-grid .price-featured li::before { color: var(--lime); }
.hero-pricing-grid .price-featured .popular-label { background: var(--lime); color: var(--ink); }
.hero-pricing-foot { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px 34px; margin-top: 19px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.hero-pricing-foot > a { color: var(--forest); font-weight: 900; }

.cost-snapshot { padding: 76px 0; background: var(--ink); }
.cost-snapshot-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 72px; align-items: center; }
.cost-snapshot-heading .eyebrow { color: var(--lime); }
.cost-snapshot-heading h2 { max-width: 560px; margin-bottom: 18px; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.55rem); }
.cost-snapshot-heading p { max-width: 570px; margin: 0; color: #bcd1c8; }
.site-system-mini { overflow: hidden; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 28px 75px rgba(0,0,0,.18); }
.system-mini-stage { position: relative; min-height: 342px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 50% 46%, rgba(201,243,106,.11), transparent 31%), linear-gradient(145deg, #0b2923, #0a201c); }
.system-mini-stage::before { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(255,255,255,.055); border-radius: 16px; pointer-events: none; }
.system-mini-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.system-mini-lines > path { fill: none; stroke: rgba(201,243,106,.28); stroke-width: 1.4; stroke-dasharray: 4 6; marker-end: url(#mini-arrow); }
.system-mini-lines marker path { fill: var(--lime); stroke: none; }
.system-mini-lines > path { animation: system-flow 5s linear infinite; }
.system-mini-node { position: absolute; z-index: 2; width: 188px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.075); backdrop-filter: blur(8px); transition: translate .24s ease, border-color .24s ease, background .24s ease; }
.system-mini-node:hover { border-color: rgba(201,243,106,.35); background: rgba(255,255,255,.11); translate: 0 -3px; }
.system-mini-node > small, .system-mini-core > small, .system-team-strip small { display: block; color: var(--lime); font-size: .53rem; font-weight: 900; letter-spacing: .13em; }
.system-mini-node h3 { margin: 21px 0 4px; color: white; font-size: .92rem; }
.system-mini-node p { margin: 0; color: #9eb8ae; font-size: .64rem; line-height: 1.4; }
.mini-domain { left: 22px; top: 24px; }
.mini-hosting { right: 22px; top: 24px; }
.mini-changes { left: 50%; bottom: 20px; transform: translateX(-50%); }
.system-node-icon { position: absolute; right: 15px; top: 14px; min-width: 31px; height: 29px; display: grid; place-items: center; padding: 0 5px; border-radius: 9px; background: rgba(201,243,106,.13); color: var(--lime); font-family: monospace; font-size: .58rem; font-weight: 900; }
.server-icon { align-content: center; gap: 3px; }
.server-icon i { width: 22px; height: 3px; border-radius: 999px; background: var(--lime); opacity: .8; }
.change-icon { font-size: 1rem; }
.system-mini-core { position: absolute; z-index: 3; width: 232px; left: 50%; top: 49%; transform: translate(-50%,-50%); padding: 18px; border: 1px solid rgba(201,243,106,.31); border-radius: 21px; background: #f7f4e9; box-shadow: 0 25px 55px rgba(0,0,0,.3); }
.mini-site-window { height: 94px; overflow: hidden; margin-bottom: 14px; border-radius: 11px; background: white; box-shadow: inset 0 0 0 1px rgba(20,48,40,.1); }
.mini-site-window > span { height: 22px; display: flex; align-items: center; gap: 4px; padding: 0 8px; background: #17332c; }
.mini-site-window > span i { width: 5px; height: 5px; border-radius: 50%; background: #9db4aa; }
.mini-site-window > div { position: relative; height: 72px; padding: 14px; background: linear-gradient(120deg, #dfeade, #f5eee0); }
.mini-site-window b { display: block; width: 55%; height: 17px; margin-bottom: 9px; border-radius: 4px; background: #1f5a4c; }
.mini-site-window em { display: block; width: 72%; height: 5px; margin-top: 5px; border-radius: 999px; background: rgba(23,51,44,.2); }
.mini-site-window em:last-child { width: 47%; }
.system-mini-core > small { color: var(--forest-light); }
.system-mini-core h3 { margin: 6px 0 3px; font-size: 1.25rem; }
.system-mini-core p { margin: 0; color: var(--muted); font-size: .65rem; }
.system-team-strip { display: grid; grid-template-columns: 54px 1fr; gap: 17px; align-items: center; margin-top: 10px; padding: 15px 17px; border-radius: 17px; background: var(--lime); color: var(--ink); }
.team-pulse { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); }
.team-pulse span { position: relative; z-index: 2; font-size: .84rem; font-weight: 950; }
.team-pulse i { position: absolute; inset: -5px; border: 1px solid rgba(23,51,44,.26); border-radius: 50%; animation: care-pulse 3s ease-out infinite; }
.system-team-strip small { color: #355a26; }
.system-team-strip strong { display: block; margin: 3px 0; font-size: .82rem; }
.system-team-strip p { margin: 0; color: rgba(23,51,44,.7); font-size: .62rem; font-weight: 800; }
.cost-snapshot-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 15px 18px; border-radius: 14px; background: var(--lime); color: var(--ink); font-size: .83rem; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.site-system-mini .cost-snapshot-link { margin: 10px 0 0; background: rgba(255,255,255,.08); color: white; }
.site-system-mini .cost-snapshot-link:hover { background: rgba(255,255,255,.14); }
.cost-snapshot-link:hover { transform: translateY(-2px); background: #d7ff80; }
.cost-snapshot-link span { font-size: 1.1rem; }

@keyframes system-flow { to { stroke-dashoffset: -40; } }
@keyframes care-pulse { 0%, 55% { opacity: .8; transform: scale(.92); } 100% { opacity: 0; transform: scale(1.32); } }

.products-section { background: var(--white); }
.product-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; }
.product-card { position: relative; overflow: hidden; min-height: 550px; padding: 43px; border-radius: var(--radius-lg); }
.product-index { position: absolute; top: 30px; right: 32px; color: rgba(23,51,44,.18); font-size: 4.5rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.product-label { display: inline-block; margin-bottom: 52px; color: var(--forest-light); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.product-card h3 { max-width: 570px; margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.product-card > p { max-width: 610px; font-size: 1rem; }
.product-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; margin: 32px 0 36px; }
.product-card li { color: var(--ink); font-size: .84rem; font-weight: 800; }
.product-card li::before { content: "↗"; margin-right: 8px; color: var(--forest-light); }
.website-product { border: 1px solid var(--line); background: linear-gradient(155deg, #fff 0%, #f0f5ed 100%); }
.website-product::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 260px; height: 260px; border: 1px solid rgba(31,90,76,.16); border-radius: 50%; box-shadow: 0 0 0 28px rgba(31,90,76,.035), 0 0 0 56px rgba(31,90,76,.025); }
.service-family-grid { grid-template-columns: 1.08fr .92fr; }
.digital-product { border: 1px solid #cfdce4; background: linear-gradient(145deg, #edf4f8, #dce9ee 65%, #d3e4dc); }
.digital-product .product-label { color: #315e6b; }
.digital-product li::before { color: #315e6b; }
.separate-product { display: grid; grid-template-columns: 92px 1fr auto; gap: 28px; align-items: center; margin-top: 24px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 24px; background: #f8faf8; }
.separate-product-mark { position: relative; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: #0b2923; overflow: hidden; }
.separate-product-mark::before, .separate-product-mark::after { content: ""; position: absolute; border: 1px solid rgba(201,243,106,.24); border-radius: 50%; }
.separate-product-mark::before { width: 58px; height: 58px; }
.separate-product-mark::after { width: 35px; height: 35px; }
.separate-product-mark span { width: 12px; height: 12px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 8px rgba(201,243,106,.1); }
.separate-product-mark i { position: absolute; width: 42px; height: 1px; background: rgba(201,243,106,.46); transform: rotate(-28deg); }
.separate-product .product-label { margin: 0 0 5px; color: var(--forest-light); }
.separate-product h3 { margin: 0 0 6px; font-size: 1.35rem; }
.separate-product p { max-width: 760px; margin: 0; font-size: .84rem; line-height: 1.55; }
.separate-product-actions { min-width: 230px; display: flex; align-items: center; flex-direction: column; gap: 11px; }
.separate-product-actions .button { width: 100%; padding-inline: 18px; font-size: .74rem; text-align: center; }
.text-link { color: var(--forest); font-size: .76rem; font-weight: 900; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.perun-product { color: white; background: linear-gradient(145deg, #071d19, #103c32 68%, #1d5c49); box-shadow: 0 30px 70px rgba(7,28,24,.2); }
.perun-product .product-index { color: rgba(201,243,106,.16); }
.perun-product .product-label { color: var(--lime); }
.perun-product h3 { color: white; }
.perun-product > p { max-width: 520px; color: #bdd1c9; }
.perun-signal { position: relative; height: 112px; margin: 32px 0 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: repeating-linear-gradient(90deg, transparent 0, transparent 48px, rgba(255,255,255,.035) 49px, rgba(255,255,255,.035) 50px); }
.perun-signal::before { content: "VERIFICATION SIGNAL"; position: absolute; left: 16px; top: 12px; color: #86a398; font-size: .54rem; font-weight: 900; letter-spacing: .14em; }
.perun-signal span { position: absolute; bottom: 20px; width: 11px; border-radius: 999px; background: var(--lime); opacity: .78; }
.perun-signal span:nth-child(1) { left: 21%; height: 20px; }
.perun-signal span:nth-child(2) { left: 39%; height: 47px; }
.perun-signal span:nth-child(3) { left: 57%; height: 30px; }
.perun-signal span:nth-child(4) { left: 75%; height: 58px; }
.perun-signal i { position: absolute; width: 16px; height: 16px; left: calc(75% - 2px); bottom: 70px; border: 4px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 9px rgba(201,243,106,.1); }

.industries-section { position: relative; overflow: hidden; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(23,51,44,.1); border-radius: 22px; background: rgba(255,255,255,.82); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.industry-card:hover { transform: translateY(-5px); border-color: rgba(31,90,76,.3); box-shadow: var(--shadow-soft); }
.industry-card:focus-visible { outline: 3px solid rgba(45,122,103,.28); outline-offset: 4px; }
.industry-card .industry-index { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--forest); font-size: .67rem; font-weight: 900; }
.industry-card h3 { margin: 0 0 10px; font-size: 1.22rem; }
.industry-card p { margin: 0; font-size: .82rem; line-height: 1.5; }
.industry-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 19px; padding-top: 14px; border-top: 1px solid rgba(23,51,44,.14); color: var(--ink); font-size: .72rem; font-weight: 900; }
.industry-link i { font-style: normal; font-size: .95rem; transition: transform .2s ease; }
.industry-card:hover .industry-link i { transform: translateX(4px); }
.industry-hospitality { background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(194,220,209,.78)), url('assets/images/seaside.webp') center/cover; }
.industry-hospitality h3, .industry-hospitality p { color: var(--ink-deep); }
.industry-food { background: #f3dfbe; }
.industry-professional { background: #dfe8ff; }
.industry-manufacturing { background: #dfe1dd; }
.industry-health { background: #f2e3df; }
.industry-retail { background: #eee8fa; }
.industry-tourism { background: #d9ece9; }
.industry-community { background: #f0ead9; }

.faq-detail-link { display: inline-flex; margin: 0 0 20px; color: var(--forest); font-size: .82rem; font-weight: 900; }
.faq-detail-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.portfolio-section { background: #fff; }
.concept-grid { gap: 28px; grid-auto-rows: auto; }
.concept-grid .portfolio-card { height: auto; }
.concept-stage { min-height: 455px; padding: 0; isolation: isolate; }
.project-modal-preview .concept-stage { min-height: 650px; height: 100%; padding: 0; }
.concept-stage::before, .concept-stage::after { display: none; }
.concept-stage .demo-label { top: 18px; left: 18px; }
.concept-browser { position: absolute; overflow: hidden; border-radius: 15px; box-shadow: 0 26px 55px rgba(8,28,23,.24); }

/* Mountain concept */
.concept-mountain { background: #bbcbbf; }
.mountain-browser { inset: 58px 54px 36px 34px; color: white; background: linear-gradient(90deg, rgba(7,30,23,.86), rgba(7,30,23,.16)), url('assets/images/mountain-cabin.webp') center/cover; }
.concept-nav { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; background: #f8f4e9; color: #16392f; font-size: .46rem; font-weight: 800; }
.concept-nav b { font-family: Georgia, serif; font-size: .78rem; }
.concept-nav i { padding: 6px 9px; border-radius: 999px; background: #1f5a4c; color: white; font-style: normal; }
.mountain-copy { width: 62%; padding: 55px 28px; }
.mountain-copy small { color: #efd49c; font-size: .44rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mountain-copy h4 { margin: 10px 0 11px; color: white; font-family: Georgia, serif; font-size: 2.3rem; line-height: .94; }
.mountain-copy p { color: rgba(255,255,255,.77); font-size: .64rem; }
.mountain-copy b { display: inline-flex; padding: 8px 11px; border-radius: 999px; background: #f0dfbc; color: #16392f; font-size: .47rem; }
.mountain-booking { position: absolute; right: 18px; bottom: 18px; width: 166px; display: flex; flex-direction: column; padding: 14px; border-radius: 13px; background: rgba(251,248,240,.95); color: var(--ink); }
.mountain-booking small, .mountain-booking span { color: var(--muted); font-size: .4rem; }
.mountain-booking strong { margin: 4px 0; font-size: .72rem; }
.concept-phone { position: absolute; z-index: 6; right: 17px; top: 77px; width: 105px; height: 218px; padding: 17px 7px 7px; border: 6px solid #102f29; border-radius: 24px; background: #f8f4e9; box-shadow: 0 20px 45px rgba(5,24,18,.32); color: var(--ink); }
.concept-phone > span { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: .48rem; }
.phone-image { height: 110px; border-radius: 9px; background-size: cover; background-position: center; }
.mountain-phone-image { background-image: url('assets/images/mountain-cabin.webp'); }
.concept-phone b { display: block; margin: 8px 0 5px; font-size: .55rem; }
.concept-phone small { display: block; padding: 5px; border-radius: 999px; background: var(--forest); color: white; text-align: center; font-size: .35rem; font-weight: 900; }

/* Seaside editorial concept */
.concept-seaside { background: #e7d9c4; }
.seaside-wordmark { position: absolute; z-index: 4; left: 23px; top: 68px; color: #153f48; font-family: Georgia, serif; font-size: 3.35rem; font-weight: 900; line-height: .72; letter-spacing: -.08em; }
.seaside-wordmark i { color: #d85f3d; font-style: italic; }
.seaside-photo { position: absolute; inset: 38px 28px 34px 42%; border-radius: 160px 160px 14px 14px; background: url('assets/images/seaside.webp') center/cover; box-shadow: 0 25px 50px rgba(53,58,44,.18); }
.seaside-panel { position: absolute; z-index: 3; left: 25px; bottom: 57px; width: 47%; padding: 19px; border-radius: 0 18px 18px 0; background: rgba(250,245,235,.95); }
.seaside-panel small { color: #d85f3d; font-size: .42rem; font-weight: 900; letter-spacing: .13em; }
.seaside-panel h4 { margin: 8px 0; color: #153f48; font-family: Georgia, serif; font-size: 1.5rem; line-height: .98; }
.seaside-panel p { margin-bottom: 10px; color: #6c7774; font-size: .55rem; }
.seaside-panel b { color: #d85f3d; font-size: .47rem; }
.seaside-date { position: absolute; z-index: 5; right: 42px; bottom: 18px; display: flex; align-items: center; gap: 13px; padding: 10px 12px; border-radius: 12px; background: #153f48; color: white; font-size: .32rem; letter-spacing: .08em; }
.seaside-date span { min-width: 46px; }
.seaside-date b { font-size: .5rem; }
.seaside-date i { padding: 8px; border-radius: 9px; background: #d85f3d; font-style: normal; font-weight: 900; }

/* Small bistro concept */
.concept-bistro { background: #23201c; }
.bistro-menu { position: absolute; left: 27px; top: 50px; bottom: 26px; width: 43%; padding: 31px 26px; background: #e6b850; color: #28231d; transform: rotate(-2deg); box-shadow: 0 24px 45px rgba(0,0,0,.26); }
.bistro-menu > span { font-size: .45rem; font-weight: 900; letter-spacing: .14em; }
.bistro-menu h4 { margin: 23px 0 18px; color: #28231d; font-family: Georgia, serif; font-size: 2.8rem; line-height: .72; letter-spacing: -.07em; }
.bistro-menu p { color: #28231d; font-family: Georgia, serif; font-size: .72rem; line-height: 1.4; }
.bistro-menu b { position: absolute; left: 25px; bottom: 25px; border-bottom: 2px solid #28231d; font-size: .48rem; letter-spacing: .08em; }
.bistro-photo { position: absolute; inset: 36px 28px 25px 44%; background: url('assets/images/restaurant.webp') center/cover; filter: saturate(.75) contrast(1.08); }
.bistro-stamp { position: absolute; z-index: 5; right: 19px; top: 62px; width: 72px; height: 72px; display: grid; place-content: center; border-radius: 50%; background: #ec5e3e; color: white; text-align: center; font-size: .44rem; line-height: 1.15; transform: rotate(10deg); }
.bistro-stamp b { font-size: .66rem; }
.bistro-nav { position: absolute; z-index: 5; right: 30px; bottom: 32px; padding: 9px 12px; background: #f5eee1; color: #2c2721; font-size: .4rem; font-weight: 800; letter-spacing: .08em; }
.bistro-nav b { color: #d74e34; }

/* Fast food concept */
.concept-fastfood { overflow: hidden; background: #f04e30; }
.concept-fastfood::after { display: block; content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: -260px; border-radius: 50%; background: #f6ca3a; }
.fastfood-burst { position: absolute; z-index: 3; left: 33px; top: 92px; color: #172722; font-size: 3.35rem; font-weight: 950; line-height: .65; letter-spacing: -.09em; transform: rotate(-7deg); }
.fastfood-burst span { color: white; font-family: Georgia, serif; font-style: italic; }
.fastfood-phone { position: absolute; z-index: 4; right: 49px; top: 33px; width: 235px; height: 390px; padding: 18px; border: 8px solid #172722; border-radius: 36px; background: #fff5dc; box-shadow: 0 28px 55px rgba(67,16,8,.3); transform: rotate(4deg); }
.fastfood-top { display: flex; justify-content: space-between; color: #172722; font-size: .48rem; font-weight: 950; }
.fastfood-top i { font-style: normal; }
.fastfood-food { height: 150px; margin: 14px 0 13px; border-radius: 50% 50% 22px 22px; background: url('assets/images/burger.webp') center/cover; }
.fastfood-phone h4 { margin: 0 0 15px; color: #172722; font-size: 2rem; line-height: .84; text-transform: uppercase; }
.fastfood-phone > div:last-child { display: flex; align-items: center; justify-content: space-between; }
.fastfood-phone > div:last-child b { padding: 9px 12px; border-radius: 999px; background: #172722; color: white; font-size: .48rem; }
.fastfood-phone > div:last-child span { color: #f04e30; font-size: .45rem; font-weight: 900; }
.fastfood-tags { position: absolute; z-index: 5; left: 24px; bottom: 24px; display: flex; flex-wrap: wrap; width: 270px; gap: 6px; }
.fastfood-tags span { padding: 7px 10px; border: 2px solid #172722; border-radius: 999px; background: #fff5dc; color: #172722; font-size: .42rem; font-weight: 950; transform: rotate(-2deg); }
.fastfood-tags span:nth-child(even) { background: #c9f36a; transform: rotate(3deg); }

/* Manufacturing concept */
.concept-industrial { overflow: hidden; background: #cdd0ca; color: #101713; }
.industrial-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(16,23,19,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(16,23,19,.08) 1px, transparent 1px); background-size: 34px 34px; }
.industrial-code { position: absolute; z-index: 2; top: 26px; right: 27px; font-family: monospace; font-size: .47rem; font-weight: 800; letter-spacing: .06em; }
.industrial-copy { position: absolute; z-index: 3; left: 28px; top: 64px; width: 55%; }
.industrial-copy > span { display: inline-block; padding: 6px 8px; background: #101713; color: #dbe1d8; font-family: monospace; font-size: .46rem; font-weight: 900; letter-spacing: .12em; }
.industrial-copy h4 { margin: 25px 0 13px; color: #101713; font-size: 2.45rem; line-height: .9; text-transform: uppercase; }
.industrial-copy p { max-width: 250px; color: #485049; font-size: .62rem; }
.industrial-copy b { color: #101713; font-family: monospace; font-size: .48rem; }
.industrial-photo { position: absolute; right: 25px; bottom: 57px; width: 43%; height: 240px; background: linear-gradient(rgba(16,23,19,.08), rgba(16,23,19,.4)), url('assets/images/manufacturing.webp') center/cover; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); filter: grayscale(.85) contrast(1.15); }
.industrial-metrics { position: absolute; z-index: 4; left: 27px; right: 27px; bottom: 21px; display: flex; gap: 23px; padding-top: 11px; border-top: 2px solid #101713; font-family: monospace; font-size: .42rem; }
.industrial-metrics b { font-size: .75rem; }

/* Accounting concept */
.concept-accounting { background: #dfe8ff; }
.accounting-shell { position: absolute; inset: 31px; overflow: hidden; border-radius: 18px; background: #f8faff; box-shadow: 0 24px 52px rgba(24,47,101,.18); }
.accounting-nav { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; border-bottom: 1px solid #d8dff1; color: #18264c; font-size: .43rem; }
.accounting-nav b { letter-spacing: .11em; }
.accounting-nav i { padding: 7px 10px; border-radius: 999px; background: #315be8; color: white; font-style: normal; font-weight: 900; }
.accounting-copy { position: absolute; left: 24px; top: 101px; width: 46%; }
.accounting-copy small { color: #315be8; font-size: .41rem; font-weight: 900; letter-spacing: .12em; }
.accounting-copy h4 { margin: 13px 0 11px; color: #18264c; font-family: Georgia, serif; font-size: 2.15rem; line-height: .92; }
.accounting-copy p { color: #68728e; font-size: .58rem; }
.accounting-copy b { color: #315be8; font-size: .46rem; }
.accounting-widget { position: absolute; right: 22px; top: 91px; width: 43%; height: 244px; padding: 18px; border: 1px solid #d5def3; border-radius: 18px; background: white; box-shadow: 0 16px 32px rgba(39,69,141,.11); }
.accounting-widget > span { color: #8490af; font-size: .39rem; font-weight: 900; letter-spacing: .1em; }
.accounting-widget > strong { display: block; margin: 11px 0 22px; color: #18264c; font-size: .82rem; }
.accounting-widget > div { height: 92px; display: flex; align-items: end; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid #dce3f3; }
.accounting-widget i { flex: 1; border-radius: 5px 5px 0 0; background: #9db5ff; }
.accounting-widget i:nth-child(1) { height: 31%; }.accounting-widget i:nth-child(2) { height: 46%; }.accounting-widget i:nth-child(3) { height: 38%; }.accounting-widget i:nth-child(4) { height: 63%; }.accounting-widget i:nth-child(5) { height: 73%; }.accounting-widget i:nth-child(6) { height: 92%; background: #315be8; }
.accounting-widget small { display: block; margin-top: 11px; color: #74809d; font-size: .37rem; line-height: 1.5; }

.perun-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 82% 10%, rgba(73,150,116,.3), transparent 28%), #071c18; }
.perun-section::before { content: ""; position: absolute; width: 460px; height: 460px; left: -260px; bottom: -270px; border: 1px solid rgba(201,243,106,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(201,243,106,.025), 0 0 0 110px rgba(201,243,106,.018); }
.perun-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.perun-heading h2 { max-width: 760px; margin: 0; color: white; }
.perun-heading > p { margin-bottom: 7px; color: #adc5bc; }
.perun-use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(255,255,255,.1); }
.perun-use { min-height: 245px; padding: 28px; background: rgba(8,35,29,.96); transition: background .2s ease; }
.perun-use:hover { background: #123e34; }
.perun-use > span { color: var(--lime); font-family: monospace; font-size: .66rem; }
.perun-use h3 { margin: 52px 0 11px; color: white; font-size: 1.15rem; }
.perun-use p { margin: 0; color: #9fb9af; font-size: .8rem; line-height: 1.55; }
.perun-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; }
.perun-footer p { max-width: 700px; margin: 0; color: #a9c0b7; font-size: .88rem; }
.perun-footer strong { color: white; }

.compact-process { grid-template-columns: repeat(4, 1fr); background: transparent; border: 0; gap: 14px; overflow: visible; }
.compact-process .process-item { min-height: 245px; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; }
.compact-process .process-item:last-child { grid-column: auto; }
.compact-process .process-item > span { margin-bottom: auto; }

.quote-copy { position: sticky; top: 120px; }
.quote-copy h2 { color: white; }
.quote-copy > p { color: #c5d8d0; }
.quote-promises { display: grid; gap: 11px; margin-top: 30px; }
.quote-promises span { color: #e5f0eb; font-size: .86rem; font-weight: 800; }
.quote-promises span::before { content: "✓"; margin-right: 9px; color: var(--lime); }
.quote-form .estimate-card { margin: -8px 0 28px; background: var(--sage-soft); border-color: var(--line); }
.quote-form .estimate-card span { color: var(--forest); }
.quote-form .estimate-card strong { color: var(--ink); }
.quote-form .estimate-card p { margin: 0; color: var(--muted); font-size: .79rem; }
.checkbox-field { margin: 0; padding: 0; border: 0; }
.checkbox-field legend { margin-bottom: 9px; color: var(--ink); font-size: .8rem; font-weight: 900; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.checkbox-grid label { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); font-size: .76rem; font-weight: 750; }
.checkbox-grid input { width: auto; accent-color: var(--forest); }

@media (max-width: 1100px) {
  .hero-pricing-intro { grid-template-columns: 1fr .65fr; gap: 38px; }
  .hero-pricing h1 { font-size: clamp(3.2rem, 6vw, 5.2rem); }
  .hero-pricing-grid .price-card { padding: 23px; }
  .industry-grid, .perun-use-grid { grid-template-columns: repeat(2, 1fr); }
  .compact-process { grid-template-columns: repeat(2, 1fr); }
  .cost-snapshot-grid { grid-template-columns: 1fr; gap: 42px; }
  .site-system-mini { width: 100%; max-width: 760px; }
}

@media (max-width: 900px) {
  .hero-pricing { padding-top: 66px; }
  .hero-pricing-intro { grid-template-columns: 1fr; margin-bottom: 50px; }
  .hero-outcome-card { max-width: 680px; }
  .hero-price-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-pricing-grid { grid-template-columns: 1fr; }
  .hero-pricing-grid .price-featured { transform: none; }
  .hero-pricing-grid .price-card ul { min-height: auto; }
  .product-grid, .perun-heading { grid-template-columns: 1fr; gap: 24px; }
  .product-card { min-height: auto; }
  .separate-product { grid-template-columns: 78px 1fr; }
  .separate-product-actions { grid-column: 1 / -1; min-width: 0; align-items: flex-start; flex-direction: row; }
  .separate-product-actions .button { width: auto; }
  .concept-stage { min-height: 455px; }
  .project-modal-preview .concept-stage { min-height: 560px; }
  .perun-footer { align-items: flex-start; flex-direction: column; }
  .quote-copy { position: static; }
}

@media (max-width: 680px) {
  .hero-pricing { padding: 55px 0 70px; }
  .hero-pricing h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .hero-outcome-card { padding: 24px; }
  .hero-price-heading { padding-top: 30px; }
  .hero-pricing-grid .price-card { padding: 24px 21px; }
  .hero-pricing-foot { align-items: flex-start; flex-direction: column; gap: 10px; }
  .product-card { padding: 31px 24px; border-radius: 24px; }
  .product-index { top: 22px; right: 24px; font-size: 3.4rem; }
  .product-label { margin-bottom: 42px; }
  .product-card ul { grid-template-columns: 1fr; }
  .separate-product { grid-template-columns: 1fr; padding: 24px 21px; }
  .separate-product-mark { width: 64px; height: 64px; }
  .separate-product-actions { flex-direction: column; align-items: stretch; }
  .separate-product-actions .button { width: 100%; }
  .industry-grid, .perun-use-grid, .compact-process { grid-template-columns: 1fr; }
  .industry-card { min-height: 190px; }
  .cost-snapshot { padding: 62px 0; }
  .system-mini-stage { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 12px; }
  .system-mini-stage::before, .system-mini-lines { display: none; }
  .system-mini-node, .system-mini-core { position: relative; inset: auto; width: auto; transform: none; }
  .system-mini-core { grid-column: 1 / -1; grid-row: 1; left: auto; top: auto; }
  .mini-domain, .mini-hosting { grid-row: 2; }
  .mini-changes { grid-column: 1 / -1; grid-row: 3; left: auto; bottom: auto; }
  .system-mini-node h3 { margin-top: 26px; }
  .system-team-strip { grid-template-columns: 46px 1fr; padding: 14px; }
  .team-pulse { width: 42px; height: 42px; }
  .concept-stage { min-height: 350px; }
  .concept-grid .portfolio-content { padding: 24px 20px 26px; }
  .mountain-browser { inset: 52px 31px 26px 18px; }
  .mountain-copy { width: 75%; padding: 39px 16px; }
  .mountain-copy h4 { font-size: 1.5rem; }
  .mountain-booking { display: none; }
  .concept-phone { width: 79px; height: 170px; right: 8px; top: 69px; border-width: 5px; }
  .concept-phone .phone-image { height: 79px; }
  .seaside-wordmark { left: 15px; top: 67px; font-size: 2.25rem; }
  .seaside-photo { inset: 32px 14px 28px 38%; }
  .seaside-panel { left: 14px; bottom: 40px; width: 59%; padding: 13px; }
  .seaside-panel h4 { font-size: 1.05rem; }
  .seaside-date { right: 22px; bottom: 12px; transform: scale(.8); transform-origin: right bottom; }
  .bistro-menu { left: 14px; top: 47px; bottom: 20px; width: 50%; padding: 22px 15px; }
  .bistro-menu h4 { font-size: 1.9rem; }
  .bistro-photo { inset: 30px 14px 19px 45%; }
  .bistro-stamp { right: 8px; width: 56px; height: 56px; }
  .bistro-nav { display: none; }
  .fastfood-burst { left: 18px; top: 87px; font-size: 2.2rem; }
  .fastfood-phone { right: 24px; top: 31px; width: 176px; height: 300px; padding: 13px; border-width: 6px; }
  .fastfood-food { height: 110px; }
  .fastfood-phone h4 { font-size: 1.5rem; }
  .fastfood-tags { left: 11px; bottom: 16px; width: 180px; }
  .industrial-copy { left: 17px; top: 60px; width: 65%; }
  .industrial-copy h4 { font-size: 1.65rem; }
  .industrial-photo { right: 14px; bottom: 51px; width: 46%; height: 185px; }
  .industrial-metrics { left: 16px; right: 16px; gap: 11px; }
  .accounting-shell { inset: 19px; }
  .accounting-nav span { display: none; }
  .accounting-copy { left: 15px; top: 84px; width: 56%; }
  .accounting-copy h4 { font-size: 1.45rem; }
  .accounting-widget { right: 11px; top: 80px; width: 42%; height: 203px; padding: 11px; }
  .accounting-widget > strong { font-size: .62rem; }
  .project-modal-preview .concept-stage { min-height: 390px; }
  .perun-use { min-height: 205px; }
  .perun-use h3 { margin-top: 34px; }
  .checkbox-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .system-mini-stage { grid-template-columns: 1fr; }
  .system-mini-core, .mini-domain, .mini-hosting, .mini-changes { grid-column: 1; }
  .system-mini-core { grid-row: 1; }
  .mini-domain { grid-row: 2; }
  .mini-hosting { grid-row: 3; }
  .mini-changes { grid-row: 4; }
}
