/* translatormartin.com | Translation Agency | Jerez de la Frontera, Spain
   FIRST Deep Teal #1B5E6E palette in series!
   FIRST Cormorant Garamond + Work Sans fonts!
   FIRST Translation Agency niche!
   FIRST EN/ES Spanish bilingual!
   FIRST horizontal nav with services dropdown
   FIRST split hero with language pairs grid
   FIRST language bar strip
   FIRST industries served section
   FIRST horizontal 5-step process
   FIRST Spanish pricing: Pasaje/Volumen/Coleccion
   FIRST LinkedIn+Facebook+WhatsApp social (WhatsApp FIRST!)
   FIRST speech bubbles favicon
   FIRST Jerez de la Frontera Spain city
   trm- CSS prefix | TRM JS | plan/extras/consult | .trm-invoice panel */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Work+Sans:wght@300;400;500;600;700&display=swap');
:root{
  --trm-ivory:#FDFCF9; --trm-surf:#EBF5F8; --trm-line:#C8DDE3;
  --trm-ink:#1A1714; --trm-mid:#5A6E74; --trm-stone:#8A9EA5;
  --trm-teal:#1B5E6E; --trm-teal-d:#144D5C; --trm-teal-l:#2C7D90;
  --trm-gold:#C08B3A; --trm-glow:rgba(27,94,110,.1);
  --trm-dark:#0D2F38;
  --trm-max:1160px;
  --trm-fh:'Cormorant Garamond',Georgia,serif;
  --trm-fb:'Work Sans',system-ui,sans-serif;
  --trm-r:4px; --trm-r2:12px; --trm-r3:24px;
  --trm-ease:all .22s cubic-bezier(.4,0,.2,1);
  --trm-sh:0 2px 12px rgba(13,47,56,.07);
  --trm-sh2:0 16px 50px rgba(13,47,56,.13);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--trm-ivory);color:var(--trm-stone);font-family:var(--trm-fb);font-size:.925rem;line-height:1.72;overflow-x:hidden;}
img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,textarea,select{font-family:inherit;}address{font-style:normal;}
h1,h2,h3,h4{font-family:var(--trm-fh);color:var(--trm-ink);letter-spacing:-.01em;}
p{font-size:.925rem;line-height:1.78;color:var(--trm-stone);}

/* ═══ HEADER: Classic horizontal with dropdown (FIRST this style!) ═══ */
.trm-topbar{position:sticky;top:0;z-index:200;background:var(--trm-ivory);border-bottom:1px solid var(--trm-line);transition:box-shadow .2s;}
.trm-topbar.trm-scrolled{box-shadow:var(--trm-sh2);}
.trm-topbar-in{max-width:var(--trm-max);margin:0 auto;padding:.55rem 2.5rem;display:flex;align-items:center;gap:1.2rem;}
/* Logo 2rem+ Cormorant (bigger!) */
.trm-logo{font-family:var(--trm-fh);font-size:2rem;font-weight:600;color:var(--trm-ink);text-decoration:none;letter-spacing:-.02em;white-space:nowrap;line-height:1;}
.trm-logo em{color:var(--trm-teal);font-style:normal;}
/* Work Sans nav links 1.05rem 600 (bigger than .925rem body!) */
.trm-nav{display:flex;align-items:center;gap:.05rem;flex:1;margin-left:.5rem;}
.trm-nav-lk{font-family:var(--trm-fb);font-size:1.05rem;font-weight:600;color:var(--trm-mid);padding:.35rem .55rem;text-decoration:none;transition:color .14s;position:relative;white-space:nowrap;}
.trm-nav-lk:hover,.trm-nav-lk.trm-nav-on{color:var(--trm-teal);}
.trm-nav-lk::after{content:'';position:absolute;bottom:0;left:.55rem;right:.55rem;height:2px;background:var(--trm-teal);transform:scaleX(0);transform-origin:center;transition:transform .2s;}
.trm-nav-lk:hover::after,.trm-nav-lk.trm-nav-on::after{transform:scaleX(1);}
/* Services dropdown (FIRST in this style!) */
.trm-nav-item{position:relative;}
.trm-nav-item > .trm-nav-lk span{font-family:var(--trm-fb);font-size:.72rem;display:inline-block;margin-left:.15rem;transition:transform .2s;}
.trm-nav-item:hover > .trm-nav-lk span,.trm-nav-item.trm-ni-open > .trm-nav-lk span{transform:rotate(180deg);}
.trm-nav-drop{position:absolute;top:calc(100% + .4rem);left:-.5rem;min-width:280px;background:var(--trm-ivory);border:1px solid var(--trm-line);border-radius:var(--trm-r2);box-shadow:var(--trm-sh2);padding:.4rem;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s,transform .2s;z-index:100;}
.trm-nav-item:hover .trm-nav-drop,.trm-nav-item.trm-ni-open .trm-nav-drop{opacity:1;pointer-events:auto;transform:none;}
.trm-drop-lk{display:flex;align-items:center;gap:.6rem;padding:.45rem .55rem;border-radius:var(--trm-r);text-decoration:none;transition:background .14s;}
.trm-drop-lk:hover{background:var(--trm-surf);}
.trm-drop-ico{width:26px;height:26px;background:var(--trm-glow);border-radius:var(--trm-r);display:flex;align-items:center;justify-content:center;color:var(--trm-teal);flex-shrink:0;}
.trm-drop-nm{font-family:var(--trm-fb);font-size:.84rem;font-weight:600;color:var(--trm-ink);}
.trm-drop-sub{font-size:.72rem;color:var(--trm-stone);display:block;margin-top:.05rem;}
/* Right side: lang toggle + CTA + hamburger */
.trm-nav-right{display:flex;align-items:center;gap:.5rem;margin-left:auto;}
.trm-lang-sw{display:flex;border:1px solid var(--trm-line);border-radius:100px;overflow:hidden;}
.trm-ls-btn{font-family:var(--trm-fb);font-size:.36rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--trm-stone);padding:.2rem .45rem;cursor:pointer;border:none;background:none;transition:var(--trm-ease);}
.trm-ls-btn:hover,.trm-ls-btn.trm-ls-on{background:var(--trm-teal);color:white;}
.trm-nav-cta{font-family:var(--trm-fb);font-size:.88rem;font-weight:700;color:white;background:var(--trm-teal);padding:.35rem 1rem;border-radius:100px;text-decoration:none;white-space:nowrap;transition:background .14s;}
.trm-nav-cta:hover{background:var(--trm-teal-d);}
.trm-mob-btn{color:var(--trm-ink);display:none;padding:.25rem;}

