/* TG Hiro custom theme - minimal revision */
:root{
  --tg-navy:#174e7a;
  --tg-dark:#0f3b61;
  --tg-blue:#0ea5e9;
  --tg-light:#eaf7ff;
  --tg-red:#d8222a;
  --tg-soft:#f8fbfe;
  --accent-color:#0ea5e9;
  --heading-color:#12263a;
}

html{scroll-padding-top:78px;}
body{background:#ffffff;color:#334155;font-family:"Lato",system-ui,-apple-system,"Segoe UI",sans-serif;}
a{transition:.2s ease;}

/* Header */
.header{background:rgba(255,255,255,.98);border-bottom:1px solid #e8f1f8;box-shadow:none;min-height:74px;}
.header .logo img{max-height:48px;margin-right:10px;}
.header .logo h1{font-size:22px;letter-spacing:.1px;color:var(--tg-navy);font-weight:900;margin:0;}
.header .logo span{color:var(--tg-red);font-weight:900;}
.header .btn-getstarted{background:var(--tg-blue);border-radius:999px;padding:10px 20px;font-weight:800;color:#fff;box-shadow:none;}
.header .btn-getstarted:hover{background:var(--tg-navy);color:#fff;}
.navmenu a{font-weight:700;color:#334155;font-size:15px;}
.navmenu a:hover,.navmenu .active,.navmenu .active:focus{color:var(--tg-blue);}

/* Hero */
.hero{background:linear-gradient(180deg,#f3fbff 0%,#ffffff 100%);padding:78px 0 66px;overflow:hidden;}
.hero::before,.hero::after{display:none;}
.hero .hero-content .hero-tag{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #d8ecfb;border-radius:999px;padding:8px 14px;box-shadow:none;margin-bottom:18px;}
.hero .hero-content .tag-dot{width:8px;height:8px;background:var(--tg-red);border-radius:50%;}
.hero .hero-content .tag-text{color:#486276;font-weight:800;font-size:13px;}
.hero .hero-content .hero-headline{color:#102a43;line-height:1.08;font-weight:900;letter-spacing:-.8px;margin-bottom:18px;}
.hero .hero-content .hero-headline .accent-text{color:var(--tg-blue);display:block;}
.hero .hero-content .hero-text{font-size:17px;line-height:1.75;color:#536778;max-width:610px;}
.hero .hero-content .hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;}
.cta-button,.btn-blue{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--tg-blue);color:#fff;border-radius:999px;padding:12px 21px;font-weight:800;border:0;text-decoration:none;box-shadow:none;transition:.2s ease;}
.cta-button:hover,.btn-blue:hover{background:var(--tg-navy);color:#fff;transform:translateY(-2px);}
.btn-outline-tg{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #b9dbf1;color:var(--tg-navy);border-radius:999px;padding:11px 20px;font-weight:800;background:#fff;text-decoration:none;transition:.2s ease;}
.btn-outline-tg:hover{background:#eef8ff;color:var(--tg-navy);border-color:#90c9ee;transform:translateY(-2px);}
.hero-visual{position:relative;padding:8px;}
.hero-visual .main-illustration{width:100%;border-radius:24px;border:1px solid #d8ecfb;box-shadow:none;background:#fff;}
.hero-floating{position:absolute;background:#fff;border-radius:16px;padding:13px 15px;box-shadow:0 10px 24px rgba(15,59,97,.08);display:flex;gap:11px;align-items:center;border:1px solid #e4f0f8;}
.hero-floating i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef8ff;color:var(--tg-blue);font-size:20px;}
.hero-floating strong{display:block;color:#102a43;font-size:16px;line-height:1;}
.hero-floating span{font-size:12px;color:#64748b;font-weight:700;}
.hero-floating.one{left:0;bottom:28px;}
.hero-floating.two{right:0;top:28px;}
.tg-kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;}
.kpi-item{background:#fff;border:1px solid #e4f0f8;border-radius:16px;padding:15px;box-shadow:none;}
.kpi-item strong{display:block;font-size:24px;color:var(--tg-navy);font-weight:900;line-height:1;}
.kpi-item span{display:block;margin-top:7px;color:#64748b;font-weight:700;font-size:12.5px;}

/* Sections */
.section{padding:68px 0;}
.light-background{background:#f7fbfe!important;}
.section-title{margin-bottom:42px;}
.section-title h2{font-weight:900;color:#102a43;letter-spacing:-.2px;}
.section-title h2:after{background:var(--tg-blue);height:3px;width:56px;}
.section-title p{color:#64748b;max-width:780px;margin-left:auto;margin-right:auto;line-height:1.7;}
.badge-source{display:inline-flex;align-items:center;gap:8px;background:#eef8ff;color:var(--tg-navy);border:1px solid #cfe8f8;border-radius:999px;padding:7px 12px;font-weight:900;font-size:13px;}

/* Cards */
.tg-card{height:100%;background:#fff;border:1px solid #e5edf4;border-radius:20px;padding:24px;box-shadow:none;transition:.2s ease;position:relative;overflow:hidden;}
.tg-card:before{display:none;}
.tg-card:hover{transform:translateY(-4px);border-color:#badff5;box-shadow:0 12px 26px rgba(15,59,97,.06);}
.tg-card .icon{width:48px;height:48px;border-radius:14px;background:#eef8ff;color:var(--tg-blue);display:grid;place-items:center;font-size:23px;margin-bottom:17px;}
.tg-card h3{font-size:20px;font-weight:900;color:#102a43;margin-bottom:10px;}
.tg-card p{color:#64748b;line-height:1.65;margin-bottom:16px;}
.tg-list{list-style:none;padding:0;margin:0;}
.tg-list li{display:flex;gap:10px;align-items:flex-start;margin:10px 0;color:#475569;line-height:1.45;}
.tg-list i{color:var(--tg-blue);margin-top:2px;}

/* About */
.about-box{background:#fff;color:#334155;border:1px solid #e5edf4;border-radius:22px;padding:30px;box-shadow:none;}
.about-box h3{color:#102a43;font-weight:900;font-size:29px;letter-spacing:-.2px;}
.about-box p{color:#64748b;line-height:1.75;}
.about-box .mini{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px;}
.about-box .mini div{background:#f7fbfe;border:1px solid #e5edf4;border-radius:16px;padding:14px;}
.about-box .mini strong{display:block;font-size:21px;color:var(--tg-navy);}
.about-box .mini span{color:#64748b;font-weight:700;font-size:13px;}
.about-image-wrap img{border-radius:22px;border:1px solid #e5edf4;box-shadow:none;}

/* Timeline */
.timeline{position:relative;padding-left:0;}
.timeline-item{display:grid;grid-template-columns:60px 1fr;gap:14px;margin-bottom:16px;align-items:start;}
.timeline-number{width:48px;height:48px;border-radius:14px;background:var(--tg-blue);color:#fff;font-weight:900;font-size:18px;display:grid;place-items:center;box-shadow:none;}
.timeline-content{background:#fff;border:1px solid #e5edf4;border-radius:18px;padding:18px 20px;box-shadow:none;}
.timeline-content h4{font-size:18px;font-weight:900;color:#102a43;margin-bottom:6px;}
.timeline-content p{margin:0;color:#64748b;line-height:1.62;}

/* Sector, requirements, gallery, FAQ */
.sector-card{height:100%;background:#fff;border:1px solid #e5edf4;border-radius:18px;padding:21px 16px;text-align:center;transition:.2s ease;box-shadow:none;}
.sector-card:hover{transform:translateY(-4px);border-color:#badff5;background:#fbfdff;}
.sector-card i{font-size:30px;color:var(--tg-blue);display:block;margin-bottom:12px;}
.sector-card h4{font-size:16px;font-weight:900;color:#102a43;margin:0;}
.requirement-panel{background:#fff;border:1px solid #e5edf4;border-radius:22px;padding:29px;box-shadow:none;}
.requirement-panel h3{font-size:25px;font-weight:900;color:#102a43;margin-bottom:14px;}
.gallery-card{border-radius:20px;overflow:hidden;position:relative;background:#102a43;box-shadow:none;height:245px;border:1px solid #e5edf4;}
.gallery-card img{width:100%;height:100%;object-fit:cover;transition:.3s ease;opacity:.9;}
.gallery-card:hover img{transform:scale(1.03);opacity:.82;}
.gallery-card .caption{position:absolute;left:18px;right:18px;bottom:17px;color:#fff;z-index:2;}
.gallery-card .caption span{display:inline-flex;background:rgba(14,165,233,.94);padding:6px 11px;border-radius:999px;font-size:12px;font-weight:900;margin-bottom:8px;}
.gallery-card .caption h4{color:#fff;font-weight:900;font-size:19px;margin:0;}
.faq .accordion-item{border:1px solid #e5edf4;border-radius:16px;margin-bottom:12px;overflow:hidden;box-shadow:none;}
.faq .accordion-button{font-weight:900;color:#102a43;background:#fff;box-shadow:none;padding:18px 20px;}
.faq .accordion-button:not(.collapsed){color:var(--tg-navy);background:#f3fbff;}
.faq .accordion-body{color:#64748b;line-height:1.65;}

/* Contact */
.contact-wrap{background:#fff;}
.contact-card{background:#fff;border:1px solid #e5edf4;border-radius:22px;padding:27px;box-shadow:none;height:100%;}
.contact-row{display:flex;gap:13px;margin-bottom:17px;align-items:flex-start;}
.contact-row i{width:42px;height:42px;display:grid;place-items:center;background:#eef8ff;color:var(--tg-blue);border-radius:13px;font-size:19px;flex:0 0 auto;}
.contact-row strong{display:block;color:#102a43;font-weight:900;margin-bottom:3px;}
.contact-row a,.contact-row span{color:#475569;text-decoration:none;line-height:1.5;}
.contact-row a:hover{color:var(--tg-blue);}
.map-frame{border:0;width:100%;height:410px;border-radius:22px;border:1px solid #e5edf4;box-shadow:none;}
.form-control,.form-select{border-radius:14px;border:1px solid #cfdce8;padding:13px 15px;}
.form-control:focus,.form-select:focus{border-color:var(--tg-blue);box-shadow:0 0 0 .18rem rgba(14,165,233,.12);}

/* Footer */
.footer{background:#0d314f;color:#dce8f3;}
.footer a{color:#dce8f3;text-decoration:none;}
.footer a:hover{color:#fff;}
.footer .sitename{color:#fff;font-weight:900;}
.footer .footer-top{padding-top:48px;}
.footer h4{color:#fff;font-weight:900;}
.footer .social-links a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);}
.footer .copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;}

/* Floating buttons */
.float-wa{position:fixed;right:20px;bottom:92px;z-index:998;background:#25d366;color:#fff;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:28px;box-shadow:0 10px 22px rgba(37,211,102,.26);text-decoration:none;transition:.2s ease;}
.float-wa:hover{transform:translateY(-3px);color:#fff;background:#20bd5a;}
.scroll-top{right:20px!important;bottom:22px!important;width:44px!important;height:44px!important;border-radius:50%!important;background:var(--tg-blue)!important;}
.scroll-top:hover{background:var(--tg-navy)!important;}

@media(max-width:991px){
  .hero{padding-top:62px;}
  .hero-floating{position:static;margin-top:12px;}
  .tg-kpi{grid-template-columns:1fr;}
  .timeline-item{grid-template-columns:52px 1fr;}
  .about-box .mini{grid-template-columns:1fr;}
  .map-frame{height:330px;}
}
@media(max-width:575px){
  html{scroll-padding-top:70px;}
  .header{min-height:66px;}
  .header .logo h1{font-size:20px;}
  .header .logo img{max-height:42px;}
  .hero{padding:52px 0 48px;}
  .hero .hero-content .hero-headline{font-size:36px;}
  .hero .hero-content .hero-text{font-size:16px;}
  .hero .hero-content .hero-cta{align-items:stretch;}
  .cta-button,.btn-outline-tg{width:100%;}
  .section{padding:54px 0;}
  .tg-card,.about-box,.requirement-panel,.contact-card{padding:22px;}
  .float-wa{right:16px;bottom:84px;width:52px;height:52px;font-size:27px;}
  .scroll-top{right:16px!important;bottom:18px!important;}
}
