/* SHREE SHYAM TECHNOCRATS — original custom UI, no framework dependency */
:root{
  --navy:#06245d; --navy-2:#0c367d; --orange:#ff5a00; --orange-2:#ff7a16;
  --ink:#0c1730; --muted:#5f6b7d; --line:#e8edf5; --surface:#f7f9fc;
  --white:#fff; --radius:22px; --shadow:0 18px 50px rgba(6,36,93,.10);
  --max:1180px;
}
*{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(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,textarea{font:inherit}
.skip-link{position:fixed;left:12px;top:-70px;background:#fff;padding:10px 14px;border-radius:10px;z-index:9999;box-shadow:var(--shadow)}.skip-link:focus{top:12px}
.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}.section{padding:88px 0}.section-sm{padding:58px 0}.soft{background:linear-gradient(180deg,#f9fbff 0,#fff 100%)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;color:var(--navy)}.eyebrow:before{content:"";width:22px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--navy),var(--orange))}
h1,h2,h3{line-height:1.12;margin:0 0 16px;color:#071a3e;letter-spacing:-.025em}h1{font-size:clamp(2.45rem,7vw,5.35rem)}h2{font-size:clamp(2rem,4.5vw,3.45rem)}h3{font-size:1.25rem}.lead{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--muted);max-width:720px}.muted{color:var(--muted)}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,237,245,.8)}
.navbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;min-width:0}.brand img{width:286px;max-height:60px;object-fit:contain;object-position:left center}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a{padding:10px 12px;border-radius:12px;font-weight:700;font-size:.94rem}.nav-links a:hover,.nav-links a[aria-current="page"]{background:#f2f6fc;color:var(--navy)}.nav-cta{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff!important;padding:11px 16px!important}.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 11px;color:var(--navy);cursor:pointer}
.hero{padding:74px 0 54px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,0,.10),transparent 70%);right:-180px;top:-170px;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:58px;align-items:center}.hero h1 span{color:var(--orange)}.hero-copy{position:relative;z-index:1}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 19px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--navy),#0a3e8d);color:#fff;box-shadow:0 12px 30px rgba(6,36,93,.18)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{border-color:var(--line);background:#fff;color:var(--navy)}.btn-secondary:hover{border-color:#cbd6e8;background:#f9fbff}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#344157;font-weight:700;font-size:.92rem}.trust-row span{display:inline-flex;align-items:center;gap:7px}.trust-row span:before{content:"✓";color:var(--orange);font-weight:900}
.hero-panel{position:relative;background:linear-gradient(145deg,#071a3e,#0b3c86);border-radius:34px;padding:28px;color:#fff;box-shadow:0 32px 80px rgba(4,27,69,.24);min-height:460px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-panel:before{content:"";position:absolute;inset:-40% 20% auto -20%;height:300px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%)}.hero-panel .mini{position:relative;display:inline-flex;width:max-content;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);backdrop-filter:blur(8px);padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800}.service-stack{position:relative;display:grid;gap:12px;margin-top:18px}.stack-card{display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.09);backdrop-filter:blur(10px);border-radius:18px}.icon-box{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff;color:var(--navy);font-weight:900}.stack-card small{display:block;color:#c8d7f3}.stack-card b{font-size:1.02rem}.arrow{font-size:1.35rem;color:#ffb47e}.hero-panel-foot{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#dfe8f9;font-size:.86rem}.pulse{width:9px;height:9px;border-radius:50%;background:#62d995;box-shadow:0 0 0 6px rgba(98,217,149,.12);display:inline-block;margin-right:8px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px;box-shadow:0 10px 30px rgba(6,36,93,.04)}.service-card{transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d7e0ed}.service-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#eff5ff,#fff5ef);color:var(--navy);margin-bottom:20px}.service-card ul{padding:0;margin:18px 0 0;list-style:none}.service-card li{padding:7px 0 7px 24px;position:relative;color:#4f5d72}.service-card li:before{content:"";position:absolute;left:2px;top:16px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--orange))}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head p{margin:0;max-width:620px;color:var(--muted)}
/* Portfolio: logo + project type + project name only, with seamless auto-scroll */
.portfolio-page-hero{padding-bottom:34px}.portfolio-page-hero h1{margin-bottom:0}
.portfolio-showcase{padding:34px 0 88px;overflow:hidden;background:linear-gradient(180deg,#fff 0,#f9fbff 100%)}
.portfolio-marquee{overflow:hidden;position:relative;padding:18px 0 28px;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}
.portfolio-track{display:flex;width:max-content;will-change:transform;animation:portfolio-scroll 34s linear infinite}
.portfolio-marquee:hover .portfolio-track,.portfolio-marquee:focus-within .portfolio-track{animation-play-state:paused}
.portfolio-group{display:flex;gap:20px;padding-right:20px}
.portfolio-item{width:300px;min-height:280px;flex:0 0 300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 24px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 14px 38px rgba(6,36,93,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.portfolio-item:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(6,36,93,.12);border-color:#d5dfed}
.project-logo{width:112px;height:112px;margin-bottom:22px;border-radius:28px;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#f4f7fc,#fff);border:1px solid #e3e9f2;box-shadow:inset 0 0 0 7px #fff,0 10px 24px rgba(6,36,93,.08)}
.project-logo:before{content:"";position:absolute;width:72px;height:72px;border-radius:22px;transform:rotate(12deg);background:linear-gradient(145deg,var(--navy),var(--navy-2))}
.project-logo:after{content:"";position:absolute;width:58px;height:58px;border-radius:18px;right:-19px;bottom:-17px;background:var(--orange);opacity:.94}
.project-logo span{position:relative;z-index:2;color:#fff;font-weight:900;letter-spacing:.05em;font-size:1.22rem;text-shadow:0 1px 2px rgba(0,0,0,.12)}
.project-logo-testing:before{border-radius:50% 50% 24px 24px;transform:rotate(-8deg)}
.project-logo-daa:before{border-radius:50%;transform:none}.project-logo-daa:after{width:64px;height:10px;border-radius:999px;right:4px;bottom:24px;transform:rotate(-13deg)}
.project-logo-erp:before{border-radius:14px;transform:rotate(45deg)}
.project-logo-web:before{border-radius:16px 16px 26px 26px;transform:none}
.project-logo-ml:before{border-radius:50% 35% 50% 35%;transform:rotate(28deg)}
.project-type{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#f2f6fc;color:var(--navy);font-size:.73rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;margin-bottom:11px}
.portfolio-item h2{font-size:1.18rem;line-height:1.3;margin:0;letter-spacing:-.015em}
@keyframes portfolio-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.feature-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;background:#071a3e;color:#fff;padding:38px;border-radius:30px;box-shadow:var(--shadow)}.feature-band h2{color:#fff}.feature-band p{color:#cbd8ef}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-item{padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.05)}.feature-item b{display:block;margin-bottom:4px}.feature-item span{color:#cbd8ef;font-size:.9rem}
.process{counter-reset:step}.process-item{position:relative;padding-left:76px;min-height:60px}.process-item:before{counter-increment:step;content:"0" counter(step);position:absolute;left:0;top:0;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#f2f6fc;color:var(--navy);font-weight:900;border:1px solid var(--line)}.process-item:not(:last-child){padding-bottom:30px}.process-item:not(:last-child):after{content:"";position:absolute;left:27px;top:58px;bottom:0;width:1px;background:var(--line)}
.faq{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:800;color:#12264d;list-style:none;display:flex;justify-content:space-between;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.2rem;color:var(--orange)}.faq details[open] summary:after{content:"–"}.faq p{color:var(--muted);margin:12px 0 0;max-width:900px}
.cta{border-radius:30px;background:linear-gradient(135deg,#f0f5ff,#fff6ef);padding:44px;border:1px solid #e1e8f3;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin-bottom:8px}.cta p{margin:0;color:var(--muted)}
.page-hero{padding:70px 0 46px;background:linear-gradient(180deg,#f7faff,#fff)}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:.88rem;color:var(--muted);margin-bottom:18px}.breadcrumb a{color:var(--navy);font-weight:700}.prose{max-width:820px}.prose h2{margin-top:36px}.prose h3{margin-top:26px}.prose p,.prose li{color:#4f5d72}.prose ul{padding-left:20px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-card{background:#071a3e;color:#fff;border-radius:28px;padding:32px}.contact-card h2,.contact-card h3{color:#fff}.contact-card p{color:#cbd8ef}.contact-actions{display:grid;gap:12px;margin-top:24px}.contact-actions a{display:flex;gap:12px;align-items:center;padding:14px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.form{border:1px solid var(--line);border-radius:28px;padding:30px;background:#fff}.field{display:grid;gap:7px;margin-bottom:16px}.field label{font-weight:800;font-size:.9rem}.field input,.field textarea,.field select{width:100%;border:1px solid #dbe3ef;border-radius:13px;padding:13px 14px;outline:none;background:#fff;color:var(--ink)}.field input:focus,.field textarea:focus,.field select:focus{border-color:#7391c7;box-shadow:0 0 0 4px rgba(12,62,141,.08)}.field textarea{min-height:135px;resize:vertical}.form-note{font-size:.82rem;color:var(--muted)}
.footer{border-top:1px solid var(--line);padding:48px 0 28px;background:#fbfcfe}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:40px}.footer-logo{width:310px;margin-bottom:14px}.footer h3{font-size:1rem;margin-bottom:12px}.footer-links{display:grid;gap:8px;color:#4c5a70}.footer-bottom{border-top:1px solid var(--line);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#6b7687;font-size:.86rem}
.whatsapp{position:fixed;right:18px;bottom:18px;z-index:1200;display:flex;align-items:center;justify-content:center;gap:10px;background:#25D366;color:#fff;padding:12px 17px 12px 14px;border-radius:999px;font-weight:900;line-height:1;box-shadow:0 14px 35px rgba(15,157,88,.28);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 18px 40px rgba(15,157,88,.34)}.whatsapp .wa-icon{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px}.whatsapp .wa-icon svg{display:block;width:100%;height:100%}.whatsapp .wa-label{display:inline-block;white-space:nowrap}
.mobile-dock{display:none}
.reveal{opacity:0;transform:translateY(18px);transition:.55s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:980px){.nav-links{position:fixed;inset:78px 18px auto 18px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{padding:12px 14px}.menu-btn{display:inline-flex}.hero-grid,.feature-band,.contact-grid{grid-template-columns:1fr}.hero-panel{min-height:auto}.grid-3{grid-template-columns:1fr 1fr}.feature-list{grid-template-columns:1fr 1fr}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:680px){.portfolio-showcase{padding:22px 0 64px}.portfolio-marquee{mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%)}.portfolio-group{gap:14px;padding-right:14px}.portfolio-item{width:238px;flex-basis:238px;min-height:236px;padding:22px 18px;border-radius:22px}.project-logo{width:92px;height:92px;border-radius:23px;margin-bottom:17px}.project-logo:before{width:60px;height:60px}.project-logo:after{width:48px;height:48px}.portfolio-item h2{font-size:1.03rem}.container{width:min(100% - 24px,var(--max))}.section{padding:64px 0}.section-sm{padding:44px 0}.navbar{min-height:70px}.brand img{width:220px;max-height:50px}.nav-links{inset:70px 12px auto 12px}.hero{padding-top:48px}.hero-grid{gap:34px}.hero-panel{border-radius:24px;padding:20px}.grid-3,.grid-2,.feature-list,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.cta{padding:30px 24px;align-items:flex-start;flex-direction:column}.whatsapp{right:14px;bottom:78px;width:54px;height:54px;padding:0;border-radius:50%;gap:0}.whatsapp .wa-icon{width:28px;height:28px;flex-basis:28px}.whatsapp .wa-label{display:none}.mobile-dock{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:10px;right:10px;bottom:10px;z-index:1100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:17px;padding:6px;box-shadow:0 15px 35px rgba(6,36,93,.15)}.mobile-dock a{padding:9px 4px;text-align:center;font-weight:800;font-size:.74rem;border-radius:11px}.mobile-dock a:hover{background:#f3f6fb}.footer{padding-bottom:100px}}
@media(prefers-reduced-motion:reduce){.portfolio-marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.portfolio-track{animation:none}.portfolio-group[aria-hidden="true"]{display:none}.portfolio-item:hover{transform:none}html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn-primary:hover,.service-card:hover{transform:none}}


/* Our Products: homepage cards + individual product feature pages */
.products-section{scroll-margin-top:86px;background:linear-gradient(180deg,#fff 0,#fbfcff 100%)}
.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.product-card{display:flex;flex-direction:column;min-height:100%;padding:30px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 12px 36px rgba(6,36,93,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;overflow:hidden}
.product-card:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-90px;top:-90px;background:radial-gradient(circle,rgba(255,90,0,.09),transparent 70%);pointer-events:none}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d4deec}
.product-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:24px}
.product-badge{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;font-weight:900;letter-spacing:.04em;box-shadow:0 10px 24px rgba(6,36,93,.17)}
.product-badge-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));box-shadow:0 10px 24px rgba(255,90,0,.17)}
.product-status{display:inline-flex;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:#f8faff;color:#536178;font-size:.76rem;font-weight:800}
.product-card h3{font-size:1.65rem;margin-bottom:5px}.product-subtitle{margin:0 0 18px;color:var(--muted);font-weight:750}
.product-highlights{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:9px}.product-highlights li{position:relative;padding-left:23px;color:#4f5d72}.product-highlights li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}
.product-link{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);color:var(--navy);font-weight:900}.product-link b{color:var(--orange)}
.product-hero{padding:70px 0 58px;background:linear-gradient(180deg,#f7faff,#fff);overflow:hidden}
.product-hero-grid{display:grid;grid-template-columns:1fr 290px;gap:58px;align-items:center}.product-hero h1{font-size:clamp(2.7rem,6vw,5rem);margin-bottom:10px}.product-hero-sub{font-size:clamp(1.15rem,2.4vw,1.5rem);font-weight:850;color:var(--navy);margin:0 0 16px}
.product-hero-mark{width:260px;height:260px;border-radius:42px;display:grid;place-items:center;justify-self:end;position:relative;overflow:hidden;background:linear-gradient(145deg,#f1f5fc,#fff);border:1px solid #dfe7f2;box-shadow:0 24px 60px rgba(6,36,93,.11)}
.product-hero-mark:before{content:"";position:absolute;width:165px;height:165px;border-radius:42px;transform:rotate(12deg);background:linear-gradient(145deg,var(--navy),var(--navy-2))}.product-hero-mark:after{content:"";position:absolute;width:110px;height:110px;border-radius:34px;right:-26px;bottom:-28px;background:var(--orange)}
.product-hero-mark span{position:relative;z-index:2;color:#fff;font-size:2.15rem;font-weight:950;letter-spacing:.06em}.product-hero-mark-orange:before{background:linear-gradient(145deg,var(--orange),var(--orange-2))}.product-hero-mark-orange:after{background:var(--navy)}
.feature-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-group{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px;box-shadow:0 9px 28px rgba(6,36,93,.04)}.feature-group h3{font-size:1.2rem;margin-bottom:16px}.feature-group ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.feature-group li{position:relative;padding-left:21px;color:#4f5d72}.feature-group li:before{content:"";position:absolute;left:1px;top:.72em;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--orange))}
@media(max-width:980px){.products-grid,.feature-groups{grid-template-columns:1fr}.product-hero-grid{grid-template-columns:1fr}.product-hero-mark{justify-self:start;width:210px;height:210px}.product-hero-mark:before{width:135px;height:135px}.product-hero-mark:after{width:90px;height:90px}}
@media(max-width:680px){.product-card{padding:24px;border-radius:23px}.product-hero{padding:48px 0 42px}.product-hero-mark{width:170px;height:170px;border-radius:32px}.product-hero-mark:before{width:110px;height:110px;border-radius:30px}.product-hero-mark:after{width:72px;height:72px}.product-hero-mark span{font-size:1.65rem}.feature-group{padding:22px;border-radius:20px}}
@media(prefers-reduced-motion:reduce){.product-card:hover{transform:none}}


/* Short product detail pages — concise, easy-to-scan UI */
.product-hero-compact{padding-bottom:50px}
.product-hero-compact .lead{max-width:680px}
.product-for{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}
.product-for span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid #dfe7f2;background:#fff;color:#44536b;font-size:.8rem;font-weight:850;box-shadow:0 5px 16px rgba(6,36,93,.035)}
.product-summary-section{padding-top:72px}
.compact-head{margin-bottom:28px}
.quick-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quick-feature{position:relative;min-height:210px;padding:25px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 10px 30px rgba(6,36,93,.045);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.quick-feature:after{content:"";position:absolute;width:105px;height:105px;right:-48px;top:-48px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,0,.09),transparent 70%)}
.quick-feature:hover{transform:translateY(-4px);border-color:#d7e0ed;box-shadow:0 18px 42px rgba(6,36,93,.085)}
.quick-no{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#f0f5ff;color:var(--navy);font-size:.76rem;font-weight:950;margin-bottom:18px}
.quick-feature:nth-child(even) .quick-no{background:#fff1e8;color:#cf4800}
.quick-feature h3{font-size:1.14rem;margin-bottom:9px}.quick-feature p{margin:0;color:#5a677a;line-height:1.6;font-size:.94rem}
.benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px;padding:12px;border:1px solid #e1e8f3;border-radius:20px;background:linear-gradient(135deg,#f4f7fd,#fff8f2)}
.benefit-strip span{display:flex;align-items:center;justify-content:center;min-height:48px;text-align:center;padding:8px 12px;border-radius:14px;background:rgba(255,255,255,.78);color:#34445d;font-size:.84rem;font-weight:850}
.benefit-strip span:before{content:"✓";margin-right:7px;color:var(--orange);font-weight:950}
.product-final-cta{padding-top:58px}
.product-final-cta .cta h2{font-size:clamp(1.75rem,3.6vw,2.75rem);margin-top:8px}
@media(max-width:980px){.quick-features{grid-template-columns:repeat(2,1fr)}.benefit-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.product-summary-section{padding-top:54px}.quick-features{grid-template-columns:1fr}.quick-feature{min-height:auto;padding:22px}.benefit-strip{grid-template-columns:1fr}.benefit-strip span{justify-content:flex-start}.product-hero-compact{padding-bottom:38px}}
@media(prefers-reduced-motion:reduce){.quick-feature:hover{transform:none}}

/* Contact page — office address + Google Map */
.office-location{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);gap:22px;margin-top:28px;align-items:stretch}
.office-card,.office-map{border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 14px 38px rgba(6,36,93,.06);overflow:hidden}
.office-card{padding:30px;display:flex;flex-direction:column;justify-content:center}
.office-kicker{display:inline-flex;align-self:flex-start;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:#fff1e8;color:#c94800;font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.office-card h2{font-size:clamp(1.45rem,2.5vw,2rem);margin:0 0 18px}
.office-address{margin:0 0 14px;padding:17px 18px;border-radius:18px;background:linear-gradient(135deg,#f4f7fd,#fff8f2);color:#33445d;line-height:1.75}
.office-address strong{color:var(--navy)}
.office-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.office-map{min-height:390px;position:relative}
.office-map iframe{display:block;width:100%;height:100%;min-height:390px;border:0}
@media(max-width:900px){.office-location{grid-template-columns:1fr}.office-map,.office-map iframe{min-height:340px}}
@media(max-width:560px){.office-card{padding:22px}.office-location{gap:16px;margin-top:20px}.office-actions{flex-direction:column}.office-actions .btn{width:100%;justify-content:center}.office-map,.office-map iframe{min-height:300px}}

/* Dynamic frontend integration: uploaded portfolio logos + enquiry status */
.project-logo.has-image{padding:12px;background:#fff;box-shadow:0 10px 24px rgba(6,36,93,.08)}
.project-logo.has-image:before,.project-logo.has-image:after{display:none}
.project-logo.has-image img{position:relative;z-index:3;width:100%;height:100%;object-fit:contain;display:block}
.form-note.success{color:#16794b;font-weight:700}
.form-note.error{color:#b42318;font-weight:700}
.form button:disabled{opacity:.65;cursor:not-allowed}

/* Home portfolio: larger project logos for clearer standard visibility */
#portfolio .portfolio-item{min-height:310px}
#portfolio .project-logo{width:148px;height:148px;border-radius:30px;margin-bottom:20px}
#portfolio .project-logo.has-image{padding:10px}
#portfolio .project-logo.has-image img{width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:680px){
  #portfolio .portfolio-item{min-height:262px}
  #portfolio .project-logo{width:118px;height:118px;border-radius:25px;margin-bottom:17px}
  #portfolio .project-logo.has-image{padding:8px}
}

/* Portfolio reference links */
#portfolio .portfolio-item.has-reference{position:relative;cursor:pointer}
#portfolio .portfolio-item.has-reference:after{content:"↗";position:absolute;right:16px;top:14px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f2f6fc;color:var(--navy);font-size:.95rem;font-weight:900;transition:background .2s ease,color .2s ease,transform .2s ease}
#portfolio .portfolio-item.has-reference:hover:after,#portfolio .portfolio-item.has-reference:focus-visible:after{background:var(--navy);color:#fff;transform:translate(2px,-2px)}
#portfolio .portfolio-item.has-reference:focus-visible{outline:3px solid rgba(12,54,125,.22);outline-offset:4px}

/* Portfolio reference-link reliability fix */
#portfolio .portfolio-item{position:relative}
#portfolio .portfolio-reference-hitarea{position:absolute;inset:0;z-index:8;border-radius:inherit;cursor:pointer}
#portfolio .portfolio-item.has-reference .project-logo,
#portfolio .portfolio-item.has-reference .project-type,
#portfolio .portfolio-item.has-reference h2{position:relative;z-index:2;pointer-events:none}
#portfolio .portfolio-marquee.is-interacting .portfolio-track,
#portfolio .portfolio-marquee:active .portfolio-track{animation-play-state:paused}

/* Final portfolio reference click fix: linked cards are native anchors. */
#portfolio a.portfolio-item.has-reference{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  position:relative;
  z-index:1;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
#portfolio a.portfolio-item.has-reference .project-logo,
#portfolio a.portfolio-item.has-reference .project-type,
#portfolio a.portfolio-item.has-reference h2{pointer-events:none}
#portfolio .portfolio-reference-hitarea{display:none!important}
#portfolio .portfolio-marquee.is-interacting .portfolio-track{animation-play-state:paused!important}