/* MOBILE PANEL: right-slide (different from mnd- left sidebar!) */
.trm-mob-overlay{position:fixed;inset:0;background:rgba(13,47,56,.4);z-index:499;opacity:0;pointer-events:none;transition:opacity .3s;}
.trm-mob-overlay.trm-mo-vis{opacity:1;pointer-events:auto;}
.trm-mob-panel{position:fixed;top:0;right:-320px;bottom:0;width:300px;max-width:90vw;background:var(--trm-ivory);z-index:600;transition:right .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:-4px 0 30px rgba(13,47,56,.15);display:flex;flex-direction:column;}
.trm-mob-panel.trm-mp-open{right:0;}
.trm-mp-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--trm-line);}
.trm-mp-brand{font-family:var(--trm-fh);font-size:1.8rem;font-weight:600;color:var(--trm-ink);}
.trm-mp-brand em{color:var(--trm-teal);font-style:normal;}
.trm-mp-close{color:var(--trm-stone);cursor:pointer;}
.trm-mp-nav{flex:1;padding:.8rem 1.5rem;display:flex;flex-direction:column;gap:.1rem;}
.trm-mp-lk{font-family:var(--trm-fb);font-size:1.15rem;font-weight:600;color:var(--trm-mid);padding:.45rem 0;border-bottom:1px solid var(--trm-line);text-decoration:none;display:block;transition:color .14s;}
.trm-mp-lk:hover,.trm-mp-lk.trm-nav-on{color:var(--trm-teal);}
.trm-mp-svc-label{font-family:var(--trm-fb);font-size:.32rem;font-weight:700;text-transform:uppercase;letter-spacing:.26em;color:var(--trm-stone);margin-top:.5rem;margin-bottom:.2rem;display:block;}
.trm-mp-svc-lk{display:block;font-size:.86rem;font-weight:600;color:var(--trm-mid);padding:.25rem 0;text-decoration:none;transition:color .14s;}
.trm-mp-svc-lk:hover{color:var(--trm-teal);}
.trm-mp-foot{padding:1rem 1.5rem;border-top:1px solid var(--trm-line);}
.trm-mp-foot .trm-lang-sw{margin-bottom:.6rem;}

/* PAGE BANNER */
.trm-pg-bnr{background:var(--trm-dark);padding:5rem 2.5rem 4rem;position:relative;overflow:hidden;}
.trm-pg-bnr::before{content:'';position:absolute;right:-5%;top:-20%;width:30%;height:140%;background:var(--trm-teal);opacity:.05;border-radius:50%;pointer-events:none;}
.trm-pg-bnr::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--trm-teal);}
.trm-pg-bnr-in{max-width:var(--trm-max);margin:0 auto;position:relative;z-index:1;}
.trm-pg-kicker{font-family:var(--trm-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.4em;color:rgba(255,255,255,.18);display:block;margin-bottom:.4rem;}
.trm-pg-bnr h1{font-family:var(--trm-fh);font-size:clamp(2.4rem,5vw,5.5rem);font-weight:600;color:white;line-height:1.05;}
.trm-pg-bnr .trm-pg-sub{font-size:.9rem;color:rgba(255,255,255,.28);margin:.6rem 0 0;max-width:58ch;line-height:1.72;}

/* ═══ HERO: SPLIT with language pairs (FIRST split+lang-pairs hero!) ═══ */
.trm-hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:88vh;border-bottom:1px solid var(--trm-line);}
.trm-hero-left{display:flex;flex-direction:column;justify-content:center;padding:6rem 3rem 6rem 5rem;position:relative;}
.trm-hero-right{background:var(--trm-surf);display:flex;flex-direction:column;justify-content:center;padding:6rem 5rem 6rem 3rem;position:relative;border-left:1px solid var(--trm-line);}
.trm-hero-right::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top right,var(--trm-glow),transparent);pointer-events:none;}
.trm-hero-kicker{font-family:var(--trm-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.4em;color:var(--trm-teal);display:block;margin-bottom:.8rem;}
/* Cormorant Garamond H1 (FIRST scholarly serif hero in series!) */
.trm-hero-h1{font-family:var(--trm-fh);font-size:clamp(2.4rem,4.5vw,5rem);font-weight:600;color:var(--trm-ink);line-height:1.08;margin-bottom:.8rem;}
.trm-hero-sub{font-size:.9rem;color:var(--trm-stone);line-height:1.82;max-width:50ch;margin-bottom:1.8rem;}
.trm-hero-acts{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem;}
.trm-hero-stats{display:flex;gap:2rem;border-top:1px solid var(--trm-line);padding-top:1.2rem;}
.trm-hs-v{font-family:var(--trm-fh);font-size:2.2rem;font-weight:600;color:var(--trm-teal);display:block;line-height:1;}
.trm-hs-l{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--trm-stone);display:block;margin-top:.1rem;}
/* Language pairs grid (FIRST! specific to translation niche) */
.trm-lang-pairs-head{font-family:var(--trm-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--trm-stone);margin-bottom:1rem;display:block;}
.trm-lp-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;position:relative;z-index:1;}
.trm-lp-card{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);padding:.7rem 1rem;display:flex;align-items:center;gap:.5rem;transition:var(--trm-ease);}
.trm-lp-card:hover{border-color:var(--trm-teal);box-shadow:0 4px 16px var(--trm-glow);}
.trm-lp-code{font-family:var(--trm-fh);font-size:1.1rem;font-weight:600;color:var(--trm-teal);}
.trm-lp-arr{font-size:.8rem;color:var(--trm-stone);padding:0 .1rem;}

