:root{--bg:#08111f;--bg2:#0b1627;--panel:#0f1d31;--line:#21334d;--text:#f7f9fd;--muted:#9aabc1;--blue:#6d8cff;--cyan:#79e5ff;--light:#f5f7fb;--ink:#132137;--ink2:#506077;--white:#fff;--radius:26px;--shadow:0 30px 80px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:min(1180px,calc(100% - 44px));margin:auto}
.nav{position:sticky;top:0;z-index:40;background:rgba(8,17,31,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.navin{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{display:block;width:245px;max-width:46vw}.links{display:flex;align-items:center;gap:24px;color:#c7d2df;font-size:14px;font-weight:750}.links>a:not(.btn):hover{color:#fff}.menu-btn{display:none;width:48px;height:48px;border-radius:15px;border:1px solid #2a3b55;background:#0d1a2d;color:#fff;font-size:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#08111f;font-weight:900;box-shadow:0 12px 30px rgba(91,128,255,.2);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.small{padding:11px 15px;border-radius:12px}.btn.ghost{background:transparent;color:#f7f9fd;border:1px solid #2d4260;box-shadow:none}
.hero{position:relative;overflow:hidden;padding:92px 0 88px;background:radial-gradient(circle at 75% 0%,rgba(74,110,255,.20),transparent 34%),radial-gradient(circle at 10% 20%,rgba(102,225,255,.08),transparent 28%),linear-gradient(180deg,#091322 0%,#0b1729 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:.94fr 1.06fr;gap:64px;align-items:center}.hero-copy{max-width:650px}.kicker{display:inline-flex;align-items:center;gap:9px;color:#9bdfff;font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.kicker i{width:7px;height:7px;border-radius:50%;background:#6ce4ff;box-shadow:0 0 18px #6ce4ff}.hero h1{font-size:clamp(54px,6.8vw,88px);line-height:.96;letter-spacing:-.06em;margin:22px 0 25px}.gradient{background:linear-gradient(118deg,#fff 4%,#a7ecff 48%,#7995ff 96%);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:19px;line-height:1.7;color:#b0bfd1;margin:0;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}.capabilities div{border-top:1px solid #2a3e5a;padding-top:14px}.capabilities b{display:block;color:#6fe3ff;font-size:11px;letter-spacing:.14em;margin-bottom:7px}.capabilities span{display:block;color:#dce5ef;font-size:13px;line-height:1.35;font-weight:700}
.project-stage{border:1px solid #293d59;background:linear-gradient(160deg,rgba(18,35,57,.97),rgba(9,18,31,.98));border-radius:30px;padding:16px;box-shadow:var(--shadow);position:relative}.project-stage:after{content:"";position:absolute;inset:1px;border-radius:29px;box-shadow:inset 0 1px rgba(255,255,255,.045);pointer-events:none}.stage-top,.stage-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 4px 14px;color:#72849b;font-size:11px}.stage-label{font-weight:850;letter-spacing:.12em;text-transform:uppercase}.stage-dots{display:flex;gap:6px}.stage-dots i{width:7px;height:7px;border-radius:50%;background:#4d617b}.stage-grid{display:grid;grid-template-columns:1.16fr .84fr;grid-template-rows:1fr 1fr;gap:12px;min-height:500px}.mini-project{position:relative;border-radius:20px;overflow:hidden;padding:20px;display:flex;flex-direction:column;transition:.2s}.mini-project:hover{transform:translateY(-2px)}.mini-construction{grid-row:1/3;background:linear-gradient(150deg,#fff4e9,#e2c5b0);color:#24170f}.mini-medical{background:linear-gradient(145deg,#edf7f3,#cfe7de);color:#17352f}.mini-restaurant{background:linear-gradient(145deg,#5b2024,#1a0f12);color:#fff3e7}.mini-head{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:950;letter-spacing:.07em}.mini-head em{font-style:normal;opacity:.58;font-weight:700;letter-spacing:0}.mini-copy{margin:auto 0}.mini-copy small{display:block;font-size:9px;letter-spacing:.14em;font-weight:900;opacity:.62;margin-bottom:12px}.mini-copy strong{display:block;font-size:clamp(22px,2.2vw,32px);line-height:1.02;letter-spacing:-.045em}.mini-medical .mini-copy strong,.mini-restaurant .mini-copy strong{font-size:21px}.mini-cta{display:inline-flex;margin-top:17px;padding:9px 12px;border-radius:9px;background:#14213a;color:#fff;font-size:10px;font-weight:900}.mini-medical .mini-cta{background:#2f6c5f}.mini-restaurant .mini-cta{background:#e6bd7f;color:#2b1515}.mini-footer{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.mini-footer span{padding:7px 8px;border-radius:999px;border:1px solid currentColor;opacity:.55;font-size:8px;font-weight:800}.stage-bottom{padding:14px 4px 2px}.stage-bottom a{color:#8be8ff;font-weight:850;white-space:nowrap}
.section{padding:90px 0}.section.light{background:var(--light);color:var(--ink)}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:38px}.sectionhead h2{font-size:clamp(36px,5vw,55px);line-height:1.04;letter-spacing:-.045em;margin:8px 0 0}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:950;color:#5d7ff3}.sectionhead p{max-width:520px;color:#6c7b8e;line-height:1.65;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.service-card{position:relative;border:1px solid #dce4ed;background:#fff;border-radius:24px;padding:29px;min-height:220px;overflow:hidden}.service-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-90px;top:-100px;background:linear-gradient(145deg,#eef3ff,#e8f9ff)}.service-card>span{position:relative;z-index:1;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#12213a;color:#fff;font-size:11px;font-weight:900}.service-card h3{position:relative;z-index:1;font-size:25px;margin:24px 0 10px}.service-card p{position:relative;z-index:1;margin:0;color:#69788b;line-height:1.65}.demos-section{padding-top:35px;border-top:1px solid #e3e8ef}

/* Pricing */
.pricing-section{background:#f4f7fb;color:var(--ink);position:relative;overflow:hidden;border-top:1px solid #e5eaf1;border-bottom:1px solid #e5eaf1}.pricing-section:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-240px;top:-260px;background:radial-gradient(circle,rgba(109,140,255,.13),rgba(109,140,255,0) 70%);pointer-events:none}.pricing-head{position:relative}.pricing-head p{color:#66768a}.pricing-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.price-card{position:relative;display:flex;flex-direction:column;min-height:0;border:1px solid #dce4ee;background:rgba(255,255,255,.94);border-radius:23px;padding:26px;box-shadow:0 12px 34px rgba(34,53,82,.055);transition:.2s}.price-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(34,53,82,.085);border-color:#cad7e7}.price-card-accent{background:linear-gradient(145deg,#10213a,#0b182a);border-color:#273e5c;color:#fff;box-shadow:0 18px 42px rgba(8,20,37,.16)}.price-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.price-card-head>div:first-child{min-width:0}.price-label{display:block;color:#4d72dc;font-size:10px;font-weight:950;letter-spacing:.16em;margin-bottom:10px}.price-card-accent .price-label{color:#7fe7ff}.price-card h3{font-size:27px;line-height:1.05;margin:0;letter-spacing:-.035em}.price-amount{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:7px;align-items:end;justify-items:end;flex:0 0 auto}.price-amount>span{grid-column:1/-1;color:#718198;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px}.price-amount strong{font-size:38px;line-height:.95;letter-spacing:-.055em;color:#12213a}.price-amount small{padding-bottom:3px;color:#7e8da1;font-size:10px;font-weight:900;letter-spacing:.08em}.price-card-accent .price-amount strong{color:#fff}.price-card-accent .price-amount>span,.price-card-accent .price-amount small{color:#8ea2bb}.price-desc{margin:20px 0 21px;color:#66768a;line-height:1.58;font-size:14px;max-width:560px}.price-card-accent .price-desc{color:#a9b8c9}.price-includes{display:flex;flex-wrap:wrap;gap:8px;padding-top:18px;border-top:1px solid #e5eaf0}.price-includes span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#f1f5fa;color:#43546a;font-size:11px;font-weight:800}.price-includes span:before{content:"✓";color:#4774e7;font-weight:950}.price-card-accent .price-includes{border-color:#243955}.price-card-accent .price-includes span{background:#132942;color:#d7e3ef}.price-card-accent .price-includes span:before{color:#76e6ff}.price-link{margin-top:22px;display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-radius:12px;background:#12213a;color:#fff;font-size:13px;font-weight:900;transition:.2s}.price-link:hover{transform:translateY(-1px);background:#1a2c47}.price-card-accent .price-link{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#08111f}.price-link b{font-size:16px}.pricing-footnote{position:relative;display:flex;align-items:flex-start;gap:15px;margin-top:17px;padding:0 3px;color:#718095;font-size:11px;line-height:1.6}.pricing-footnote span{flex:0 0 auto;color:#35465c;font-weight:900}.pricing-footnote p{margin:0}
.demo-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:auto auto;gap:18px}.demo{position:relative;overflow:hidden;border:1px solid #d9e2eb;background:#fff;transition:.22s;min-height:310px;display:grid;color:#17263b}.demo:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(33,54,83,.11)}.demo-copy{position:relative;z-index:2;padding:28px;display:flex;flex-direction:column;align-items:flex-start}.demo-badge{font-size:9px;letter-spacing:.18em;font-weight:950;color:#7b8b9f}.demo h3{font-size:29px;margin:17px 0 10px;letter-spacing:-.035em}.demo p{margin:0;color:#65758a;line-height:1.6;max-width:470px;font-size:14px}.demo-link{margin-top:auto;padding-top:25px;color:#315fe1;font-weight:900;font-size:13px}.demo-scene{position:relative;overflow:hidden}.demo.construction{grid-template-columns:1.05fr .95fr;border-radius:3px;background:#f3efe7;border-color:#d3c7b6}.construction .demo-copy{padding:34px}.construction h3{font-family:Georgia,serif;font-weight:400;font-size:34px;color:#1d1c19}.construction .demo-link{color:#b25732}.construction-scene{background:#20201e;min-height:310px;color:#f3efe7;display:flex;flex-direction:column;justify-content:space-between;padding:25px}.construction-scene:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.7%,#ffffff10 50%,transparent 50.3%),linear-gradient(0deg,transparent 49.7%,#ffffff10 50%,transparent 50.3%);background-size:52px 52px}.construction-scene>*{position:relative}.construction-scene span{font-weight:950;font-size:20px}.construction-scene b{font-family:Georgia,serif;font-weight:400;font-size:44px;line-height:.9}.construction-scene small{font-size:9px;letter-spacing:.16em;color:#c9825e}.demo.medical{grid-template-rows:155px 1fr;border-radius:32px;background:#f6fbf8;border-color:#d6e6df}.medical .demo-copy{padding:24px}.medical h3{font-family:Georgia,serif;font-weight:400;color:#174f46}.medical .demo-link{color:#174f46}.medical-scene{background:#dff1e9;display:grid;place-items:center}.medical-scene span{width:72px;height:72px;border-radius:50%;background:#fff;color:#174f46;display:grid;place-items:center;font:300 54px Georgia,serif;box-shadow:0 12px 30px #174f4620}.medical-scene i{position:absolute;width:54px;height:26px;background:#fff;border-radius:999px;box-shadow:0 8px 18px #174f4618}.medical-scene i:nth-of-type(1){left:22px;top:22px}.medical-scene i:nth-of-type(2){right:24px;top:31px;width:74px}.medical-scene i:nth-of-type(3){right:46px;bottom:17px;width:92px}.demo.restaurant{grid-template-columns:.9fr 1.1fr;border:0;border-radius:0;background:#190f0d;color:#fff}.restaurant .demo-copy{padding:32px}.restaurant .demo-badge{color:#cda574}.restaurant h3{font-family:Georgia,serif;font-weight:400;font-size:36px}.restaurant p{color:#c6b7ae}.restaurant .demo-link{color:#e7bd8b}.restaurant-scene{background:radial-gradient(circle at 60% 40%,#8a4932 0,#4a241c 34%,#21110e 68%);min-height:315px;padding:25px;display:flex;flex-direction:column;justify-content:space-between}.restaurant-scene:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;border:18px solid #c28d5d;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 12px #2a1511}.restaurant-scene>*{position:relative;z-index:2}.restaurant-scene small,.restaurant-scene span{font-size:9px;letter-spacing:.16em;color:#e3c5a7}.restaurant-scene b{font-family:Georgia,serif;font-size:34px;font-weight:400;line-height:.92;align-self:flex-end;text-align:right}.demo.automotive{grid-template-columns:1fr 1.05fr;background:#0b0e12;color:#fff;border-radius:10px;border-color:#242d38}.automotive .demo-copy{padding:30px}.automotive .demo-badge{color:#ff7a4a}.automotive h3{color:#fff;font-size:31px;text-transform:uppercase}.automotive p{color:#9ca7b2}.automotive .demo-link{color:#ff6a32}.auto-scene{background:repeating-linear-gradient(90deg,transparent 0 47px,#ffffff07 47px 48px),linear-gradient(145deg,#202833,#0b0e12);min-height:310px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.auto-scene:before{content:"";position:absolute;left:14%;right:8%;top:43%;height:72px;background:linear-gradient(160deg,#d3d9de,#68717b 45%,#242a31 75%);clip-path:polygon(6% 65%,19% 33%,42% 15%,74% 20%,91% 49%,98% 58%,94% 74%,9% 74%)}.auto-scene strong{position:relative;font-size:28px;color:#ff5a1f}.auto-scene span{position:relative;font:800 9px 'Courier New',monospace;letter-spacing:.13em;color:#c5ced6}.auto-line{position:absolute;left:22px;right:22px;top:22px;height:1px;background:#ff5a1f55}
.portfolio-list{display:grid;gap:12px}.portfolio-row{border:1px solid #263a54;background:linear-gradient(145deg,#0d1929,#101f33);border-radius:20px;padding:23px 25px;display:flex;align-items:center;justify-content:space-between;gap:25px;transition:.2s}.portfolio-row:hover{transform:translateY(-2px);border-color:#3b587a}.portfolio-row span{font-size:10px;letter-spacing:.13em;font-weight:900;color:#80dff7}.portfolio-row h3{font-size:24px;margin:8px 0 5px}.portfolio-row p{margin:0;color:#9fafc2}.portfolio-row>b{font-size:13px;color:#82e7ff;white-space:nowrap}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.step{border:1px solid #dbe3ec;background:#fff;border-radius:20px;padding:21px}.step b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#12213a;color:#fff;margin-bottom:18px}.step h4{margin:0 0 8px;font-size:17px}.step p{margin:0;color:#6d7c8e;line-height:1.5;font-size:13px}.cta{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border:1px solid #2b4566;background:linear-gradient(135deg,#112944,#0e1a2c);border-radius:28px;padding:40px}.cta h2{font-size:40px;letter-spacing:-.04em;margin:8px 0 12px}.cta p{color:#a8b8ca;margin:0;line-height:1.6}.project-form{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;background:#0e1b2d;border:1px solid #23374f;border-radius:28px;padding:32px;margin-top:24px}.form-intro h3{font-size:34px;margin:14px 0 10px}.form-intro p{color:#aab8ca;line-height:1.65}.badge{display:inline-flex;font-size:11px;font-weight:850;color:#81edff;background:#102c40;padding:7px 10px;border-radius:999px}.form-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-fields input,.form-fields select,.form-fields textarea{padding:15px;border-radius:13px;border:1px solid #31445d;background:#0b1523;color:#fff;outline:none}.form-fields input:focus,.form-fields select:focus,.form-fields textarea:focus{border-color:#5f8cff;box-shadow:0 0 0 3px rgba(95,140,255,.12)}.form-fields textarea,.form-fields button{grid-column:1/-1}.footer{padding:52px 0 30px;border-top:1px solid #1d2c41}.footgrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footbrand img{width:250px}.footbrand p{color:#8393a7;max-width:430px;line-height:1.65}.foot h4{margin-top:0}.foot a{display:block;color:#8fa0b4;margin:10px 0;font-size:14px}.copyright{margin-top:35px;padding-top:24px;border-top:1px solid #1d2c41;color:#708198;font-size:12px;display:flex;justify-content:space-between;gap:20px}
@media(max-width:950px){.wrap{width:min(100% - 34px,1180px)}.brand img{width:228px;max-width:68vw}.menu-btn{display:block}.links{display:none;position:absolute;left:17px;right:17px;top:78px;background:#0c1829;border:1px solid #263a54;border-radius:18px;padding:14px;flex-direction:column;align-items:stretch;gap:3px;box-shadow:0 22px 50px rgba(0,0,0,.35)}.links.open{display:flex}.links a{padding:11px 12px}.hero-grid{grid-template-columns:1fr;gap:48px}.hero-copy{max-width:760px}.project-stage{max-width:760px}.sectionhead{display:block}.sectionhead p{margin-top:16px;max-width:700px}.pricing-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:repeat(2,1fr)}.project-form,.cta{grid-template-columns:1fr}.footgrid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1180px)}.navin{min-height:78px}.brand img{width:205px;max-width:70vw}.menu-btn{width:46px;height:46px}.hero{padding:58px 0 62px}.hero-grid{gap:38px}.hero h1{font-size:48px;margin-top:17px}.lead{font-size:17px;line-height:1.65}.actions{display:grid;grid-template-columns:1fr}.btn{width:100%;padding:15px 18px}.capabilities{grid-template-columns:1fr;gap:0;margin-top:32px}.capabilities div{display:grid;grid-template-columns:34px 1fr;align-items:center;padding:12px 0}.capabilities b{margin:0}.capabilities span{font-size:13px}.project-stage{padding:12px;border-radius:24px}.stage-top{padding:2px 2px 11px}.stage-grid{grid-template-columns:1fr;grid-template-rows:auto;min-height:0}.mini-project{min-height:205px;padding:18px}.mini-construction{grid-row:auto}.mini-copy strong,.mini-medical .mini-copy strong,.mini-restaurant .mini-copy strong{font-size:25px}.mini-footer{margin-top:17px}.stage-bottom{display:block;line-height:1.5;padding-top:12px}.stage-bottom a{display:block;margin-top:7px}.section{padding:64px 0}.sectionhead{margin-bottom:28px}.sectionhead h2{font-size:38px}.service-grid,.demo-grid,.pricing-grid{grid-template-columns:1fr}.price-card{padding:22px}.price-card-head{display:block}.price-amount{justify-items:start;justify-content:start;grid-template-columns:auto auto;margin-top:22px}.price-amount>span{justify-self:start}.price-amount strong{font-size:37px}.pricing-footnote{display:block}.pricing-footnote span{display:block;margin-bottom:5px}.service-card{min-height:0}.demo{min-height:285px}.portfolio-row{display:block}.portfolio-row>b{display:block;margin-top:18px}.process{grid-template-columns:1fr}.cta{padding:27px}.cta h2{font-size:32px}.project-form{padding:22px}.form-fields{grid-template-columns:1fr}.form-fields textarea,.form-fields button{grid-column:auto}.footgrid{grid-template-columns:1fr}.copyright{display:block;line-height:1.8}}

/* Broader industry demo presentation */
.more-industries{margin-top:22px;border:1px solid #d8e2ed;background:linear-gradient(135deg,#0d1d31,#142a43);color:#fff;border-radius:28px;padding:30px;display:grid;grid-template-columns:1.05fr 1.35fr auto;align-items:center;gap:28px;box-shadow:0 18px 50px rgba(20,42,67,.10)}
.more-industries h3{font-size:30px;line-height:1.05;letter-spacing:-.035em;margin:8px 0 9px}.more-industries p{margin:0;color:#aebed1;line-height:1.55}.industry-chips{display:flex;flex-wrap:wrap;gap:8px}.industry-chips span{border:1px solid #324b68;background:#12243a;color:#d8e7f7;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}.ghost-dark{background:#fff;color:#0b1b2e;border-color:#fff;white-space:nowrap}.ghost-dark:hover{background:#dff7ff}
@media(max-width:900px){.more-industries{grid-template-columns:1fr}.more-industries .btn{width:max-content}}
@media(max-width:620px){.more-industries{padding:23px;border-radius:23px}.more-industries h3{font-size:27px}.more-industries .btn{width:100%}.industry-chips span{font-size:10px;padding:7px 9px}}
@media(max-width:800px){.demo-grid{grid-template-columns:1fr}.demo.construction,.demo.restaurant,.demo.automotive{grid-template-columns:1fr}.demo.medical{grid-template-rows:145px 1fr}.demo-scene{min-height:230px}.construction-scene,.restaurant-scene,.auto-scene{min-height:240px}.construction .demo-copy,.restaurant .demo-copy,.automotive .demo-copy{padding:25px}.construction-scene b{font-size:38px}}
@media(max-width:520px){.demo-grid{gap:14px}.demo h3{font-size:27px}.demo p{font-size:13px}.construction-scene,.restaurant-scene,.auto-scene{min-height:205px}.medical-scene{min-height:145px}.restaurant-scene b{font-size:28px}.automotive h3{font-size:27px}}
