/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ==========================================================================
   FARMPRO — Front Page
   ========================================================================== */
.fp-main{background:#FAFAFA;color:#1a1a1a;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;}
.fp-container{max-width:1280px;margin:0 auto;padding:0 24px;}

.fp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;font-size:15px;font-weight:700;font-family:inherit;letter-spacing:.01em;text-decoration:none;border-radius:10px;border:none;cursor:pointer;transition:transform .25s ease,background .25s ease,box-shadow .25s ease,color .25s ease;}
.fp-btn-primary{background:#BE4B4B;color:#FFFFFF;box-shadow:0 10px 24px rgba(190,75,75,.32);}
.fp-btn-primary:hover{background:#9A3C3C;transform:translateY(-2px);box-shadow:0 14px 30px rgba(190,75,75,.42);}
.fp-btn-ghost{background:rgba(255,255,255,.08);color:#FFFFFF;border:2px solid rgba(255,255,255,.55);}
.fp-btn-ghost:hover{background:#FFFFFF;color:#383838;border-color:#FFFFFF;}
.fp-btn-block{display:flex;width:100%;background:#383838;color:#FFFFFF;}
.fp-btn-block:hover{background:#4A4A4A;transform:translateY(-2px);}

/* Hero */
.fp-hero{position:relative;min-height:min(92vh,820px);display:flex;align-items:center;overflow:hidden;background:#2A2A2A;}
.fp-hero-bg{position:absolute;inset:0;background:url('https://farmpro.com.tr/wp-content/uploads/2026/09/farmpro-hero-tarla.webp') center/cover no-repeat;transform:scale(1.04);animation:fp-zoom 18s ease-in-out infinite alternate;}
@keyframes fp-zoom{from{transform:scale(1.04);}to{transform:scale(1.12);}}
.fp-hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(40,40,40,.94) 0%,rgba(50,50,50,.82) 45%,rgba(56,56,56,.55) 100%);}
.fp-hero-content{position:relative;z-index:2;max-width:1280px;width:100%;margin:0 auto;padding:120px 24px;color:#FFFFFF;}
.fp-hero-tag{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#FFB74D;border:1px solid rgba(255,183,77,.5);border-radius:50px;padding:8px 18px;margin-bottom:26px;backdrop-filter:blur(4px);}
.fp-hero-title{font-size:clamp(36px,5.6vw,68px);font-weight:800;line-height:1.06;letter-spacing:-.025em;margin:0 0 22px;max-width:900px;color:#FFFFFF;text-wrap:balance;}
.fp-hero-text{font-size:clamp(16px,1.9vw,20px);line-height:1.65;font-weight:400;color:rgba(255,255,255,.88);max-width:640px;margin:0 0 40px;}
.fp-hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
.fp-hero-stats{display:flex;gap:56px;flex-wrap:wrap;margin-top:64px;padding-top:36px;border-top:1px solid rgba(255,255,255,.18);}
.fp-stat{display:flex;flex-direction:column;gap:4px;}
.fp-stat strong{font-size:clamp(28px,3vw,40px);font-weight:800;color:#FFB74D;letter-spacing:-.02em;line-height:1;}
.fp-stat span{font-size:13.5px;font-weight:500;color:rgba(255,255,255,.75);letter-spacing:.02em;}

/* Sections */
.fp-section{padding:104px 0;background:#FAFAFA;}
.fp-section-dark{background:#2A2A2A;color:#FFFFFF;}
.fp-section-head{text-align:center;max-width:720px;margin:0 auto 64px;}
.fp-section-title{font-size:clamp(28px,3.6vw,42px);font-weight:800;letter-spacing:-.02em;color:#383838;margin:0 0 16px;line-height:1.15;}
.fp-title-light{color:#FFFFFF;}
.fp-title-left{text-align:left;margin-bottom:18px;}
.fp-section-sub{font-size:16.5px;line-height:1.65;color:#5b5b5b;margin:0;}
.fp-sub-light{color:rgba(255,255,255,.72);}

/* Categories */
.fp-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;}
.fp-cat-card{position:relative;display:flex;flex-direction:column;background:#FFFFFF;border:1px solid #ececec;border-radius:18px;padding:38px 30px 32px;text-decoration:none;color:#1a1a1a;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden;}
.fp-cat-card::before{content:"";position:absolute;left:0;top:0;height:4px;width:100%;background:#BE4B4B;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;}
.fp-cat-card:hover{transform:translateY(-8px);box-shadow:0 20px 44px rgba(190,75,75,.16);border-color:#e0c0c0;}
.fp-cat-card:hover::before{transform:scaleX(1);}
.fp-cat-icon{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;font-size:30px;border-radius:16px;background:rgba(190,75,75,.08);margin-bottom:22px;transition:background .3s ease;}
.fp-cat-card:hover .fp-cat-icon{background:rgba(190,75,75,.12);}
.fp-cat-name{font-size:19px;font-weight:700;color:#383838;margin:0 0 10px;line-height:1.3;}
.fp-cat-desc{font-size:14.5px;line-height:1.6;color:#666;margin:0 0 20px;flex:1;}
.fp-cat-link{font-size:14px;font-weight:700;color:#BE4B4B;letter-spacing:.01em;transition:letter-spacing .25s ease;}
.fp-cat-card:hover .fp-cat-link{letter-spacing:.03em;}

/* Showroom */
.fp-show-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;}
.fp-prod{display:flex;flex-direction:column;background:#FFFFFF;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.22);transition:transform .3s ease,box-shadow .3s ease;}
.fp-prod:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(0,0,0,.32);}
.fp-prod-media{position:relative;overflow:hidden;background:#e9efe9;}
.fp-prod-media img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease;}
.fp-prod:hover .fp-prod-media img{transform:scale(1.06);}
.fp-prod-badge{position:absolute;top:14px;left:14px;background:#BE4B4B;color:#FFFFFF;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 13px;border-radius:50px;}
.fp-prod-body{padding:26px 24px 28px;display:flex;flex-direction:column;flex:1;color:#1a1a1a;}
.fp-prod-name{font-size:19px;font-weight:800;color:#383838;margin:0 0 10px;line-height:1.3;}
.fp-prod-desc{font-size:14px;line-height:1.6;color:#636363;margin:0 0 18px;flex:1;}
.fp-spec{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:8px;border-top:1px solid #eee;padding-top:16px;}
.fp-spec li{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:#666;}
.fp-spec li span{font-weight:500;}
.fp-spec li strong{font-weight:700;color:#383838;}
.fp-show-cta{text-align:center;margin-top:60px;}

/* Trust */
.fp-trust{background:#FFFFFF;}
.fp-trust-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:center;}
.fp-trust-text{font-size:16.5px;line-height:1.75;color:#555;margin:0 0 34px;}
.fp-trust-list{display:flex;flex-direction:column;gap:22px;margin-bottom:36px;}
.fp-trust-item{display:flex;gap:18px;align-items:flex-start;}
.fp-trust-ico{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;font-size:20px;border-radius:12px;background:rgba(190,75,75,.09);color:#BE4B4B;}
.fp-trust-item h3{font-size:16.5px;font-weight:700;color:#383838;margin:0 0 4px;}
.fp-trust-item p{font-size:14.5px;line-height:1.55;color:#666;margin:0;}
.fp-certs{display:flex;flex-wrap:wrap;gap:12px;}
.fp-cert{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:14px 20px;font-size:13.5px;font-weight:800;letter-spacing:.04em;color:#383838;background:#F5F5F5;border:1.5px solid #e0e0e0;border-radius:10px;transition:all .25s ease;}
.fp-cert:hover{background:#383838;color:#FFFFFF;border-color:#383838;}
.fp-trust-visual img{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 24px 56px rgba(0,0,0,.22);}

/* CTA band */
.fp-cta-band{background:linear-gradient(115deg,#383838 0%,#4A4A4A 100%);padding:80px 0;}
.fp-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.fp-cta-copy{max-width:640px;}
.fp-cta-title{font-size:clamp(24px,3vw,36px);font-weight:800;color:#FFFFFF;letter-spacing:-.02em;line-height:1.2;margin:0 0 14px;}
.fp-cta-text{font-size:16px;line-height:1.65;color:rgba(255,255,255,.85);margin:0;}
.fp-cta-actions{display:flex;gap:14px;flex-wrap:wrap;}

/* Responsive */
@media (max-width:1100px){
.fp-show-grid{grid-template-columns:repeat(2,1fr);}
.fp-cat-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:900px){
.fp-trust-grid{grid-template-columns:1fr;gap:44px;}
.fp-trust-visual{order:-1;}
.fp-hero-stats{gap:40px;}
.fp-cta-inner{flex-direction:column;text-align:center;align-items:center;}
.fp-cta-actions{justify-content:center;}
}
@media (max-width:768px){
.fp-section{padding:72px 0;}
.fp-section-head{margin-bottom:44px;}
.fp-hero{min-height:auto;}
.fp-hero-content{padding:96px 20px;}
.fp-hero-actions{flex-direction:column;width:100%;}
.fp-hero-actions .fp-btn{width:100%;}
.fp-hero-stats{gap:28px;margin-top:44px;padding-top:28px;}
.fp-cat-grid{grid-template-columns:1fr;}
.fp-show-grid{grid-template-columns:1fr;}
.fp-cta-actions{flex-direction:column;width:100%;}
.fp-cta-actions .fp-btn{width:100%;}
}