/* ═══ LANGUAGE BAR STRIP (FIRST in series - translation niche!) ═══ */
.trm-lang-bar{background:var(--trm-teal);padding:.65rem 2.5rem;overflow:hidden;}
.trm-lb-in{max-width:var(--trm-max);margin:0 auto;display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;}
.trm-lb-lbl{font-family:var(--trm-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:rgba(255,255,255,.3);margin-right:.5rem;}
.trm-lb-lang{font-family:var(--trm-fh);font-size:.95rem;color:rgba(255,255,255,.8);font-weight:600;}
.trm-lb-sep{color:rgba(255,255,255,.2);font-size:.7rem;}

/* SERVICES GRID: 3x2 (different from all previous service layouts) */
.trm-svc-zone{max-width:var(--trm-max);margin:0 auto;padding:7rem 2.5rem;}
.trm-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.trm-svc-cd{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);overflow:hidden;text-decoration:none;transition:var(--trm-ease);display:block;}
.trm-svc-cd:hover{border-color:var(--trm-teal);box-shadow:0 6px 24px var(--trm-glow);transform:translateY(-2px);}
.trm-sc-img{height:160px;overflow:hidden;background:var(--trm-surf);}
.trm-sc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.trm-svc-cd:hover .trm-sc-img img{transform:scale(1.04);}
.trm-sc-bd{padding:1.2rem;}
.trm-sc-ico{width:30px;height:30px;background:var(--trm-glow);border-radius:var(--trm-r);display:flex;align-items:center;justify-content:center;color:var(--trm-teal);margin-bottom:.5rem;}
.trm-sc-nm{font-family:var(--trm-fh);font-size:1.05rem;font-weight:600;color:var(--trm-ink);margin-bottom:.2rem;}
.trm-sc-pr{font-size:.72rem;font-weight:600;color:var(--trm-teal);background:var(--trm-glow);padding:.07rem .35rem;border-radius:100px;display:inline-block;margin-bottom:.3rem;}
.trm-sc-tag{font-size:.76rem;color:var(--trm-stone);line-height:1.65;}

/* TRANSLATOR BIO SECTION (FIRST personal translator bio on homepage!) */
.trm-bio-zone{background:var(--trm-dark);display:grid;grid-template-columns:1fr 1fr;}
.trm-bio-left{padding:6rem 4rem 6rem 5rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.05);}
.trm-bio-left::before{content:'"';font-family:var(--trm-fh);font-size:8rem;color:rgba(255,255,255,.05);line-height:.5;display:block;margin-bottom:1rem;}
.trm-bio-quote{font-family:var(--trm-fh);font-size:clamp(1.4rem,2.5vw,2.4rem);color:white;line-height:1.3;font-style:italic;}
.trm-bio-attr{font-size:.72rem;color:rgba(255,255,255,.28);margin-top:1.2rem;font-family:var(--trm-fb);}
.trm-bio-right{padding:6rem 5rem 6rem 4rem;display:flex;flex-direction:column;justify-content:center;}
.trm-bio-kicker{font-family:var(--trm-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.38em;color:var(--trm-teal-l);display:block;margin-bottom:.8rem;}
.trm-bio-h2{font-family:var(--trm-fh);font-size:clamp(1.8rem,3vw,3rem);font-weight:600;color:white;line-height:1.1;margin-bottom:.8rem;}
.trm-bio-body{font-size:.88rem;color:rgba(255,255,255,.4);line-height:1.82;margin-bottom:1.5rem;}
.trm-bio-creds{display:flex;flex-direction:column;gap:.4rem;}
.trm-bio-cred{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:rgba(255,255,255,.35);}
.trm-bio-cred svg{color:var(--trm-teal-l);flex-shrink:0;}
.trm-bio-stats{display:flex;gap:2rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);}
.trm-bs-v{font-family:var(--trm-fh);font-size:2rem;font-weight:600;color:var(--trm-teal-l);display:block;line-height:1;}
.trm-bs-l{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.2);display:block;margin-top:.1rem;}

