/* SITE R27 · direct navigation / mobile-first wayfinding */
:root{
  --r27-navy:#083d68;
  --r27-green:#0b9750;
  --r27-green-dark:#087a43;
  --r27-text:#4f6b7a;
  --r27-soft:#eef8f2;
  --r27-line:#dbe9e1;
  --r27-bg:#f7fbf8;
  --r27-shadow:0 16px 38px rgba(13,64,84,.08);
}

.r27-menu-btn{
  display:none;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:0 13px;
  border:1px solid var(--r27-line);
  border-radius:13px;
  background:#fff;
  color:var(--r27-navy);
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.r27-menu-btn .r27-menu-icon{
  font-size:18px;
  line-height:1;
}
.r27-menu-btn:hover{background:#f7fbf8}

.r27-drawer-backdrop{
  position:fixed;
  inset:0;
  z-index:1003;
  background:rgba(4,28,43,.34);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}
.r27-drawer{
  position:fixed;
  inset:0 auto 0 0;
  z-index:1004;
  width:min(88vw,340px);
  padding:18px;
  background:#fff;
  box-shadow:24px 0 60px rgba(4,42,57,.18);
  transform:translateX(-105%);
  transition:transform .24s ease;
  overflow:auto;
}
body.r27-menu-open{overflow:hidden}
body.r27-menu-open .r27-drawer-backdrop{
  opacity:1;
  pointer-events:auto;
}
body.r27-menu-open .r27-drawer{
  transform:translateX(0);
}
.r27-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-bottom:15px;
  border-bottom:1px solid #e7efea;
}
.r27-drawer-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--r27-navy);
  text-decoration:none;
  font-weight:900;
}
.r27-drawer-logo{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:var(--r27-green);
  color:#fff;
}
.r27-close{
  width:38px;
  height:38px;
  border:1px solid var(--r27-line);
  border-radius:12px;
  background:#fff;
  color:var(--r27-navy);
  font-size:22px;
  cursor:pointer;
}
.r27-drawer-title{
  margin:20px 0 8px;
  color:#6a808b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.r27-drawer-nav{
  display:grid;
  gap:7px;
}
.r27-drawer-nav a{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:50px;
  padding:10px 12px;
  border:1px solid #e4ede8;
  border-radius:14px;
  background:#fbfdfc;
  color:var(--r27-navy);
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}
.r27-drawer-nav a:hover{
  border-color:#b9ddc9;
  background:#f1faf5;
}
.r27-drawer-nav i{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:10px;
  background:#eaf7f0;
  color:var(--r27-green);
  font-style:normal;
}
.r27-drawer-note{
  margin:18px 0 0;
  padding:13px 14px;
  border-radius:14px;
  background:#f3f9f5;
  color:#617984;
  font-size:11px;
  line-height:1.5;
}
.r27-drawer-cta{
  display:block;
  margin-top:12px;
  padding:13px 14px;
  border-radius:13px;
  background:var(--r27-green);
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.r27-shortcuts{
  padding:24px 0 42px;
  background:#f7fbf8;
  border-bottom:1px solid #e8f0eb;
}
.r27-shortcuts-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.r27-shortcuts-head h2{
  margin:0;
  color:var(--r27-navy);
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.025em;
}
.r27-shortcuts-head p{
  margin:0;
  color:#70858f;
  font-size:12px;
}
.r27-shortcut-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.r27-shortcut{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:11px;
  min-height:84px;
  padding:14px;
  border:1px solid var(--r27-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 22px rgba(13,64,84,.035);
  color:var(--r27-navy);
  text-decoration:none;
}
.r27-shortcut:hover{
  transform:translateY(-1px);
  border-color:#acd9bf;
  box-shadow:0 12px 26px rgba(13,64,84,.07);
}
.r27-shortcut>i{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#edf8f2;
  color:var(--r27-green);
  font-style:normal;
  font-size:19px;
}
.r27-shortcut b{
  display:block;
  font-size:14px;
}
.r27-shortcut small{
  display:block;
  margin-top:3px;
  color:#748892;
  font-size:10px;
  line-height:1.35;
}
.r27-shortcut>span{
  color:#8ba098;
  font-size:19px;
}
.r27-shortcut-price b{color:#087d42}
.r27-shortcut-price small strong{
  color:#087d42;
  font-weight:900;
}

.r27-mobile-bottom{
  display:none;
}

/* Dedicated information pages */
.r27-page{
  background:var(--r27-bg);
  min-height:100vh;
}
.r27-page main{
  padding-bottom:70px;
}
.r27-page-hero{
  padding:62px 0 42px;
  background:
    radial-gradient(circle at 85% 15%,rgba(45,202,119,.16),transparent 30%),
    linear-gradient(180deg,#f5fbf7,#fff);
}
.r27-page-kicker{
  color:var(--r27-green);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.r27-page-hero h1{
  max-width:820px;
  margin:12px 0 15px;
  color:var(--r27-navy);
  font-size:clamp(40px,6vw,68px);
  line-height:.99;
  letter-spacing:-.05em;
}
.r27-page-hero p{
  max-width:730px;
  margin:0;
  color:#587180;
  font-size:17px;
  line-height:1.6;
}
.r27-page-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:23px;
}
.r27-page-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 17px;
  border-radius:13px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.r27-page-actions .primary{
  background:var(--r27-green);
  color:#fff;
}
.r27-page-actions .secondary{
  border:1px solid var(--r27-line);
  background:#fff;
  color:var(--r27-navy);
}
.r27-page-section{
  padding:50px 0;
}
.r27-page-section.alt{
  background:#eff8f3;
}
.r27-page-head{
  max-width:760px;
  margin-bottom:22px;
}
.r27-page-head h2{
  margin:0 0 8px;
  color:var(--r27-navy);
  font-size:34px;
  letter-spacing:-.03em;
}
.r27-page-head p{
  margin:0;
  color:#607783;
  line-height:1.55;
}
.r27-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.r27-card{
  padding:19px;
  border:1px solid var(--r27-line);
  border-radius:19px;
  background:#fff;
  box-shadow:0 9px 24px rgba(13,64,84,.04);
}
.r27-card-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#edf8f2;
  font-size:21px;
}
.r27-card h3{
  margin:12px 0 7px;
  color:var(--r27-navy);
  font-size:18px;
}
.r27-card p{
  margin:0;
  color:#617983;
  font-size:12px;
  line-height:1.5;
}
.r27-card ul{
  margin:11px 0 0;
  padding-left:17px;
  color:#617983;
  font-size:11px;
  line-height:1.55;
}
.r27-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}
.r27-step{
  padding:19px;
  border:1px solid var(--r27-line);
  border-radius:19px;
  background:#fff;
}
.r27-step-num{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:var(--r27-green);
  color:#fff;
  font-weight:900;
}
.r27-step h3{
  margin:12px 0 6px;
  color:var(--r27-navy);
  font-size:17px;
}
.r27-step p{
  margin:0;
  color:#617983;
  font-size:12px;
  line-height:1.5;
}
.r27-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.r27-price-card{
  position:relative;
  padding:20px;
  border:1px solid var(--r27-line);
  border-radius:20px;
  background:#fff;
}
.r27-price-card.featured{
  border-color:#94d4b2;
  box-shadow:0 16px 32px rgba(13,143,73,.09);
}
.r27-price-card .badge{
  display:inline-block;
  padding:5px 7px;
  border-radius:999px;
  background:#edf8f2;
  color:#087d42;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.r27-price-card h3{
  margin:10px 0 3px;
  color:var(--r27-navy);
  font-size:20px;
}
.r27-price-card .sub{
  min-height:36px;
  color:#6d818a;
  font-size:11px;
  line-height:1.4;
}
.r27-price-card .old{
  margin-top:14px;
  color:#8a989e;
  font-size:12px;
  text-decoration:line-through;
}
.r27-price-card .price{
  margin-top:2px;
  color:#087d42;
  font-size:29px;
  font-weight:900;
  line-height:1.05;
}
.r27-price-card .until{
  margin-top:4px;
  color:#8a989e;
  font-size:9px;
}
.r27-price-card ul{
  margin:14px 0 0;
  padding-left:17px;
  color:#617983;
  font-size:11px;
  line-height:1.55;
}
.r27-support-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:11px;
}
.r27-support-card{
  padding:17px;
  border:1px solid var(--r27-line);
  border-radius:17px;
  background:#fff;
}
.r27-support-card b{
  display:block;
  color:var(--r27-navy);
  font-size:15px;
}
.r27-support-card strong{
  display:block;
  margin-top:8px;
  color:#087d42;
  font-size:22px;
}
.r27-support-card span{
  color:#72868f;
  font-size:10px;
}
.r27-faq{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}
.r27-faq details{
  padding:15px;
  border:1px solid var(--r27-line);
  border-radius:15px;
  background:#fff;
}
.r27-faq summary{
  color:var(--r27-navy);
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.r27-faq p{
  margin:9px 0 0;
  color:#627a85;
  font-size:11px;
  line-height:1.55;
}
.r27-page-cta{
  padding:24px;
  border-radius:22px;
  background:linear-gradient(135deg,#0a8e49,#087b43);
  color:#fff;
}
.r27-page-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:28px;
}
.r27-page-cta p{
  max-width:700px;
  margin:0 0 16px;
  color:rgba(255,255,255,.84);
}
.r27-page-cta a{
  display:inline-flex;
  padding:12px 16px;
  border-radius:12px;
  background:#fff;
  color:#087b43;
  text-decoration:none;
  font-weight:900;
}
.r27-breadcrumb{
  display:flex;
  gap:7px;
  align-items:center;
  margin-bottom:14px;
  color:#71858e;
  font-size:11px;
}
.r27-breadcrumb a{
  color:#087b43;
  text-decoration:none;
  font-weight:800;
}

@media(max-width:980px){
  .r27-shortcut-grid{grid-template-columns:repeat(2,1fr)}
  .r27-card-grid,.r27-price-grid{grid-template-columns:repeat(2,1fr)}
  .r27-steps{grid-template-columns:repeat(2,1fr)}
  .r27-support-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  .r23-topbar .nav,
  .topbar .nav{
    gap:8px;
  }
  .r27-menu-btn{
    display:inline-flex;
    margin-left:auto;
  }
  .r23-topbar .phone-btn{
    margin-left:0!important;
    white-space:nowrap;
  }
  .r23-topbar .brand span:last-child{
    display:inline!important;
  }
  .r27-shortcuts{
    padding:18px 0 28px;
  }
  .r27-shortcuts-head{
    display:block;
  }
  .r27-shortcuts-head h2{
    font-size:21px;
  }
  .r27-shortcuts-head p{
    margin-top:5px;
  }
  .r27-shortcut-grid{
    display:flex;
    overflow-x:auto;
    gap:10px;
    margin-right:-15px;
    padding:1px 20px 8px 0;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .r27-shortcut-grid::-webkit-scrollbar{display:none}
  .r27-shortcut{
    flex:0 0 76%;
    min-width:76%;
    scroll-snap-align:start;
  }

  .r27-mobile-bottom{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:999;
    display:grid;
    grid-template-columns:1fr 1fr 1.15fr;
    gap:6px;
    padding:6px;
    border:1px solid rgba(201,222,211,.9);
    border-radius:16px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(14px);
    box-shadow:0 14px 36px rgba(4,42,57,.16);
  }
  .r27-mobile-bottom a{
    display:grid;
    place-items:center;
    min-height:42px;
    border-radius:11px;
    color:#31576a;
    text-decoration:none;
    font-size:10px;
    font-weight:900;
  }
  .r27-mobile-bottom a:last-child{
    background:var(--r27-green);
    color:#fff;
  }
  body{
    padding-bottom:68px;
  }

  .r27-page-hero{
    padding:42px 0 30px;
  }
  .r27-page-hero h1{
    font-size:42px;
  }
  .r27-page-hero p{
    font-size:15px;
  }
  .r27-page-section{
    padding:38px 0;
  }
  .r27-page-head h2{
    font-size:28px;
  }
  .r27-card-grid,
  .r27-price-grid,
  .r27-steps,
  .r27-support-grid,
  .r27-faq{
    grid-template-columns:1fr;
  }
  .r27-page-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .r27-page-actions a{
    width:100%;
  }
}

@media(max-width:420px){
  .r27-menu-btn{
    width:42px;
    padding:0;
  }
  .r27-menu-btn span:last-child{
    display:none;
  }
  .r23-topbar .brand span:last-child{
    font-size:12px;
  }
  .r23-topbar .phone-btn{
    font-size:10px!important;
    padding:9px 10px!important;
  }
}
