
:root{
  --agc-deep:#102b20;
  --agc-green:#1f6d3c;
  --agc-green2:#2f7d42;
  --agc-soft:#f5f7f4;
  --agc-line:#e1e7e2;
  --agc-text:#173047;
  --agc-muted:#607169;
  --agc-white:#fff;
}
body.agkistro-contact-page header.site-header,
body.agkistro-contact-page .site-header,
body.agkistro-contact-page footer.site-footer,
body.agkistro-contact-page .site-footer,
body.agkistro-contact-page .entry-title,
body.agkistro-contact-page .page-title,
body.agkistro-contact-page .page-header{display:none!important}
body.agkistro-contact-page{background:#fff!important}
body.agkistro-contact-page .site-content,
body.agkistro-contact-page .content-area,
body.agkistro-contact-page main.site-main,
body.agkistro-contact-page article,
body.agkistro-contact-page .entry-content{
  max-width:none!important;width:100%!important;margin:0!important;padding:0!important
}
.agcontact-shell{
  width:100vw;margin-left:calc(50% - 50vw);background:#fff;color:var(--agc-text);font-family:inherit
}
.agcontact-shell *{box-sizing:border-box}
.agcontact-shell a{text-decoration:none}
.agcontact-shell svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.agcontact-header{
  position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.985);
  border-bottom:1px solid #edf1ee;box-shadow:0 8px 28px rgba(20,40,30,.05)
}
body.admin-bar .agcontact-header{top:32px}
.agcontact-header-main{
  max-width:1240px;margin:auto;min-height:86px;padding:8px 24px;
  display:grid;grid-template-columns:minmax(340px,1fr) auto auto auto auto;align-items:center;gap:18px
}
.agcontact-brand{display:flex;align-items:center;gap:12px;color:var(--agc-deep)!important}
.agcontact-brand img{width:70px;height:70px;object-fit:contain}
.agcontact-brand span{display:flex;flex-direction:column}
.agcontact-brand strong{font-size:24px;line-height:1}
.agcontact-brand small{margin-top:5px;font-size:7px;letter-spacing:.16em;white-space:nowrap}
.agcontact-nav{display:flex;align-items:center;gap:29px}
.agcontact-nav a{color:#132c41!important;font-weight:800;font-size:15px}
.agcontact-nav a.is-current{color:var(--agc-green)!important}
.agcontact-lang{display:flex;gap:6px;align-items:center;font-size:12px}.agcontact-lang b{color:var(--agc-green)}
.agcontact-search,.agcontact-menu-toggle{
  width:42px;height:42px;border:1px solid #edf0ee;border-radius:50%;background:#fff;color:#173047;
  display:flex;align-items:center;justify-content:center
}
.agcontact-menu-toggle{display:none;cursor:pointer}
.agcontact-header-sub{
  min-height:38px;border-top:1px solid #edf0ee;max-width:1240px;margin:auto;padding:5px 24px;
  display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px;font-weight:800;
  letter-spacing:.03em;color:#506058
}
.agcontact-header-sub a{color:var(--agc-green)!important}
.agcontact-header-sub img{height:30px;width:30px;object-fit:contain;vertical-align:middle;margin-left:6px}

.agcontact-hero{
  min-height:360px;position:relative;background-position:center;background-size:cover;display:flex;align-items:flex-end
}
.agcontact-hero-shade{
  position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,30,22,.88),rgba(8,30,22,.58) 48%,rgba(8,30,22,.16))
}
.agcontact-hero-inner{
  position:relative;z-index:1;width:100%;max-width:1240px;margin:auto;padding:78px 40px 54px;color:#fff
}
.agcontact-hero-inner>span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#dbeadf}
.agcontact-hero h1{margin:8px 0 9px!important;color:#fff!important;font-size:54px!important;line-height:1.04!important}
.agcontact-hero p{max-width:700px;margin:0!important;color:#fff!important;font-size:20px;line-height:1.4}

.agcontact-main{max-width:1180px;margin:auto;padding:52px 30px 60px}
.agcontact-intro{max-width:820px;margin:0 0 34px}
.agcontact-eyebrow,.agcontact-kicker{color:var(--agc-green);font-size:10px;font-weight:900;letter-spacing:.16em}
.agcontact-intro h2{margin:7px 0 12px!important;color:#142d41!important;font-size:38px!important;line-height:1.12!important}
.agcontact-intro p{margin:0!important;color:#5d6e65!important;font-size:16px;line-height:1.7}

.agcontact-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:26px;align-items:start}
.agcontact-form-card,.agcontact-details-card,.agcontact-note-card{
  border:1px solid var(--agc-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(18,40,30,.055)
}
.agcontact-form-card{padding:30px}
.agcontact-form-card h3,.agcontact-details-card h3{margin:5px 0 20px!important;color:#142d41!important;font-size:28px!important}
.agcontact-form{display:flex;flex-direction:column;gap:16px}
.agcontact-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.agcontact-form label{display:flex;flex-direction:column;gap:7px;color:#344a3f;font-size:12px;font-weight:800}
.agcontact-form input[type="text"],
.agcontact-form input[type="email"],
.agcontact-form textarea{
  width:100%;border:1px solid #dce4de;border-radius:9px;background:#fbfcfb;color:#173047;
  padding:12px 13px;font:inherit;outline:none;transition:.18s ease
}
.agcontact-form input:focus,.agcontact-form textarea:focus{border-color:#7cab8b;box-shadow:0 0 0 3px rgba(31,109,60,.08);background:#fff}
.agcontact-form textarea{resize:vertical;min-height:150px}
.agcontact-consent{flex-direction:row!important;align-items:flex-start;gap:9px!important;font-weight:500!important;line-height:1.45!important;color:#5d6e65!important}
.agcontact-consent input{margin-top:3px}
.agcontact-consent a{color:var(--agc-green)!important;font-weight:800}
.agcontact-form button{
  align-self:flex-start;border:0;border-radius:8px;background:var(--agc-green);color:#fff;padding:13px 18px;
  font-size:13px;font-weight:900;cursor:pointer;transition:.18s ease
}
.agcontact-form button:hover{background:#165b31;transform:translateY(-1px)}
.agcontact-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.agcontact-alert{padding:12px 14px;border-radius:9px;margin-bottom:17px;font-size:13px;font-weight:700}
.agcontact-alert.success{background:#e9f5ec;color:#205e35;border:1px solid #cfe7d5}
.agcontact-alert.error{background:#fff0f0;color:#9a3030;border:1px solid #f0d0d0}

.agcontact-side{display:flex;flex-direction:column;gap:18px}
.agcontact-details-card{padding:26px}
.agcontact-detail{
  display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:14px 0;border-top:1px solid #edf1ee;color:#173047!important
}
.agcontact-detail i{
  width:42px;height:42px;border-radius:11px;background:#eaf3ec;color:var(--agc-green);display:flex;align-items:center;justify-content:center;font-style:normal
}
.agcontact-detail span{display:flex;flex-direction:column;gap:2px;min-width:0}
.agcontact-detail small{font-size:9px;font-weight:900;letter-spacing:.12em;color:#7a8880}
.agcontact-detail strong{font-size:13px;color:#243b30;overflow-wrap:anywhere}
.agcontact-license{margin-top:16px;padding:16px;border-radius:11px;background:#f4f7f4;display:flex;flex-direction:column;gap:4px}
.agcontact-license strong{font-size:12px;color:#2b4336}
.agcontact-license span{font-size:10px;color:#66756d}
.agcontact-note-card{padding:20px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;background:#f6f8f6}
.agcontact-note-card>i{
  width:40px;height:40px;border-radius:10px;background:#e5efe8;color:var(--agc-green);display:flex;align-items:center;justify-content:center;font-style:normal
}
.agcontact-note-card h4{margin:1px 0 6px!important;font-size:16px!important;color:#243b30!important}
.agcontact-note-card p{margin:0!important;font-size:12px;line-height:1.55;color:#607169!important}

.agcontact-footer{
  max-width:1240px;margin:auto;padding:28px 30px 16px;display:grid;grid-template-columns:1.35fr 1fr auto;gap:28px;align-items:center
}
.agcontact-footer-brand{display:flex;align-items:center;gap:14px;min-width:0}
.agcontact-footer-brand img{width:92px;height:92px;object-fit:contain;flex:0 0 auto}
.agcontact-footer-brand div{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#59695f}
.agcontact-footer-brand strong{font-size:13px;color:#24372f}
.agcontact-footer-contact{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#42564b}
.agcontact-footer-contact a{color:#294b39!important;display:flex;gap:7px;align-items:center}
.agcontact-footer-contact svg{width:15px;height:15px}
.agcontact-footer-social{display:flex;gap:10px;justify-content:flex-end}
.agcontact-footer-social a,.agcontact-footer-social span{
  width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef3ef;color:#1f6638
}
.agcontact-footer-social svg{width:17px;height:17px}
.agcontact-legal{
  grid-column:1/-1;border-top:1px solid #e7ece8;padding-top:12px;display:flex;justify-content:space-between;gap:20px;color:#738078;font-size:10px
}
.agcontact-legal div{display:flex;flex-wrap:wrap;gap:13px}.agcontact-legal a{color:#566a5f!important}

@media(max-width:1000px){
  .agcontact-header-main{grid-template-columns:1fr auto auto auto;min-height:78px}
  .agcontact-menu-toggle{display:flex}
  .agcontact-nav{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #edf0ee}
  .agcontact-nav.is-open{display:flex}.agcontact-nav a{padding:12px 4px;border-bottom:1px solid #eef1ef}
  .agcontact-layout{grid-template-columns:1fr}
  .agcontact-footer{grid-template-columns:1fr 1fr}.agcontact-footer-social{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:782px){body.admin-bar .agcontact-header{top:46px}}
@media(max-width:700px){
  .agcontact-header-main{padding:7px 12px;grid-template-columns:1fr auto auto auto;gap:6px}
  .agcontact-brand img{width:54px;height:54px}.agcontact-brand strong{font-size:17px}.agcontact-brand small{font-size:5.5px}
  .agcontact-lang{font-size:10px}.agcontact-search,.agcontact-menu-toggle{width:36px;height:36px}
  .agcontact-header-sub{display:none}
  .agcontact-hero{min-height:300px}.agcontact-hero-inner{padding:60px 20px 38px}
  .agcontact-hero h1{font-size:38px!important}.agcontact-hero p{font-size:17px}
  .agcontact-main{padding:36px 16px 42px}.agcontact-intro h2{font-size:30px!important}
  .agcontact-form-card{padding:22px 18px}.agcontact-row{grid-template-columns:1fr}
  .agcontact-footer{grid-template-columns:1fr;padding:24px 18px 14px}.agcontact-footer-social{grid-column:auto}
  .agcontact-legal{grid-column:auto;flex-direction:column;gap:8px}
}
@media(max-width:430px){.agcontact-brand small{display:none}.agcontact-lang{display:none}}