/* ═══ INDUSTRIES SECTION (FIRST in entire series!) ═══ */
.trm-ind-zone{background:var(--trm-surf);border-top:1px solid var(--trm-line);padding:5rem 2.5rem;}
.trm-ind-shell{max-width:var(--trm-max);margin:0 auto;}
.trm-ind-grid{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.8rem;justify-content:center;}
.trm-ind-pill{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--trm-fb);font-size:.82rem;font-weight:600;color:var(--trm-mid);background:white;border:1.5px solid var(--trm-line);padding:.35rem .9rem;border-radius:100px;transition:var(--trm-ease);}
.trm-ind-pill:hover{border-color:var(--trm-teal);color:var(--trm-teal);}

/* ═══ PROCESS: 5 HORIZONTAL STEPS (FIRST horizontal 5-step in series!) ═══ */
.trm-proc-zone{max-width:var(--trm-max);margin:0 auto;padding:7rem 2.5rem;}
.trm-steps-row{display:flex;gap:0;position:relative;margin-top:2.5rem;}
.trm-steps-row::before{content:'';position:absolute;top:24px;left:5%;right:5%;height:2px;background:var(--trm-line);}
.trm-step-item{flex:1;text-align:center;position:relative;z-index:1;padding:0 .5rem;}
.trm-step-dot{width:48px;height:48px;border-radius:50%;background:var(--trm-teal);color:white;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-family:var(--trm-fh);font-size:.9rem;font-weight:600;}
.trm-step-item:first-child .trm-step-dot{background:var(--trm-teal-d);}
.trm-step-item:last-child .trm-step-dot{background:var(--trm-teal-l);}
.trm-step-nm{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:var(--trm-ink);margin-bottom:.3rem;}
.trm-step-body{font-size:.76rem;color:var(--trm-stone);line-height:1.7;}

/* TESTIMONIALS: 3-col cards */
.trm-testi-zone{background:var(--trm-surf);border-top:1px solid var(--trm-line);border-bottom:1px solid var(--trm-line);padding:7rem 2.5rem;}
.trm-testi-shell{max-width:var(--trm-max);margin:0 auto;}
.trm-testi-deck{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.trm-testi-card{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);padding:1.8rem;}
.trm-tc-stars{color:var(--trm-gold);font-size:.85rem;margin-bottom:.6rem;}
.trm-tc-q{font-family:var(--trm-fh);font-size:.95rem;font-style:italic;color:var(--trm-ink);line-height:1.6;margin-bottom:1rem;}
.trm-tc-sep{border:none;border-top:1px solid var(--trm-line);margin-bottom:.7rem;}
.trm-tc-who{font-family:var(--trm-fh);font-size:.88rem;font-weight:600;color:var(--trm-ink);}
.trm-tc-role{font-size:.72rem;color:var(--trm-stone);}

/* PRICING: 3-col with featured center */
.trm-price-zone{background:var(--trm-ivory);padding:7rem 2.5rem;border-top:1px solid var(--trm-line);}
.trm-price-shell{max-width:var(--trm-max);margin:0 auto;}
.trm-price-hd{text-align:center;margin-bottom:2.5rem;}
.trm-price-hd h2{font-family:var(--trm-fh);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:600;color:var(--trm-ink);}
.trm-price-hd p{font-size:.9rem;color:var(--trm-stone);margin-top:.4rem;}
.trm-plan-shelf{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:1.5rem;align-items:center;}
.trm-plan-cd{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);overflow:hidden;transition:var(--trm-ease);}
.trm-plan-cd:hover{box-shadow:var(--trm-sh2);}
.trm-plan-cd.trm-plan-feat{border-color:var(--trm-teal);box-shadow:0 0 0 2px var(--trm-teal);}
.trm-pk-top{padding:1.3rem;border-bottom:1px solid var(--trm-line);}
.trm-plan-feat .trm-pk-top{background:var(--trm-teal);}
.trm-pk-badge{font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--trm-teal);background:var(--trm-glow);padding:.1rem .38rem;border-radius:100px;display:inline-block;margin-bottom:.3rem;}
.trm-plan-feat .trm-pk-badge{color:white;background:rgba(255,255,255,.18);}
.trm-pk-nm{font-family:var(--trm-fh);font-size:1.6rem;font-weight:600;color:var(--trm-ink);}
.trm-plan-feat .trm-pk-nm{color:white;}
.trm-pk-tag{font-size:.76rem;color:var(--trm-stone);margin-top:.2rem;line-height:1.55;}
.trm-plan-feat .trm-pk-tag{color:rgba(255,255,255,.6);}
.trm-pk-body{padding:1.3rem;}
.trm-pk-pr-row{display:flex;align-items:baseline;gap:.2rem;margin-bottom:1.2rem;}
.trm-pk-amt{font-family:var(--trm-fh);font-size:2.4rem;font-weight:600;color:var(--trm-ink);}
.trm-plan-feat .trm-pk-amt{color:var(--trm-teal-d);}
.trm-pk-ot{font-size:.68rem;color:var(--trm-stone);}
.trm-pk-inc{display:flex;flex-direction:column;gap:.28rem;margin-bottom:1.3rem;}
.trm-pk-inc li{display:flex;align-items:flex-start;gap:.35rem;font-size:.78rem;color:var(--trm-stone);}
.trm-pk-inc li svg{color:var(--trm-teal);flex-shrink:0;margin-top:.1rem;}

/* FAQ ACCORDION */
.trm-faq-zone{background:var(--trm-surf);border-top:1px solid var(--trm-line);padding:7rem 2.5rem;}
.trm-faq-shell{max-width:var(--trm-max);margin:0 auto;}
.trm-faq-acc{margin-top:2.5rem;border-top:1px solid var(--trm-line);}
.trm-faq-row{border-bottom:1px solid var(--trm-line);}
.trm-faq-trigger{display:flex;align-items:center;gap:1rem;padding:.9rem 0;cursor:pointer;user-select:none;}
.trm-faq-trigger:hover .trm-fq-q{color:var(--trm-teal);}
.trm-fq-q{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:var(--trm-ink);flex:1;transition:color .15s;}
.trm-fq-ico{color:var(--trm-stone);font-size:1rem;transition:transform .25s;flex-shrink:0;}
.trm-faq-row.trm-fq-on .trm-fq-ico{transform:rotate(45deg);}
.trm-fq-body{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.trm-faq-row.trm-fq-on .trm-fq-body{max-height:200px;}
.trm-fq-body-in{padding:.2rem 0 1rem;font-size:.88rem;color:var(--trm-stone);line-height:1.82;}

/* CTA SECTION */
.trm-cta-zone{background:var(--trm-teal);padding:7rem 2.5rem;position:relative;overflow:hidden;}
.trm-cta-zone::before{content:'';position:absolute;left:-10%;bottom:-20%;width:50%;height:200%;background:rgba(255,255,255,.03);border-radius:50%;pointer-events:none;}
.trm-cta-in{max-width:var(--trm-max);margin:0 auto;text-align:center;position:relative;z-index:1;}
.trm-cta-h{font-family:var(--trm-fh);font-size:clamp(2.5rem,6vw,6rem);font-weight:600;color:white;line-height:.95;margin-bottom:1rem;}
.trm-cta-sub{font-size:.9rem;color:rgba(255,255,255,.5);max-width:44ch;margin:0 auto 2.5rem;}
.trm-cta-acts{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;}

/* BUTTONS */
.trm-btn-teal{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--trm-fb);font-size:.9rem;font-weight:700;color:white;background:var(--trm-teal);padding:.5rem 1.4rem;border-radius:var(--trm-r);transition:var(--trm-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.trm-btn-teal:hover{background:var(--trm-teal-d);}
.trm-btn-dark{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--trm-fb);font-size:.9rem;font-weight:700;color:white;background:var(--trm-dark);padding:.5rem 1.4rem;border-radius:var(--trm-r);transition:var(--trm-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.trm-btn-dark:hover{background:var(--trm-teal-d);}
.trm-btn-out{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--trm-fb);font-size:.9rem;font-weight:700;color:var(--trm-teal);background:transparent;padding:.48rem 1.4rem;border-radius:var(--trm-r);border:2px solid var(--trm-teal);transition:var(--trm-ease);text-decoration:none;white-space:nowrap;}
.trm-btn-out:hover{background:var(--trm-teal);color:white;}
.trm-btn-out-w{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--trm-fb);font-size:.9rem;font-weight:700;color:white;background:transparent;padding:.48rem 1.4rem;border-radius:var(--trm-r);border:2px solid rgba(255,255,255,.35);transition:var(--trm-ease);text-decoration:none;white-space:nowrap;}
.trm-btn-out-w:hover{border-color:white;background:white;color:var(--trm-teal);}

/* SERVICE PAGE: featured quote + 2-col content (FIRST layout!) */
.trm-svcpg-quote{background:var(--trm-teal);padding:2.5rem;max-width:var(--trm-max);margin:2.5rem auto;border-radius:var(--trm-r2);}
.trm-svcpg-quote p{font-family:var(--trm-fh);font-size:1.3rem;font-style:italic;color:white;line-height:1.4;}
.trm-svcpg-cols{max-width:var(--trm-max);margin:0 auto;padding:0 2.5rem 3rem;display:grid;grid-template-columns:3fr 2fr;gap:3rem;}
.trm-svcpg-body h2{font-family:var(--trm-fh);font-size:1.05rem;font-weight:600;color:var(--trm-ink);margin:2rem 0 .4rem;}
.trm-svcpg-body p{font-size:.9rem;color:var(--trm-stone);line-height:1.82;margin-bottom:.8rem;}
.trm-spec-box{background:var(--trm-surf);border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);overflow:hidden;position:sticky;top:5rem;}
.trm-spec-hd{background:var(--trm-teal);padding:.8rem 1.2rem;}
.trm-spec-ttl{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:white;}
.trm-spec-body{padding:1rem 1.2rem;}
.trm-spec-ln{display:flex;align-items:flex-start;gap:.4rem;font-size:.82rem;color:var(--trm-ink);padding:.25rem 0;border-bottom:1px solid var(--trm-line);}
.trm-spec-ln:last-child{border-bottom:none;}
.trm-spec-ln svg{color:var(--trm-teal);flex-shrink:0;margin-top:.12rem;}
.trm-svcpg-buy{background:var(--trm-dark);padding:2.5rem;text-align:center;}
.trm-svcpg-buy-in{max-width:var(--trm-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}
.trm-svcbuy-from{font-size:.32rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.3);display:block;}
.trm-svcbuy-pr{font-family:var(--trm-fh);font-size:2.8rem;font-weight:600;color:white;display:block;line-height:1;}
.trm-svcbuy-r{display:flex;gap:.6rem;flex-wrap:wrap;}

/* BUILDER (.trm-invoice - FIRST "invoice" naming in series!) */
.trm-build-wrap{max-width:var(--trm-max);margin:0 auto;padding:4rem 2.5rem 7rem;display:grid;grid-template-columns:1fr 260px;gap:4rem;align-items:start;}
.trm-bld-sec{margin-bottom:1.8rem;}
.trm-bld-lbl{display:block;font-family:var(--trm-fb);font-size:.34rem;font-weight:700;text-transform:uppercase;letter-spacing:.26em;color:var(--trm-stone);margin-bottom:.55rem;}
.trm-plan-pick{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r);padding:.65rem 1rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none;transition:var(--trm-ease);margin-bottom:.35rem;}
.trm-plan-pick.trm-pp-on{border-color:var(--trm-teal);background:var(--trm-glow);}
.trm-pp-dot{width:16px;height:16px;border:2px solid var(--trm-line);border-radius:50%;flex-shrink:0;transition:var(--trm-ease);}
.trm-plan-pick.trm-pp-on .trm-pp-dot{background:var(--trm-teal);border-color:var(--trm-teal);}
.trm-pp-nm{font-family:var(--trm-fh);font-size:.9rem;color:var(--trm-stone);flex:1;}
.trm-plan-pick.trm-pp-on .trm-pp-nm{color:var(--trm-ink);font-weight:700;}
.trm-pp-pr{font-size:.88rem;font-weight:700;color:var(--trm-ink);}
.trm-ext-pick{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r);padding:.52rem 1rem;display:flex;align-items:center;gap:.55rem;cursor:pointer;user-select:none;transition:var(--trm-ease);margin-bottom:.35rem;}
.trm-ext-pick.trm-ep-on{border-color:var(--trm-teal);background:var(--trm-glow);}
.trm-ep-chk{width:14px;height:14px;border:2px solid var(--trm-line);border-radius:3px;flex-shrink:0;transition:var(--trm-ease);}
.trm-ext-pick.trm-ep-on .trm-ep-chk{background:var(--trm-teal);border-color:var(--trm-teal);}
.trm-ep-nm{font-size:.82rem;color:var(--trm-stone);flex:1;}
.trm-ext-pick.trm-ep-on .trm-ep-nm{color:var(--trm-ink);font-weight:600;}
.trm-ep-pr{font-size:.76rem;color:var(--trm-stone);}
.trm-hrs-ctrl{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r);padding:1rem;}
.trm-hrs-rng{-webkit-appearance:none;width:100%;height:3px;background:var(--trm-line);border-radius:2px;cursor:pointer;}
.trm-hrs-rng::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--trm-teal);cursor:pointer;}
/* .trm-invoice = builder summary panel (FIRST "invoice" naming!) */
.trm-invoice{background:var(--trm-dark);border-radius:var(--trm-r2);overflow:hidden;position:sticky;top:2rem;}
.trm-inv-hd{padding:.6rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.06);}
.trm-inv-ttl{font-family:var(--trm-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.22);}
.trm-inv-bd{padding:.5rem 1.2rem;}
.trm-inv-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.76rem;color:rgba(255,255,255,.26);margin-bottom:.22rem;}
.trm-inv-v{font-size:.86rem;color:white;}
.trm-inv-sep{border:none;border-top:1px solid rgba(255,255,255,.06);margin:.3rem 1.2rem;}
.trm-inv-tot{display:flex;justify-content:space-between;align-items:flex-end;padding:.25rem 1.2rem .4rem;}
.trm-inv-tl{font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.22);}
.trm-inv-tv{font-family:var(--trm-fh);font-size:2.4rem;font-weight:600;color:var(--trm-teal-l);}
.trm-inv-ft{padding:.6rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);}
.trm-inv-go{display:block;width:100%;background:var(--trm-teal);color:white;font-family:var(--trm-fb);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--trm-r);border:none;cursor:pointer;transition:background .14s;}
.trm-inv-go:hover:not(:disabled){background:var(--trm-teal-d);}
.trm-inv-go:disabled{opacity:.2;cursor:not-allowed;}

/* CHECKOUT: 2-col (form left + summary right, diff styling from prev!) */
.trm-co-wrap{max-width:var(--trm-max);margin:0 auto;padding:4rem 2.5rem 7rem;display:grid;grid-template-columns:3fr 2fr;gap:4rem;align-items:start;}
.trm-co-summary{background:var(--trm-surf);border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);overflow:hidden;position:sticky;top:5rem;}
.trm-cos-hd{background:var(--trm-teal);padding:.8rem 1.2rem;}
.trm-cos-ttl{font-family:var(--trm-fh);font-size:.9rem;font-weight:600;color:white;}
.trm-cos-ln{display:flex;justify-content:space-between;font-size:.82rem;color:var(--trm-stone);padding:.38rem 1.2rem;border-bottom:1px solid var(--trm-line);}
.trm-cos-total{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.2rem;font-family:var(--trm-fh);font-size:1.1rem;font-weight:600;color:var(--trm-ink);}
.trm-co-note{font-size:.72rem;color:var(--trm-stone);padding:.5rem 1.2rem;line-height:1.6;}
.trm-co-pay-btn{display:block;width:100%;margin:.5rem 1.2rem .8rem;background:var(--trm-teal);color:white;font-family:var(--trm-fb);font-size:.95rem;font-weight:700;padding:.6rem;border-radius:var(--trm-r);border:none;cursor:pointer;transition:background .14s;max-width:calc(100% - 2.4rem);text-align:center;}
.trm-co-pay-btn:hover{background:var(--trm-teal-d);}
.trm-fg{margin-bottom:.65rem;}
.trm-fl{display:block;font-family:var(--trm-fb);font-size:.34rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--trm-stone);margin-bottom:.2rem;}
.trm-fi{width:100%;background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r);padding:.6rem .9rem;color:var(--trm-ink);font-size:.9rem;transition:border-color .14s;}
.trm-fi:focus{outline:none;border-color:var(--trm-teal);box-shadow:0 0 0 3px var(--trm-glow);}
.trm-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--trm-stone);margin:1rem 0;line-height:1.6;}
.trm-agree input{margin-top:.14rem;accent-color:var(--trm-teal);}
.trm-agree a{color:var(--trm-teal);}

/* ABOUT TRANSLATOR PAGE */
.trm-about-pg{max-width:var(--trm-max);margin:0 auto;padding:4rem 2.5rem 7rem;}
.trm-about-intro{max-width:700px;margin:0 auto 3rem;}
.trm-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;}
.trm-about-q{font-family:var(--trm-fh);font-size:1.05rem;font-weight:600;color:var(--trm-teal);}
.trm-about-a{font-size:.9rem;color:var(--trm-stone);line-height:1.82;}
.trm-cred-box{background:var(--trm-surf);border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);padding:1.5rem;margin-top:2rem;}
.trm-cred-h{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:var(--trm-ink);margin-bottom:.8rem;}
.trm-cred-item{display:flex;align-items:flex-start;gap:.4rem;font-size:.82rem;color:var(--trm-stone);margin-bottom:.35rem;}
.trm-cred-item svg{color:var(--trm-teal);flex-shrink:0;margin-top:.1rem;}

/* PORTFOLIO */
.trm-port-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem;}
.trm-port-card{background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);overflow:hidden;transition:var(--trm-ease);}
.trm-port-card:hover{border-color:var(--trm-teal);box-shadow:var(--trm-sh2);}
.trm-pc-img{height:190px;overflow:hidden;background:var(--trm-surf);}
.trm-pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.trm-port-card:hover .trm-pc-img img{transform:scale(1.04);}
.trm-pc-bd{padding:1.4rem;}
.trm-pc-cat{font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--trm-teal);display:block;margin-bottom:.3rem;}
.trm-pc-h{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:var(--trm-ink);margin-bottom:.4rem;}
.trm-pc-p{font-size:.8rem;color:var(--trm-stone);line-height:1.72;margin-bottom:.7rem;}
.trm-pc-tags{display:flex;gap:.35rem;flex-wrap:wrap;}
.trm-pc-tag{font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--trm-mid);background:var(--trm-surf);padding:.1rem .4rem;border-radius:100px;}

/* LEGAL */
.trm-legal-pg{max-width:800px;margin:0 auto;padding:4rem 2.5rem 7rem;}
.trm-legal-eff{display:inline-block;font-size:.72rem;color:var(--trm-stone);background:var(--trm-surf);border:1px solid var(--trm-line);padding:.18rem .65rem;border-radius:100px;margin-bottom:1.5rem;}
.trm-legal-pg h2{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:var(--trm-ink);margin:2.5rem 0 .45rem;}
.trm-legal-pg p,.trm-legal-pg li{font-size:.9rem;color:var(--trm-stone);line-height:1.78;margin-bottom:.85rem;}
.trm-legal-pg ul{padding-left:1.4rem;margin:.5rem 0;}
.trm-legal-pg li{list-style:disc;}
.trm-legal-pg a{color:var(--trm-teal);}

/* FOOTER: Dark Teal #0D2F38 (FIRST teal footer in series!) */
.trm-footer{background:var(--trm-dark);}
.trm-footer-in{max-width:var(--trm-max);margin:0 auto;padding:3rem 2.5rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;border-bottom:1px solid rgba(255,255,255,.05);}
/* Cormorant 2rem wordmark (bigger in footer!) */
.trm-footer-brand{font-family:var(--trm-fh);font-size:2rem;font-weight:600;color:white;display:block;margin-bottom:.4rem;text-decoration:none;letter-spacing:-.02em;}
.trm-footer-brand em{color:var(--trm-teal-l);font-style:normal;}
.trm-footer-tag{font-size:.74rem;color:rgba(255,255,255,.16);line-height:1.65;margin-bottom:.8rem;}
/* LinkedIn+Facebook+WhatsApp (FIRST combo! WhatsApp FIRST!) */
.trm-footer-socs{display:flex;gap:.4rem;}
.trm-footer-soc{width:30px;height:30px;border:1px solid rgba(255,255,255,.07);border-radius:var(--trm-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.2);transition:var(--trm-ease);text-decoration:none;}
.trm-footer-soc:hover{border-color:var(--trm-teal-l);color:var(--trm-teal-l);}
.trm-footer-col-h{font-family:var(--trm-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.32em;color:rgba(255,255,255,.16);margin-bottom:.65rem;}
.trm-footer-nav{display:flex;flex-direction:column;gap:.2rem;}
.trm-footer-nav a{font-size:.72rem;color:rgba(255,255,255,.16);transition:color .14s;text-decoration:none;}
.trm-footer-nav a:hover{color:var(--trm-teal-l);}
.trm-footer-ct a{display:flex;align-items:flex-start;gap:.3rem;font-size:.7rem;color:rgba(255,255,255,.16);transition:color .14s;text-decoration:none;margin-bottom:.22rem;}
.trm-footer-ct a:hover{color:var(--trm-teal-l);}
.trm-footer-base{max-width:var(--trm-max);margin:0 auto;padding:.65rem 2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.trm-footer-copy{font-size:.6rem;color:rgba(255,255,255,.1);}
.trm-footer-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.trm-footer-legal a{font-size:.6rem;color:rgba(255,255,255,.1);transition:color .14s;text-decoration:none;}
.trm-footer-legal a:hover{color:var(--trm-teal-l);}

/* COOKIE + CHAT */
.trm-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--trm-dark);border-top:2px solid var(--trm-teal);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.trm-ck-bar p{font-size:.8rem;color:rgba(255,255,255,.3);margin:0;}
.trm-ck-bar a{color:var(--trm-teal-l);}
.trm-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.trm-ck-y{background:var(--trm-teal);color:white;font-family:var(--trm-fb);font-size:.88rem;font-weight:700;padding:.28rem .85rem;border-radius:var(--trm-r);cursor:pointer;border:none;}
.trm-ck-n{background:transparent;color:rgba(255,255,255,.25);font-family:var(--trm-fb);font-size:.82rem;padding:.26rem .85rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--trm-r);cursor:pointer;}
.trm-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--trm-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 4px 20px rgba(27,94,110,.35);transition:var(--trm-ease);color:white;}
.trm-chat-fab:hover{background:var(--trm-teal-d);transform:scale(1.07);}
.trm-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:white;border:1.5px solid var(--trm-line);border-radius:var(--trm-r2);box-shadow:var(--trm-sh2);opacity:0;pointer-events:none;transform:translateY(10px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.trm-chatpop.trm-cp-vis{opacity:1;pointer-events:auto;transform:none;}
.trm-chat-hd{background:var(--trm-dark);padding:.8rem 1.1rem;}
.trm-chat-nm{font-family:var(--trm-fh);font-size:1rem;font-weight:600;color:white;}
.trm-chat-nm em{color:var(--trm-teal-l);font-style:normal;}
.trm-chat-form-bd{padding:.8rem 1rem;}
.trm-chat-inp{width:100%;background:var(--trm-surf);border:1.5px solid var(--trm-line);border-radius:var(--trm-r);padding:.5rem .8rem;font-size:.84rem;color:var(--trm-ink);margin-bottom:.35rem;resize:none;transition:border-color .14s;}
.trm-chat-inp:focus{outline:none;border-color:var(--trm-teal);}
.trm-chat-send{width:100%;background:var(--trm-teal);color:white;font-family:var(--trm-fb);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--trm-r);border:none;cursor:pointer;transition:background .14s;}
.trm-chat-send:hover{background:var(--trm-teal-d);}
.trm-chat-done{display:none;text-align:center;padding:.9rem;}
/* REVEAL */
.trm-reveal{opacity:0;transform:translateY(12px);transition:opacity .4s,transform .4s;}
.trm-reveal.trm-in{opacity:1;transform:none;}
/* RESULT PAGES */
.trm-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2.5rem;flex-direction:column;gap:1.5rem;}
/* SECTION HEADINGS */
.trm-sec-hd{text-align:center;margin-bottom:2.5rem;}
.trm-sec-hd h2{font-family:var(--trm-fh);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:600;color:var(--trm-ink);}
.trm-sec-hd-l h2{font-family:var(--trm-fh);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:600;color:var(--trm-ink);}
.trm-sec-sub{font-size:.88rem;color:var(--trm-stone);margin-top:.4rem;}
/* SERVICES LIST PAGE */
.trm-svc-pg{max-width:var(--trm-max);margin:0 auto;padding:4rem 2.5rem 7rem;}
/* RESPONSIVE */
@media(max-width:960px){
  .trm-nav,.trm-lang-sw{display:none;}
  .trm-mob-btn{display:flex;}
  .trm-hero-split{grid-template-columns:1fr;}
  .trm-hero-right{display:none;}
  .trm-bio-zone{grid-template-columns:1fr;}
  .trm-bio-right{padding:3rem 2.5rem;}
  .trm-bio-left{padding:3rem 2.5rem;border-right:none;border-bottom:1px solid rgba(255,255,255,.05);}
  .trm-svc-grid,.trm-testi-deck,.trm-plan-shelf{grid-template-columns:1fr;}
  .trm-steps-row{flex-direction:column;}
  .trm-steps-row::before{display:none;}
  .trm-build-wrap,.trm-co-wrap,.trm-svcpg-cols{grid-template-columns:1fr;}
  .trm-footer-in{grid-template-columns:1fr 1fr;}
  .trm-faq-shell,.trm-proc-zone,.trm-svc-zone,.trm-testi-shell,.trm-price-shell,.trm-faq-zone,.trm-ind-shell,.trm-port-page-wrap,.trm-svc-pg,.trm-about-pg,.trm-legal-pg{padding-left:1.5rem;padding-right:1.5rem;}
  .trm-hero-left{padding:5rem 2.5rem 4rem;}
  .trm-about-grid{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .trm-footer-in{grid-template-columns:1fr;}
  .trm-port-grid{grid-template-columns:1fr;}
}
